8
0

Accepting request 28783 from home:jengelh:branches:devel:languages:perl

Copy from home:jengelh:branches:devel:languages:perl/perl-HTML-Parser via accept of submit request 28783 revision 3.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/28783
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Parser?expand=0&rev=8
This commit is contained in:
Stephan Kulow
2010-01-11 17:57:56 +00:00
committed by Git OBS Bridge
parent b322404024
commit 5ce55f65c6
3 changed files with 95 additions and 2 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,10 +67,11 @@ 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
%{__make}
%{__make} %{?_smp_mflags}
%check
%{__make} test