8
0

Accepting request 54726 from devel:languages:perl

Accepted submit request 54726 from user coolo

OBS-URL: https://build.opensuse.org/request/show/54726
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-HTML-SimpleParse?expand=0&rev=11
This commit is contained in:
Lars Vogdt
2010-12-05 20:56:33 +00:00
committed by Git OBS Bridge
2 changed files with 12 additions and 2 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Dec 1 13:32:51 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
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 19 08:38:39 UTC 2010 - coolo@novell.com Tue Oct 19 08:38:39 UTC 2010 - coolo@novell.com

View File

@@ -23,7 +23,6 @@ Version: 0.12
Release: 265 Release: 265
Provides: HTML-SimpleParse Provides: HTML-SimpleParse
Conflicts: perlmod Conflicts: perlmod
Requires: perl = %{perl_version}
AutoReqProv: on AutoReqProv: on
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
License: Artistic License: Artistic
@@ -31,7 +30,9 @@ Url: http://search.cpan.org/perldoc?HTML::SimpleParse
Summary: a bare-bones HTML parser Summary: a bare-bones HTML parser
Source: HTML-SimpleParse-%{version}.tar.bz2 Source: HTML-SimpleParse-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros
%description %description
This is the HTML::SimpleParse module. It is a bare-bones HTML parser, This is the HTML::SimpleParse module. It is a bare-bones HTML parser,
@@ -81,6 +82,5 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_mandir}/man?/* %doc %{_mandir}/man?/*
%{perl_vendorlib}/HTML %{perl_vendorlib}/HTML
%{perl_vendorarch}/auto/HTML %{perl_vendorarch}/auto/HTML
/var/adm/perl-modules/%{name}
%changelog %changelog