From 9f0900b71d38944608e86770e52b15f0a5edf74a Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 10:15:02 +0000 Subject: [PATCH] auto-import changelog data from perl-Parse-RecDescent-1.80-8.src.rpm Tue Aug 06 2002 Chip Turner - automated release bump and build Sat Jul 20 2002 Chip Turner - remove Text::Balanced modules since they are now in core perl --- perl-Parse-RecDescent.spec | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/perl-Parse-RecDescent.spec b/perl-Parse-RecDescent.spec index d05cd18..eb571a5 100644 --- a/perl-Parse-RecDescent.spec +++ b/perl-Parse-RecDescent.spec @@ -1,6 +1,6 @@ Name: perl-Parse-RecDescent Version: 1.80 -Release: 5 +Release: 8 Packager: cturner@redhat.com Summary: Parse-RecDescent Perl module License: distributable @@ -8,13 +8,13 @@ Group: Development/Libraries URL: http://search.cpan.org/search?mode=module&query=Parse%3a%3aRecDescent BuildRoot: %{_tmppath}/%{name}-root BuildRequires: perl >= 0:5.00503 -Source0: Parse-RecDescent-1.80.tar.gz +Source0: Parse-RecDescent-%{version}.tar.gz +BuildArch: noarch %description Parse::RecDescent incrementally generates top-down recursive-descent text parsers from simple yacc-like grammar specifications. It -provides: - +provides: * Regular expressions or literal strings as terminals (tokens), * Multiple (non-contiguous) productions for any rule, * Repeated and optional subrules within productions, @@ -55,16 +55,23 @@ make install find $RPM_BUILD_ROOT/usr -type f -print | \ sed "s@^$RPM_BUILD_ROOT@@g" | \ grep -v perllocal.pod | \ - grep -v "\.packlist" > Parse-RecDescent-1.80-filelist -if [ "$(cat Parse-RecDescent-1.80-filelist)X" = "X" ] ; then + grep -v Balanced | \ + grep -v "\.packlist" > Parse-RecDescent-%{version}-filelist +if [ "$(cat Parse-RecDescent-%{version}-filelist)X" = "X" ] ; then echo "ERROR: EMPTY FILE LIST" exit -1 fi -%files -f Parse-RecDescent-1.80-filelist +%files -f Parse-RecDescent-%{version}-filelist %defattr(-,root,root) %changelog +* Tue Aug 6 2002 Chip Turner +- automated release bump and build + +* Sat Jul 20 2002 Chip Turner +- remove Text::Balanced modules since they are now in core perl + * Thu Jun 27 2002 Chip Turner - description update