8
0

Accepting request 29549 from devel:languages:perl

Copy from devel:languages:perl/perl-HTML-SimpleParse based on submit request 29549 from user coolo

OBS-URL: https://build.opensuse.org/request/show/29549
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-HTML-SimpleParse?expand=0&rev=5
This commit is contained in:
OBS User autobuild
2010-01-14 20:50:47 +00:00
committed by Git OBS Bridge
parent 203b4b913c
commit e939049c6a
2 changed files with 9 additions and 30 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-SimpleParse (Version 0.12) # spec file for package perl-HTML-SimpleParse (Version 0.12)
# #
# 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,13 +20,13 @@
Name: perl-HTML-SimpleParse Name: perl-HTML-SimpleParse
Version: 0.12 Version: 0.12
Release: 256 Release: 257
Provides: HTML-SimpleParse Provides: HTML-SimpleParse
Conflicts: perlmod Conflicts: perlmod
Requires: perl = %{perl_version} Requires: perl = %{perl_version}
AutoReqProv: on AutoReqProv: on
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
License: Artistic License License: Artistic
Url: http://search.cpan.org/perldoc?HTML::SimpleParse 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
@@ -63,7 +63,7 @@ Authors:
%build %build
perl Makefile.PL perl Makefile.PL
make all make %{?_smp_mflags} all
make test make test
%install %install
@@ -83,29 +83,3 @@ rm -rf $RPM_BUILD_ROOT
/var/adm/perl-modules/%{name} /var/adm/perl-modules/%{name}
%changelog %changelog
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Sun Jan 11 2004 adrian@suse.de
- build as user
* Fri Aug 22 2003 mjancar@suse.cz
- require the perl version we build with
* Thu Jul 24 2003 mjancar@suse.cz
- update to 0.12
* Tue Jul 15 2003 mjancar@suse.cz
- adapt to perl-5.8.1
- use %%perl_process_packlist
* Wed Jun 18 2003 mjancar@suse.cz
- update to 0.11
- fix filelist
* Thu May 22 2003 mjancar@suse.cz
- package omited SuSEconfig file
- dont package MANIFEST
* Tue May 20 2003 mjancar@suse.cz
- remove unpackaged files
* Tue Jul 02 2002 mls@suse.de
- remove race in .packlist generation
* Fri Jan 18 2002 rvasice@suse.cz
- spec file cleanup
- bzip sources
* Fri Nov 17 2000 rolf@suse.de
- extracted from perlmod package