fix some longstanding docs issues.

This commit is contained in:
Robin Norwood 2007-10-16 18:18:35 +00:00
parent 8e2ede09ed
commit 0a91f37e30

View File

@ -24,7 +24,7 @@
Name: perl Name: perl
Version: %{perl_version} Version: %{perl_version}
Release: 28%{?dist}.4 Release: 29%{?dist}
Epoch: %{perl_epoch} Epoch: %{perl_epoch}
Summary: The Perl programming language Summary: The Perl programming language
Group: Development/Languages Group: Development/Languages
@ -121,7 +121,7 @@ Patch38: perl-5.8.8-bz199736.patch
Patch39: perl-5.8.8-disable_test_hosts.patch Patch39: perl-5.8.8-disable_test_hosts.patch
# XXX: Fixme - Finish patch. # XXX: Fixme - Finish patch.
#Patch39: perl-5.8.8-bz204679.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 Patch41: perl-5.8.8-bz247386-file-spec-cwd.patch
# Update DB_File to 1.815 # Update DB_File to 1.815
Patch42: perl-5.8.8-DB_File-1.815.patch Patch42: perl-5.8.8-DB_File-1.815.patch
@ -587,6 +587,9 @@ exit 0
# disable brp-strip # disable brp-strip
%endif %endif
# Compress Changes* to save space
%{__gzip} Changes*
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -599,7 +602,7 @@ make test
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc Copying README %doc Artistic AUTHORS Changes* Copying README
%{_mandir}/man1/*.1* %{_mandir}/man1/*.1*
%{_mandir}/man3/*.3* %{_mandir}/man3/*.3*
%{_bindir}/* %{_bindir}/*
@ -783,6 +786,10 @@ make test
# Nothing. Nada. Zilch. Zarro. Uh uh. Nope. Sorry. # Nothing. Nada. Zilch. Zarro. Uh uh. Nope. Sorry.
%changelog %changelog
* Tue Oct 16 2007 Robin Norwood <rnorwood@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@redhat.com> - 4:5.8.8-28.4 * Tue Oct 15 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 4:5.8.8-28.4
- Require db4, not db4-devel. -EIDIOT - Require db4, not db4-devel. -EIDIOT