%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-Parse-RecDescent Version: 1.965001 Release: 1mamba Summary: Parse::RecDescent - Generate recursive-descent parsers Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Aleph0 URL: http://www.cpan.org Source: http://www.cpan.org/modules/by-module/Parse/Parse-RecDescent-%{version}.tar.gz License: Artistic Requires: perl >= %perl_major_ver BuildRequires: perl-devel >= %perl_major_ver BuildRoot: %{_tmppath}/%{name}-%{version}-root %description RecDescent incrementally generates top-down recursive-descent text parsers from simple yacc-like grammar specifications. %prep %setup -q -n Parse-RecDescent-%{version} %build perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor %make %make test %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall_perl packlist=`find %{buildroot} -name .packlist` [ -z "$packlist" ] && exit 1 || cat $packlist | \ sed "s,%buildroot,,g;s,.*/man/.*,&.gz,g" | \ sort -u > .packlist && rm $packlist strid=`echo $packlist | sed 's,.*auto\(.*\)/.packlist,\1,'` for dir in `find %{buildroot} -type d | grep $strid`; do echo "%dir ${dir#%buildroot}" >> .packlist done %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" rm -f .packlist %files -f .packlist %defattr(-,root,root) %changelog * Sat Mar 19 2011 Automatic Build System 1.965001-1mamba - automatic update by autodist * Thu Oct 15 2009 Automatic Build System 1.962.2-1mamba - automatic update by autodist * Thu Aug 27 2009 Automatic Build System 1.962.0-1mamba - automatic update by autodist * Wed Nov 05 2008 Silvan Calarco 1.94-3mamba - automatic rebuild by autodist * Wed Nov 05 2008 Silvan Calarco 1.94-2mamba - rebuilt with perl 5.10 * Mon Nov 12 2007 Aleph0 1.94-1mamba - package created by autospec