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:
Lars Vogdt 2010-12-05 20:57:12 +00:00 committed by Git OBS Bridge
commit d3f20f9ff4
2 changed files with 13 additions and 2 deletions

View File

@ -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

View File

@ -20,9 +20,10 @@
Name: perl-HTML-Tree
BuildRequires: perl-HTML-Parser
BuildRequires: perl-macros
License: Artistic ; GPLv2+ ; Other uncritical OpenSource License
Group: Development/Libraries/Perl
Requires: perl = %{perl_version}, perl-HTML-Parser, perl-HTML-Tagset
Requires: perl-HTML-Parser perl-HTML-Tagset
AutoReqProv: on
Summary: Modules for representing, creating, and extracting information from HTML syntax trees
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
Url: http://search.cpan.org/CPAN/authors/id/P/PE/PETEK/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
%description
This distribution contains a suite of modules for representing,
@ -66,7 +68,6 @@ make DESTDIR=$RPM_BUILD_ROOT install_vendor
%{perl_vendorlib}/HTML/*
%{perl_vendorarch}/auto/*
%{_bindir}/htmltree
/var/adm/perl-modules/%{name}
%doc %{_mandir}/man?/*
%doc README Changes