%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-HTML-Tagset Version: 3.24 Release: 1mamba Summary: HTML::Tagset - Data tables useful in dealing with HTML Group: Development/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Aleph0 URL: https://www.cpan.org/ Source: http://www.cpan.org/modules/by-module/HTML/HTML-Tagset-%{version}.tar.gz License: Artistic Requires: perl >= %perl_major_ver BuildRequires: perl-devel >= %perl_major_ver BuildArch: noarch %description This module contains data tables useful in dealing with HTML. %prep %setup -q -n HTML-Tagset-%{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 * Tue Mar 12 2024 Automatic Build System 3.24-1mamba - automatic version update by autodist * Sun Mar 10 2024 Automatic Build System 3.22-1mamba - automatic version update by autodist * Tue Nov 13 2012 Silvan Calarco 3.20-2mamba - perl 5.16 mass rebuild * Fri Feb 06 2009 Silvan Calarco 3.20-1mamba - automatic update by autodist * Wed Nov 05 2008 Silvan Calarco 3.10-2mamba - automatic rebuild by autodist * Tue Nov 20 2007 Aleph0 3.10-1mamba - update to 3.10 * Fri Oct 22 2004 Alessandro Ramazzina 3.03-1qilnx - package created by autospec (rebuilt after SRPM loss) * Wed Nov 26 2003 Silvan Calarco 3.03-1qilnx - First build