Modify /usr/lib64/ to %{_libdir}

Signed-off-by: yangchenguang <yangchenguang@kylinsec.com.cn>
(cherry picked from commit fe32ab5f295d2dd8c5dd9a20e6cc3b13fa5bc24a)
This commit is contained in:
yangchenguang 2024-07-17 14:32:52 +08:00 committed by openeuler-sync-bot
parent cb0d22a600
commit 5d83b4be07

View File

@ -1,6 +1,6 @@
Name: perl-File-pushd
Version: 1.016
Release: 6
Release: 7
Summary: Change directory temporarily for a limited scope
License: ASL 2.0
URL: https://metacpan.org/release/File-pushd
@ -50,11 +50,14 @@ make test
%doc Changes CONTRIBUTING.mkdn README Todo
%{perl_vendorlib}/File/
%{_mandir}/man3/File::pushd.3*
%exclude /usr/lib64/perl5/vendor_perl/auto/File/pushd/.packlist
%exclude /usr/lib64/perl5/perllocal.pod
%exclude %{_libdir}/perl5/vendor_perl/auto/File/pushd/.packlist
%exclude %{_libdir}/perl5/perllocal.pod
%changelog
* Wed Jul 17 2024 yangchenguang <yangchenguang@kylinsec.com.cn> - 1.016-7
- Modify /usr/lib64/ to %{_libdir}
* Tue Jan 14 2020 yanzhihua <yanzhihua4@huawei.com> - 1.016-6
- Type:enhancement
- ID:NA