rpms/perl/devel perl.spec,1.251,1.252

Paul Howarth pghmcfc at fedoraproject.org
Fri Jan 8 15:07:13 UTC 2010


Author: pghmcfc

Update of /cvs/pkgs/rpms/perl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21730

Modified Files:
	perl.spec 
Log Message:
Actually fix #549306


Index: perl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl/devel/perl.spec,v
retrieving revision 1.251
retrieving revision 1.252
diff -u -p -r1.251 -r1.252
--- perl.spec	22 Dec 2009 13:02:45 -0000	1.251
+++ perl.spec	8 Jan 2010 15:07:12 -0000	1.252
@@ -1531,7 +1531,9 @@ make test
 # version
 %exclude %{privlib}/version.pm
 %exclude %{privlib}/version.pod
-%exclude %{_mandir}/man3/version.*
+%exclude %{privlib}/version/
+%exclude %{_mandir}/man3/version.3*
+%exclude %{_mandir}/man3/version::Internals.3*
 
 %files libs
 %defattr(-,root,root)
@@ -1858,7 +1860,9 @@ make test
 %defattr(-,root,root,-)
 %{privlib}/version.pm
 %{privlib}/version.pod
-%{_mandir}/man3/version.*
+%{privlib}/version/
+%{_mandir}/man3/version.3*
+%{_mandir}/man3/version::Internals.3*
 
 %files core
 # Nothing. Nada. Zilch. Zarro. Uh uh. Nope. Sorry.




More information about the fedora-extras-commits mailing list