auto-import changelog data from perl-Parse-RecDescent-1.80-8.src.rpm

Tue Aug 06 2002 Chip Turner <cturner@redhat.com>
- automated release bump and build
Sat Jul 20 2002 Chip Turner <cturner@localhost.localdomain>
- remove Text::Balanced modules since they are now in core perl
epel9
cvsdist 21 years ago
parent c284087d8d
commit 9f0900b71d

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

Loading…
Cancel
Save