Accepting request 54555 from devel:languages:perl
Accepted submit request 54555 from user coolo OBS-URL: https://build.opensuse.org/request/show/54555 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-HTML-Tree?expand=0&rev=10
This commit is contained in:
commit
d3f20f9ff4
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 1 11:56:05 UTC 2010 - coolo@novell.com
|
||||||
|
|
||||||
|
- switch to perl_requires macro
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 29 18:30:12 UTC 2010 - coolo@novell.com
|
||||||
|
|
||||||
|
- remove /var/adm/perl-modules
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 21 12:44:29 CEST 2010 - anicka@suse.cz
|
Tue Sep 21 12:44:29 CEST 2010 - anicka@suse.cz
|
||||||
|
|
||||||
|
@ -20,9 +20,10 @@
|
|||||||
|
|
||||||
Name: perl-HTML-Tree
|
Name: perl-HTML-Tree
|
||||||
BuildRequires: perl-HTML-Parser
|
BuildRequires: perl-HTML-Parser
|
||||||
|
BuildRequires: perl-macros
|
||||||
License: Artistic ; GPLv2+ ; Other uncritical OpenSource License
|
License: Artistic ; GPLv2+ ; Other uncritical OpenSource License
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Requires: perl = %{perl_version}, perl-HTML-Parser, perl-HTML-Tagset
|
Requires: perl-HTML-Parser perl-HTML-Tagset
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: Modules for representing, creating, and extracting information from HTML syntax trees
|
Summary: Modules for representing, creating, and extracting information from HTML syntax trees
|
||||||
Version: 4.0
|
Version: 4.0
|
||||||
@ -30,6 +31,7 @@ Release: 1
|
|||||||
Source: http://search.cpan.org/CPAN/authors/id/P/PE/PETEK/HTML-Tree-%{version}.tar.bz2
|
Source: http://search.cpan.org/CPAN/authors/id/P/PE/PETEK/HTML-Tree-%{version}.tar.bz2
|
||||||
Url: http://search.cpan.org/CPAN/authors/id/P/PE/PETEK/
|
Url: http://search.cpan.org/CPAN/authors/id/P/PE/PETEK/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This distribution contains a suite of modules for representing,
|
This distribution contains a suite of modules for representing,
|
||||||
@ -66,7 +68,6 @@ make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
|||||||
%{perl_vendorlib}/HTML/*
|
%{perl_vendorlib}/HTML/*
|
||||||
%{perl_vendorarch}/auto/*
|
%{perl_vendorarch}/auto/*
|
||||||
%{_bindir}/htmltree
|
%{_bindir}/htmltree
|
||||||
/var/adm/perl-modules/%{name}
|
|
||||||
%doc %{_mandir}/man?/*
|
%doc %{_mandir}/man?/*
|
||||||
%doc README Changes
|
%doc README Changes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user