]> git.pld-linux.org Git - packages/perl.git/commitdiff
- track -tools-pod files more precisely (podselect is gone in 5.32)
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 16 May 2021 11:12:16 +0000 (13:12 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 16 May 2021 11:12:16 +0000 (13:12 +0200)
perl.spec

index dce0aaae670fbf58efbb9048bcea5c7886ca19af..754998c8688ec52cc3c7892b3b45d7771642fc14 100644 (file)
--- 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
This page took 0.072837 seconds and 4 git commands to generate.