fix some longstanding docs issues.
This commit is contained in:
parent
8e2ede09ed
commit
0a91f37e30
11
perl.spec
11
perl.spec
@ -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
|
||||||
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user