[packages/perl] - track -tools-pod files more precisely (podselect is gone in 5.32)

qboosh qboosh at pld-linux.org
Sun May 16 13:10:18 CEST 2021


commit f48655252a57860ff9dc3f1ff280bcd1871670a3
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun May 16 13:12:16 2021 +0200

    - track -tools-pod files more precisely (podselect is gone in 5.32)

 perl.spec | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index dce0aaa..754998c 100644
--- a/perl.spec
+++ b/perl.spec
@@ -1719,8 +1719,10 @@ rm -rf $RPM_BUILD_ROOT
 
 %files tools-pod
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/pod*
-%{_mandir}/man1/pod*
+%attr(755,root,root) %{_bindir}/pod2*
+%attr(755,root,root) %{_bindir}/podchecker
+%{_mandir}/man1/pod2*.1*
+%{_mandir}/man1/podchecker.1*
 
 %if %{with microperl}
 %files -n microperl
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl.git/commitdiff/f48655252a57860ff9dc3f1ff280bcd1871670a3



More information about the pld-cvs-commit mailing list