update license tag, buildrequires.
This commit is contained in:
parent
867619467b
commit
aba4d19987
@ -2,16 +2,16 @@
|
||||
|
||||
Name: perl-%{real_name}
|
||||
Version: 3.56
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Perl module for parsing HTML
|
||||
|
||||
Group: Development/Libraries
|
||||
License: GPL or Artistic
|
||||
License: GPL+ or Artistic
|
||||
Url: http://search.cpan.org/dist/HTML-Parser/
|
||||
Source: http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/%{real_name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: perl(HTML::Tagset) >= 3.03
|
||||
BuildRequires: perl(HTML::Tagset) >= 3.03, perl(ExtUtils::MakeMaker), perl(Test::Simple)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
Requires: perl(HTML::Tagset) >= 3.03
|
||||
|
||||
@ -51,13 +51,17 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc Changes README eg/
|
||||
%doc Changes README TODO eg/
|
||||
%{perl_vendorarch}/HTML/
|
||||
%{perl_vendorarch}/auto/HTML/
|
||||
%{_mandir}/man3/*.3pm*
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Aug 29 2007 Robin Norwood <rnorwood@redhat.com> - 3.56-2
|
||||
- Fix license tag
|
||||
- update BuildRequires
|
||||
|
||||
* Sat Feb 3 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 3.56-1
|
||||
- Update to 3.56.
|
||||
- Brought specfile closer to the Fedora's Perl template.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user