8
0

Accepting request 54930 from devel:languages:perl

Accepted submit request 54930 from user coolo

OBS-URL: https://build.opensuse.org/request/show/54930
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-HTML-TableExtract?expand=0&rev=9
This commit is contained in:
2010-12-08 01:22:14 +00:00
committed by Git OBS Bridge
parent 147df401c0
commit bef674efed
2 changed files with 12 additions and 2 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Dec 1 13:27:30 UTC 2010 - coolo@novell.com
- switch to perl_requires macro
-------------------------------------------------------------------
Mon Nov 29 18:30:10 UTC 2010 - coolo@novell.com
- remove /var/adm/perl-modules
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de

View File

@@ -24,8 +24,8 @@ License: Public Domain, Freeware
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
AutoReqProv: on AutoReqProv: on
Requires: perl-HTML-Parser Requires: perl-HTML-Parser
Requires: perl = %{perl_version}
BuildRequires: perl-HTML-Parser BuildRequires: perl-HTML-Parser
BuildRequires: perl-macros
# Needed only for tests: # Needed only for tests:
BuildRequires: perl-HTML-Tree perl-Test-Pod-Coverage BuildRequires: perl-HTML-Tree perl-Test-Pod-Coverage
Summary: Simplifies extraction of information within tables in HTML documents Summary: Simplifies extraction of information within tables in HTML documents
@@ -33,6 +33,7 @@ Version: 2.10
Release: 73 Release: 73
Source: HTML-TableExtract-%{version}.tar.bz2 Source: HTML-TableExtract-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
%description %description
HTML::TableExtract is a module that simplifies the extraction of HTML::TableExtract is a module that simplifies the extraction of
@@ -67,6 +68,5 @@ make DESTDIR=$RPM_BUILD_ROOT install_vendor
%doc %{_mandir}/man?/* %doc %{_mandir}/man?/*
%{perl_vendorlib}/HTML %{perl_vendorlib}/HTML
%{perl_vendorarch}/auto/HTML-TableExtract %{perl_vendorarch}/auto/HTML-TableExtract
/var/adm/perl-modules/%{name}
%changelog %changelog