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
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:
* 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 <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>
- description update

Loading…
Cancel
Save