Modify /usr/lib64/ to %{_libdir}

Signed-off-by: yangchenguang <yangchenguang@kylinsec.com.cn>
(cherry picked from commit 76bb02dc307cfd703285611d68940189ea8cb500)
This commit is contained in:
yangchenguang 2024-07-17 13:55:21 +08:00 committed by openeuler-sync-bot
parent 35638d3936
commit e4921b51be

View File

@ -1,6 +1,6 @@
Name: perl-Email-Date-Format
Version: 1.008
Release: 1
Release: 2
Summary: Produce RFC 2822 compliant datetime string
License: GPL+ or Artistic
URL: https://metacpan.org/release/Email-Date-Format
@ -39,13 +39,16 @@ make test
%files
%doc LICENSE
%{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
%doc README
%{_mandir}/man3/*.3*
%changelog
* Wed Jul 17 2024 yangchenguang <yangchenguang@kylinsec.com.cn> - 1.008-2
- Modify /usr/lib64/ to %{_libdir}
* Tue Jul 18 2023 leeffo <liweiganga@uniontech.com> - 1.008-1
- upgrade to version 1.008