Modify /usr/lib64/ to %{_libdir}
Signed-off-by: yangchenguang <yangchenguang@kylinsec.com.cn> (cherry picked from commit fb643196b90d610df7922d6e0b3202e33c586511)
This commit is contained in:
parent
5ab047cc85
commit
ec302009cd
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user