From 4e340420393a9c1f32a28ce7c03125d5f5ca1fe7 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 09:06:27 +0100 Subject: [PATCH] perl 5.16 mass rebuild [release 3.20-2mamba;Tue Nov 13 2012] --- README.md | 2 ++ perl-HTML-Tagset.spec | 67 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 69 insertions(+) create mode 100644 perl-HTML-Tagset.spec diff --git a/README.md b/README.md index 369f240..fb7157e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # perl-HTML-Tagset +This module contains data tables useful in dealing with HTML. + diff --git a/perl-HTML-Tagset.spec b/perl-HTML-Tagset.spec new file mode 100644 index 0000000..6089cd2 --- /dev/null +++ b/perl-HTML-Tagset.spec @@ -0,0 +1,67 @@ +%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) + +Name: perl-HTML-Tagset +Version: 3.20 +Release: 2mamba +Summary: HTML::Tagset - Data tables useful in dealing with HTML +Group: Development/Libraries/Perl +Vendor: openmamba +Distribution: openmamba +Packager: Aleph0 +URL: http://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 +BuildRoot: %{_tmppath}/perl-root + +%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 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 \ No newline at end of file