Accepting request 29282 from devel:languages:perl

Copy from devel:languages:perl/perl-Class-Data-Inheritable based on submit request 29282 from user coolo

OBS-URL: https://build.opensuse.org/request/show/29282
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Class-Data-Inheritable?expand=0&rev=6
This commit is contained in:
OBS User autobuild 2010-01-12 13:19:35 +00:00 committed by Git OBS Bridge
parent 92437fc73e
commit 099aa476db
2 changed files with 9 additions and 35 deletions

View File

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

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Class-Data-Inheritable (Version 0.08)
#
# 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,12 +20,12 @@
Name: perl-Class-Data-Inheritable
Version: 0.08
Release: 48
Release: 49
Requires: perl = %{perl_version}
Provides: Class-Data-Inheritable
AutoReqProv: on
Group: Development/Libraries/Perl
License: Artistic License
License: Artistic
Url: http://cpan.org/modules/by-module/Class/
Summary: Inheritable, overridable class data
Source: Class-Data-Inheritable-%{version}.tar.bz2
@ -48,7 +48,7 @@ Authors:
%build
perl Makefile.PL
make
make %{?_smp_mflags}
make test
%install
@ -67,34 +67,3 @@ rm -rf $RPM_BUILD_ROOT
/var/adm/perl-modules/%{name}
%changelog
* Mon Jan 28 2008 anicka@suse.cz
- update to 0.08
* Fix 'perltooc' typo in Docs
* Relicense as dual AL/GPL
* Wed Sep 20 2006 anicka@suse.cz
- update to 0.06
* Sync the japanese docs
* Thu Sep 14 2006 anicka@suse.cz
- update to 0.05
* Use correct bug reporting address (Jonathan Rockway)
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Tue Jan 03 2006 anicka@suse.cz
- update to 0.04
* Wed Sep 28 2005 dmueller@suse.de
- add norootforbuild
* Thu Jul 07 2005 pth@suse.de
- Provide Class-Data-Inheritable
* 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
* Tue May 20 2003 mjancar@suse.cz
- remove unpackaged files
* Tue Jul 02 2002 mls@suse.de
- remove race in .packlist generation
* Mon Aug 13 2001 rvasice@suse.cz
- initial package release (version 0.02)