%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-HTML-SimpleParse Version: 0.12 Release: 2mamba Summary: HTML::SimpleParse - a bare-bones HTML parser Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.cpan.org Source: http://search.cpan.org/CPAN/authors/id/K/KW/KWILLIAMS/HTML-SimpleParse-%{version}.tar.gz License: GPL, Artistic Requires: perl >= %perl_major_ver BuildRequires: perl-devel >= %perl_major_ver BuildRoot: %{_tmppath}/%{name}-%{version}-root %description HTML::SimpleParse - a bare-bones HTML parser %prep %setup -q -n HTML-SimpleParse-%{version} %build perl Build.PL installdirs=vendor ./Build ./Build test %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" ./Build install \ destdir="%{buildroot}" \ --install_path bindoc="%{_mandir}/man1" \ --install_path libdoc="%{_mandir}/man3" packlist=`find %{buildroot} -name .packlist` [ -z "$packlist" ] && exit 1 || cat $packlist | \ sed "s,%buildroot,,g;s,.*/man/.*,&.gz,g" | \ sort -u > .packlist && rm $packlist find %{buildroot}%{perl_vendorlib} \ -type d -depth -exec rmdir {} 2>/dev/null \; 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 * Thu Jul 11 2013 Automatic Build System 0.12-2mamba - automatic rebuild by autodist * Sat Mar 14 2009 Silvan Calarco 0.12-1mamba - package created by autospec