license tag fix
This commit is contained in:
parent
40bd35fd01
commit
8b9201403a
@ -1,24 +1,19 @@
|
|||||||
Name: perl-HTML-Tree
|
Name: perl-HTML-Tree
|
||||||
Version: 3.23
|
Version: 3.23
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
|
|
||||||
Summary: HTML tree handling modules for Perl
|
Summary: HTML tree handling modules for Perl
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: GPL or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: http://search.cpan.org/dist/HTML-Tree/
|
URL: http://search.cpan.org/dist/HTML-Tree/
|
||||||
Source0: http://www.cpan.org/authors/id/P/PE/PETDANCE/HTML-Tree-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/P/PE/PETDANCE/HTML-Tree-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl(HTML::Parser) >= 2.19
|
BuildRequires: perl(HTML::Parser) >= 2.19
|
||||||
BuildRequires: perl(HTML::Tagset) >= 3.02
|
BuildRequires: perl(HTML::Tagset) >= 3.02
|
||||||
|
|
||||||
# For improved tests
|
# For improved tests
|
||||||
BuildRequires: perl(Test::Pod) >= 1.00
|
BuildRequires: perl(Test::Pod) >= 1.00
|
||||||
|
BuildRequires: perl(Test::More)
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
|
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -28,7 +23,6 @@ also relevent documentation. These modules used to be part of the
|
|||||||
libwww-perl distribution, but are now unbundled in order to facilitate
|
libwww-perl distribution, but are now unbundled in order to facilitate
|
||||||
a separate development track.
|
a separate development track.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n HTML-Tree-%{version}
|
%setup -q -n HTML-Tree-%{version}
|
||||||
%{__perl} -pi -e 's|/usr/local/bin/perl|%{__perl}|' htmltree
|
%{__perl} -pi -e 's|/usr/local/bin/perl|%{__perl}|' htmltree
|
||||||
@ -41,12 +35,10 @@ EOF
|
|||||||
%define __perl_provides %{_builddir}/HTML-Tree-%{version}/%{name}-prov
|
%define __perl_provides %{_builddir}/HTML-Tree-%{version}/%{name}-prov
|
||||||
chmod +x %{__perl_provides}
|
chmod +x %{__perl_provides}
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
|
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
|
||||||
@ -54,23 +46,22 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
|
|||||||
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
|
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
|
||||||
chmod -R u+w $RPM_BUILD_ROOT/*
|
chmod -R u+w $RPM_BUILD_ROOT/*
|
||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc Changes README TODO htmltree
|
%doc Changes README TODO htmltree
|
||||||
%{perl_vendorlib}/HTML
|
%{perl_vendorlib}/HTML
|
||||||
%{_mandir}/man3/HTML::*3*
|
%{_mandir}/man3/HTML::*3*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Aug 26 2007 Tom "spot" Callaway <tcallawa@redhat.com> 3.23-2
|
||||||
|
- license tag fix
|
||||||
|
|
||||||
* Wed Jan 17 2007 Tom "spot" Callaway <tcallawa@redhat.com> 3.23-1
|
* Wed Jan 17 2007 Tom "spot" Callaway <tcallawa@redhat.com> 3.23-1
|
||||||
- bump to 3.23
|
- bump to 3.23
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user