perl-HTML-Tagset/perl-HTML-Tagset.spec

112 lines
3.1 KiB
RPMSpec
Raw Normal View History

Name: perl-HTML-Tagset
2008-12-23 13:44:31 +00:00
Version: 3.20
Release: 1%{?dist}
Summary: HTML::Tagset - data tables useful in parsing HTML
Group: Development/Libraries
2007-08-29 19:41:54 +00:00
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/HTML-Tagset/
Source0: http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/HTML-Tagset-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
2007-08-29 19:41:54 +00:00
BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::Pod)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
This module contains several data tables useful in various kinds of
HTML parsing operations, such as tag and entity names.
%prep
%setup -q -n HTML-Tagset-%{version}
%build
2006-01-17 22:32:47 +00:00
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*
2006-01-17 22:32:47 +00:00
%check
make test
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc Changes README
2006-01-17 22:32:47 +00:00
%{perl_vendorlib}/HTML/
%{_mandir}/man3/HTML::Tagset.3pm*
%changelog
2008-12-23 13:44:31 +00:00
* Tue Dec 23 2008 Marcela Mašláňová <mmaslano@redhat.com> - 3.20-1
- update to 3.20
2008-02-28 13:06:09 +00:00
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 3.10-8
- Rebuild for perl 5.10 (again)
2008-01-20 18:38:25 +00:00
* Sun Jan 20 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 3.10-7
- rebuild for new perl
2007-08-29 19:41:54 +00:00
* Wed Aug 29 2007 Robin Norwood <rnorwood@redhat.com> - 3.10-6
- Update license tag
- Add BuildRequires
* Mon Feb 05 2007 Robin Norwood <rnorwood@redhat.com> - 3.10-5
- perl(Test::Pod) doesn't exist in our buildroots because it isn't in
core. Removing for now.
* Sun Feb 04 2007 Robin Norwood <rnorwood@redhat.com> - 3.10-4
- Also add BuildRequires suggested by Jose.
* Sat Feb 3 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 3.10-3
- Minor corrections.
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 3.10-2.1.1
2006-07-12 07:45:40 +00:00
- rebuild
2006-02-03 19:30:50 +00:00
* Fri Feb 03 2006 Jason Vas Dias <jvdias@redhat.com> - 3.10-2.1
- rebuild for new perl-5.8.8
* Tue Jan 10 2006 Jason Vas Dias <jvdias@redhat.com> - 3.10-1
- fix bug 176720: upgrade to 3.10
- make .spec file conform to fedora-rpmdevtools spectemplate-perl.spec
2005-12-17 02:12:33 +00:00
* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com>
- rebuilt for new gcc
2005-12-16 23:23:03 +00:00
* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com>
- rebuilt for new gcj
2005-03-31 09:28:10 +00:00
* Wed Mar 30 2005 Warren Togami <wtogami@redhat.com>
- remove brp-compress
* Tue Mar 29 2005 Robert Scheck <redhat@linuxnetz.de> 3.04-1
- upgrade to 3.04 and spec file cleanup (#140914, #150360)
2004-09-22 14:21:35 +00:00
* Wed Sep 22 2004 Chip Turner <cturner@redhat.com> 3.03-30
- rebuild
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Thu Jan 23 2003 Tim Powers <timp@redhat.com> 3.03-28
- rebuild
* Tue Aug 6 2002 Chip Turner <cturner@redhat.com>
- automated release bump and build
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
- automated rebuild
* Mon Apr 30 2001 Chip Turner <cturner@redhat.com>
- Spec file was autogenerated.