!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:15 +00:00 committed by Gitee
commit e505c3186d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2,7 +2,7 @@
Name: perl-File-MimeInfo
Version: 0.33
Release: 1
Release: 2
Summary: Implement the freedesktop specification
License: GPL-1.0-or-later or Artistic-1.0
@ -54,8 +54,8 @@ make test
%{_bindir}/mimeopen
%{_bindir}/mimetype
%{perl_vendorlib}/*
/usr/lib64/perl5/perllocal.pod
/usr/lib64/perl5/vendor_perl/auto/File/MimeInfo/.packlist
%{_libdir}/perl5/perllocal.pod
%{_libdir}/perl5/vendor_perl/auto/File/MimeInfo/.packlist
%files help
%defattr(-,root,root)
@ -64,6 +64,9 @@ make test
%{_mandir}/man3/*
%changelog
* Wed Jul 17 2024 yangchenguang <yangchenguang@kylinsec.com.cn> - 0.33-2
- Modify /usr/lib64/ to %{_libdir}
* Thu Mar 23 2023 wenchaofan <349464272@qq.com> - 0.33-1
- Update version to 0.33