From a7ef986865633205ca0aceb61a11f64ed45966c4 Mon Sep 17 00:00:00 2001 From: Jose Pedro Oliveira Date: Mon, 9 Jan 2006 16:05:30 +0000 Subject: [PATCH] Applied two of the Ville's suggestions (#177166): trimmed down the description to the first paragraph and added the file ANNOUNCE as documentation. --- perl-Compress-Bzip2.spec | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/perl-Compress-Bzip2.spec b/perl-Compress-Bzip2.spec index 42e92e7..26d8876 100644 --- a/perl-Compress-Bzip2.spec +++ b/perl-Compress-Bzip2.spec @@ -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 - 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 - 2.09-1 - Update to 2.09.