update to 4.1

This commit is contained in:
Tom "spot" Callaway 2010-12-01 16:34:56 -05:00
parent f1dc5d9c08
commit 63c6f60390
3 changed files with 8 additions and 6 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
HTML-Tree-3.23.tar.gz
/HTML-Tree-4.0.tar.gz
/HTML-Tree-4.1.tar.gz

View File

@ -1,14 +1,12 @@
%define version_real 4.0
Name: perl-HTML-Tree
Version: 4.00
Version: 4.1
Release: 1%{?dist}
Epoch: 1
Summary: HTML tree handling modules for Perl
Group: Development/Libraries
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/HTML-Tree/
Source0: http://www.cpan.org/authors/id/J/JF/JFEARN/HTML-Tree-%{version_real}.tar.gz
Source0: http://www.cpan.org/authors/id/J/JF/JFEARN/HTML-Tree-%{version}.tar.gz
BuildArch: noarch
BuildRequires: perl(HTML::Parser) >= 3.46
BuildRequires: perl(HTML::Tagset) >= 3.02
@ -32,7 +30,7 @@ libwww-perl distribution, but are now unbundled in order to facilitate
a separate development track.
%prep
%setup -q -n HTML-Tree-%{version_real}
%setup -q -n HTML-Tree-%{version}
%build
%{__perl} Build.PL installdirs=vendor
@ -58,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/HTML::*3*
%changelog
* Wed Dec 1 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 1:4.1-1
- update to 4.1
* Mon Oct 18 2010 Marcela Mašláňová <mmaslano@redhat.com> - 1:3.40-1
- update, adjust specfile to use Build.PL

View File

@ -1 +1 @@
7ba44995905a117c00f6744350799883 HTML-Tree-4.0.tar.gz
c339cc18ec68e9c677480d2e714b20d1 HTML-Tree-4.1.tar.gz