!13 [sync] PR-9: Modify /usr/lib64/ to %{_libdir}

From: @openeuler-sync-bot 
Reviewed-by: @wk333 
Signed-off-by: @wk333
This commit is contained in:
openeuler-ci-bot 2024-07-19 07:06:29 +00:00 committed by Gitee
commit e0bc62f323
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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