|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
Name: perl-Parse-RecDescent
|
|
|
|
|
Version: 1.94
|
|
|
|
|
Release: 4
|
|
|
|
|
Release: 5
|
|
|
|
|
Summary: Parse-RecDescent Perl module
|
|
|
|
|
License: distributable
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -51,8 +51,6 @@ eval `perl '-V:installarchlib'`
|
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/$installarchlib
|
|
|
|
|
make install
|
|
|
|
|
|
|
|
|
|
[ -x /usr/lib/rpm/brp-compress ] && /usr/lib/rpm/brp-compress
|
|
|
|
|
|
|
|
|
|
find $RPM_BUILD_ROOT \( -name perllocal.pod -o -name .packlist \) -exec rm -fv {} \;
|
|
|
|
|
find $RPM_BUILD_ROOT \( -name '*Balanced*' \) -exec rm -fv {} \;
|
|
|
|
|
|
|
|
|
@ -67,6 +65,9 @@ fi
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Mar 30 2005 Warren Togami <wtogami@redhat.com>
|
|
|
|
|
- remove brp-compress
|
|
|
|
|
|
|
|
|
|
* Wed Sep 22 2004 Chip Turner <cturner@redhat.com> 1.94-4
|
|
|
|
|
- rebuild
|
|
|
|
|
|
|
|
|
|