From b3217dc8d355cc37938c16d0cf06baab5e689f8b Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 10:02:16 +0000 Subject: [PATCH] auto-import changelog data from perl-Bit-Vector-6.1-26.src.rpm Tue Aug 06 2002 Chip Turner - automated release bump and build --- perl-Bit-Vector.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/perl-Bit-Vector.spec b/perl-Bit-Vector.spec index 06919ff..1c77adf 100644 --- a/perl-Bit-Vector.spec +++ b/perl-Bit-Vector.spec @@ -1,13 +1,13 @@ Name: perl-Bit-Vector Version: 6.1 -Release: 24 +Release: 26 Summary: A module for high-performance Perl manipulation of bit vectors. License: distributable Group: Development/Libraries URL: http://search.cpan.org/search?mode=module&query=Bit%3a%3aVector BuildRoot: %{_tmppath}/%{name}-root BuildRequires: perl >= 0:5.00503 -Source0: Bit-Vector-6.1.tar.gz +Source0: Bit-Vector-%{version}.tar.gz %description Bit::Vector is an efficient C library which allows you to handle bit @@ -40,16 +40,19 @@ find $RPM_BUILD_ROOT/usr -type f -print | \ sed "s@^$RPM_BUILD_ROOT@@g" | \ grep -v perllocal.pod | \ grep -v Carp::Clan.3pm.gz | \ - grep -v "\.packlist" > Bit-Vector-6.1-filelist -if [ "$(cat Bit-Vector-6.1-filelist)X" = "X" ] ; then + grep -v "\.packlist" > Bit-Vector-%{version}-filelist +if [ "$(cat Bit-Vector-%{version}-filelist)X" = "X" ] ; then echo "ERROR: EMPTY FILE LIST" exit -1 fi -%files -f Bit-Vector-6.1-filelist +%files -f Bit-Vector-%{version}-filelist %defattr(-,root,root) %changelog +* Tue Aug 6 2002 Chip Turner +- automated release bump and build + * Wed Jan 30 2002 cturner@redhat.com - Specfile autogenerated