Applied two of the Ville's suggestions (#177166): trimmed down the
description to the first paragraph and added the file ANNOUNCE as documentation.
This commit is contained in:
parent
6f593be288
commit
a7ef986865
@ -1,6 +1,6 @@
|
||||
Name: perl-Compress-Bzip2
|
||||
Version: 2.09
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Interface to Bzip2 compression library
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -18,12 +18,6 @@ The Compress::Bzip2 module provides a Perl interface to the Bzip2
|
||||
compression library. A relevant subset of the functionality provided
|
||||
by Bzip2 is available in Compress::Bzip2.
|
||||
|
||||
All string parameters can either be a scalar or a scalar reference.
|
||||
|
||||
The module can be split into two general areas of functionality,
|
||||
namely in-memory compression/decompression and read/write access
|
||||
to bzip2 files.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n Compress-Bzip2-%{version}
|
||||
@ -53,13 +47,18 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc Changes COPYING NEWS README
|
||||
%doc ANNOUNCE Changes COPYING NEWS README
|
||||
%{perl_vendorarch}/Compress/
|
||||
%{perl_vendorarch}/auto/Compress/
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jan 9 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.09-2
|
||||
- Applied two of the Ville's suggestions (#177166): trimmed down
|
||||
the description to the first paragraph and added the file ANNOUNCE
|
||||
as documentation.
|
||||
|
||||
* Thu Aug 11 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.09-1
|
||||
- Update to 2.09.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user