rpms/perl/devel perl.spec,1.139,1.140

Robin Norwood (rnorwood) fedora-extras-commits at redhat.com
Tue Oct 16 18:19:08 UTC 2007


Author: rnorwood

Update of /cvs/pkgs/rpms/perl/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24501

Modified Files:
	perl.spec 
Log Message:
fix some longstanding docs issues.


Index: perl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl/devel/perl.spec,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -r1.139 -r1.140
--- perl.spec	16 Oct 2007 16:53:40 -0000	1.139
+++ perl.spec	16 Oct 2007 18:18:35 -0000	1.140
@@ -24,7 +24,7 @@
 
 Name:           perl
 Version:        %{perl_version}
-Release:        28%{?dist}.4
+Release:        29%{?dist}
 Epoch:          %{perl_epoch}
 Summary:        The Perl programming language
 Group:          Development/Languages
@@ -121,7 +121,7 @@
 Patch39:        perl-5.8.8-disable_test_hosts.patch
 # XXX: Fixme - Finish patch.
 #Patch39:        perl-5.8.8-bz204679.patch
-Patch40:	perl-5.8.8-U28775.patch
+Patch40:        perl-5.8.8-U28775.patch
 Patch41:        perl-5.8.8-bz247386-file-spec-cwd.patch
 # Update DB_File to 1.815
 Patch42:        perl-5.8.8-DB_File-1.815.patch
@@ -587,6 +587,9 @@
 # disable brp-strip
 %endif
 
+# Compress Changes* to save space
+%{__gzip} Changes*
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -599,7 +602,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc Copying README
+%doc Artistic AUTHORS Changes* Copying README
 %{_mandir}/man1/*.1*
 %{_mandir}/man3/*.3*
 %{_bindir}/*
@@ -783,6 +786,10 @@
 # Nothing. Nada. Zilch. Zarro. Uh uh. Nope. Sorry.
 
 %changelog
+* Tue Oct 16 2007 Robin Norwood <rnorwood at redhat.com> - 4:5.8.8-29
+- Add Artistic, AUTHORS, and Changes* to %%docs.
+- Compress Changes* to save space.
+
 * Tue Oct 15 2007 Tom "spot" Callaway <tcallawa at redhat.com> - 4:5.8.8-28.4
 - Require db4, not db4-devel. -EIDIOT
 




More information about the fedora-extras-commits mailing list