Modify /usr/lib64/ to %{_libdir}

Signed-off-by: yangchenguang <yangchenguang@kylinsec.com.cn>
(cherry picked from commit 6587734bddb12b7bf547995fd9f329bf26b62e99)
This commit is contained in:
yangchenguang 2024-07-17 13:59:34 +08:00 committed by openeuler-sync-bot
parent 4f2f6493e3
commit eec58116a2

View File

@ -1,6 +1,6 @@
Name: perl-Email-Date-Format Name: perl-Email-Date-Format
Version: 1.005 Version: 1.005
Release: 12 Release: 13
Summary: Produce RFC 2822 compliant datetime string Summary: Produce RFC 2822 compliant datetime string
License: GPL+ or Artistic License: GPL+ or Artistic
URL: https://metacpan.org/release/Email-Date-Format URL: https://metacpan.org/release/Email-Date-Format
@ -39,12 +39,15 @@ make test
%files %files
%doc LICENSE %doc LICENSE
%{perl_vendorlib}/Email/ %{perl_vendorlib}/Email/
%exclude /usr/lib64/perl5/vendor_perl/auto/Email/Date/Format/.packlist %exclude %{_libdir}/perl5/vendor_perl/auto/Email/Date/Format/.packlist
%files help %files help
%doc README %doc README
%{_mandir}/man3/*.3* %{_mandir}/man3/*.3*
%changelog %changelog
* Wed Jul 17 2024 yangchenguang <yangchenguang@kylinsec.com.cn> - 1.005-13
- Modify /usr/lib64/ to %{_libdir}
* Wed May 06 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.005-12 * Wed May 06 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.005-12
- Package init - Package init