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:
parent
92437fc73e
commit
099aa476db
@ -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
|
Mon Jan 28 15:26:10 CET 2008 - anicka@suse.cz
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Class-Data-Inheritable (Version 0.08)
|
# 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
|
# 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,12 +20,12 @@
|
|||||||
|
|
||||||
Name: perl-Class-Data-Inheritable
|
Name: perl-Class-Data-Inheritable
|
||||||
Version: 0.08
|
Version: 0.08
|
||||||
Release: 48
|
Release: 49
|
||||||
Requires: perl = %{perl_version}
|
Requires: perl = %{perl_version}
|
||||||
Provides: Class-Data-Inheritable
|
Provides: Class-Data-Inheritable
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
License: Artistic License
|
License: Artistic
|
||||||
Url: http://cpan.org/modules/by-module/Class/
|
Url: http://cpan.org/modules/by-module/Class/
|
||||||
Summary: Inheritable, overridable class data
|
Summary: Inheritable, overridable class data
|
||||||
Source: Class-Data-Inheritable-%{version}.tar.bz2
|
Source: Class-Data-Inheritable-%{version}.tar.bz2
|
||||||
@ -48,7 +48,7 @@ Authors:
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL
|
perl Makefile.PL
|
||||||
make
|
make %{?_smp_mflags}
|
||||||
make test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -67,34 +67,3 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/var/adm/perl-modules/%{name}
|
/var/adm/perl-modules/%{name}
|
||||||
|
|
||||||
%changelog
|
%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)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user