8
0

Accepting request 23402 from devel:languages:perl

Copy from devel:languages:perl/perl-HTML-Parser based on submit request 23402 from user anicka

OBS-URL: https://build.opensuse.org/request/show/23402
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-HTML-Parser?expand=0&rev=7
This commit is contained in:
OBS User autobuild
2009-10-30 16:36:07 +00:00
committed by Git OBS Bridge
parent 4b776fa8f5
commit cbcdb02057
3 changed files with 89 additions and 1 deletions

View File

@@ -22,11 +22,12 @@ Name: perl-HTML-Parser
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
Summary: HTML parser class
Version: 3.61
Release: 1
Release: 2
License: Artistic License ..
Group: Development/Libraries/Perl
Url: http://search.org/dist/HTML-Parser
Source: %{cpan_name}-%{version}.tar.bz2
Patch: %{name}-%{version}-entity.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
@@ -66,6 +67,7 @@ If event driven parsing does not feel right for your application, you might
© 1999-2000 Michael A. Chase. All rights reserved.
%prep
%setup -q -n %{cpan_name}-%{version}
%patch -p1
%build
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL