From 209890e72d8801f8b3b6e9bbbba05a0e28769074 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 09:05:55 +0100 Subject: [PATCH] automatic update by autodist [release 3.71-1mamba;Sun May 19 2013] --- README.md | 2 + perl-HTML-Parser.spec | 101 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 103 insertions(+) create mode 100644 perl-HTML-Parser.spec diff --git a/README.md b/README.md index 0571f54..72870cf 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # perl-HTML-Parser +A perl module for HTML parsing + diff --git a/perl-HTML-Parser.spec b/perl-HTML-Parser.spec new file mode 100644 index 0000000..48ead40 --- /dev/null +++ b/perl-HTML-Parser.spec @@ -0,0 +1,101 @@ +Name: perl-HTML-Parser +Version: 3.71 +Release: 1mamba +Summary: HTML::Parser - A perl module for HTML parsing +Group: System/Libraries/Perl +Vendor: openmamba +Distribution: openmamba +Packager: Davide Madrisan +URL: http://www.cpan.org +Source: http://cpan.perl.org/authors/id/G/GA/GAAS//HTML-Parser-%{version}.tar.gz +License: GPL +BuildRequires: perl-HTML-Tagset +BuildRequires: perl +Requires: perl >= %perl_major_ver +Requires: perl-HTML-Tagset +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +A perl module for HTML parsing + +%prep +%setup -q -n HTML-Parser-%{version} + +%build +perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor +%make +%ifnarch arm +%make test +%endif + +%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 -f $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}" + +%files -f .packlist +%defattr(-,root,root) + +%changelog +* Sun May 19 2013 Automatic Build System 3.71-1mamba +- automatic update by autodist + +* Fri Mar 29 2013 Automatic Build System 3.70-1mamba +- automatic version update by autodist + +* Sat Nov 10 2012 Silvan Calarco 3.69-2mamba +- perl 5.16 mass rebuild + +* Sat Oct 15 2011 Automatic Build System 3.69-1mamba +- automatic version update by autodist + +* Sun Oct 24 2010 Davide Madrisan 3.68-2mamba +- rebuild with INSTALLDIRS=vendor + +* Sat Sep 18 2010 Automatic Build System 3.68-1mamba +- automatic update by autodist + +* Mon Jul 12 2010 Automatic Build System 3.66-1mamba +- automatic update by autodist + +* Thu Apr 15 2010 Automatic Build System 3.65-1mamba +- automatic update by autodist + +* Wed Jan 13 2010 Automatic Build System 3.64-1mamba +- automatic update by autodist + +* Wed Aug 19 2009 Automatic Build System 3.62-1mamba +- automatic update by autodist + +* Mon Jun 22 2009 Automatic Build System 3.61-1mamba +- automatic update by autodist + +* Tue Mar 31 2009 Silvan Calarco 3.60-1mamba +- automatic update by autodist + +* Fri Feb 06 2009 Silvan Calarco 3.59-1mamba +- automatic update by autodist + +* Wed Nov 05 2008 Silvan Calarco 3.56-2mamba +- automatic rebuild by autodist + +* Wed May 09 2007 Silvan Calarco 3.56-1mamba +- update to 3.56 + +* Fri Oct 22 2004 Alessandro Ramazzina 3.36-1qilnx +- package created by autospec (rebuilt after SRPM loss) + +* Wed Nov 26 2003 Silvan Calarco 3.34-1qilnx +- First build \ No newline at end of file