Accepting request 29183 from devel:languages:perl

Copy from devel:languages:perl/perl-HTML-Tagset based on submit request 29183 from user coolo

OBS-URL: https://build.opensuse.org/request/show/29183
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-HTML-Tagset?expand=0&rev=6
This commit is contained in:
OBS User autobuild 2010-01-12 08:23:19 +00:00 committed by Git OBS Bridge
parent e705da84ba
commit 360ab3484f
2 changed files with 9 additions and 33 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
- enable parallel build
-------------------------------------------------------------------
Mon Mar 3 17:31:35 CET 2008 - anicka@suse.cz

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-HTML-Tagset (Version 3.20)
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -20,11 +20,11 @@
Name: perl-HTML-Tagset
Version: 3.20
Release: 43
Release: 44
Requires: perl = %{perl_version}
AutoReqProv: on
Group: Development/Libraries/Perl
License: Artistic License
License: Artistic
Url: http://cpan.org/modules/by-module/HTML/
Summary: Data Tables Useful for Dealing with HTML
Source: HTML-Tagset-%{version}.tar.bz2
@ -44,7 +44,7 @@ Authors:
%build
perl Makefile.PL
make
make %{?_smp_mflags}
%check
make test
@ -66,32 +66,3 @@ rm -rf $RPM_BUILD_ROOT
/var/adm/perl-modules/%{name}
%changelog
* Mon Mar 03 2008 anicka@suse.cz
- update to 3.20
* Added <div> to the list of p_closure_barriers.
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Tue Jan 03 2006 anicka@suse.cz
- update to 3.10
* Thu Feb 17 2005 mjancar@suse.cz
- update to 3.04
* Sat Jan 10 2004 adrian@suse.de
- build as user
* Fri Aug 22 2003 mjancar@suse.cz
- require the perl version we build with
* Tue Jul 15 2003 mjancar@suse.cz
- adapt to perl-5.8.1
- use %%perl_process_packlist
* Wed Jun 18 2003 mjancar@suse.cz
- fix filelist
* Fri Jun 06 2003 mjancar@suse.cz
- repacked the source by gzip
- don't package MANIFEST
* Tue May 20 2003 mjancar@suse.cz
- remove unpackaged files
* Tue Jul 02 2002 mls@suse.de
- remove race in .packlist generation
* Tue Jan 15 2002 rvasice@suse.cz
- spec file cleanup
* Mon Mar 26 2001 cihlar@suse.cz
- package created