perl-HTML-Parser/perl-HTML-Parser.spec

101 lines
3.1 KiB
RPMSpec
Raw Normal View History

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 <davide.madrisan@gmail.com>
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 <autodist@mambasoft.it> 3.71-1mamba
- automatic update by autodist
* Fri Mar 29 2013 Automatic Build System <autodist@mambasoft.it> 3.70-1mamba
- automatic version update by autodist
* Sat Nov 10 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 3.69-2mamba
- perl 5.16 mass rebuild
* Sat Oct 15 2011 Automatic Build System <autodist@mambasoft.it> 3.69-1mamba
- automatic version update by autodist
* Sun Oct 24 2010 Davide Madrisan <davide.madrisan@gmail.com> 3.68-2mamba
- rebuild with INSTALLDIRS=vendor
* Sat Sep 18 2010 Automatic Build System <autodist@mambasoft.it> 3.68-1mamba
- automatic update by autodist
* Mon Jul 12 2010 Automatic Build System <autodist@mambasoft.it> 3.66-1mamba
- automatic update by autodist
* Thu Apr 15 2010 Automatic Build System <autodist@mambasoft.it> 3.65-1mamba
- automatic update by autodist
* Wed Jan 13 2010 Automatic Build System <autodist@mambasoft.it> 3.64-1mamba
- automatic update by autodist
* Wed Aug 19 2009 Automatic Build System <autodist@mambasoft.it> 3.62-1mamba
- automatic update by autodist
* Mon Jun 22 2009 Automatic Build System <autodist@mambasoft.it> 3.61-1mamba
- automatic update by autodist
* Tue Mar 31 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 3.60-1mamba
- automatic update by autodist
* Fri Feb 06 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 3.59-1mamba
- automatic update by autodist
* Wed Nov 05 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 3.56-2mamba
- automatic rebuild by autodist
* Wed May 09 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 3.56-1mamba
- update to 3.56
* Fri Oct 22 2004 Alessandro Ramazzina <alessandro.ramazzina@qilinux.it> 3.36-1qilnx
- package created by autospec (rebuilt after SRPM loss)
* Wed Nov 26 2003 Silvan Calarco <silvan.calarco@mambasoft.it> 3.34-1qilnx
- First build