Accepting request 29548 from devel:languages:perl

Copy from devel:languages:perl/perl-HTML-Format based on submit request 29548 from user coolo

OBS-URL: https://build.opensuse.org/request/show/29548
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-HTML-Format?expand=0&rev=6
This commit is contained in:
OBS User autobuild 2010-01-14 20:51:48 +00:00 committed by Git OBS Bridge
parent 65b24d671e
commit d7168f8241
2 changed files with 9 additions and 10 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
- enable parallel build
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 25 21:39:44 CET 2006 - mls@suse.de Wed Jan 25 21:39:44 CET 2006 - mls@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package perl-HTML-Format (Version 2.04) # spec file for package perl-HTML-Format (Version 2.04)
# #
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -20,14 +20,14 @@
Name: perl-HTML-Format Name: perl-HTML-Format
BuildRequires: perl-Font-AFM perl-HTML-Tree BuildRequires: perl-Font-AFM perl-HTML-Tree
License: Artistic License; GPL v2 or later License: Artistic ; GPLv2+
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Requires: perl = %{perl_version} Requires: perl = %{perl_version}
Requires: perl-HTML-Parser perl-HTML-Tagset perl-Font-AFM perl-HTML-Tree Requires: perl-HTML-Parser perl-HTML-Tagset perl-Font-AFM perl-HTML-Tree
AutoReqProv: on AutoReqProv: on
Summary: Perl Modules to Format HTML into Plain Text, PostScript, or RTF Summary: Perl Modules to Format HTML into Plain Text, PostScript, or RTF
Version: 2.04 Version: 2.04
Release: 139 Release: 141
Source: HTML-Format-%{version}.tar.gz Source: HTML-Format-%{version}.tar.gz
Url: http://cpan.org/authors/id/S/SB/SBURKE Url: http://cpan.org/authors/id/S/SB/SBURKE
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -48,7 +48,7 @@ Authors:
%build %build
perl Makefile.PL perl Makefile.PL
make make %{?_smp_mflags}
make test make test
%install %install
@ -68,9 +68,3 @@ make DESTDIR=$RPM_BUILD_ROOT install_vendor
%doc README Changes %doc README Changes
%changelog %changelog
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Wed Aug 18 2004 kssingvo@suse.de
- upgrade to 2.04
* Tue Dec 16 2003 kssingvo@suse.de
- initial version