Accepting request 29269 from devel:languages:perl
Copy from devel:languages:perl/perl-Spiffy based on submit request 29269 from user coolo OBS-URL: https://build.opensuse.org/request/show/29269 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Spiffy?expand=0&rev=5
This commit is contained in:
parent
b49e23d185
commit
094e477565
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- enable parallel build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 25 15:32:01 CEST 2006 - cwh@suse.de
|
Wed Oct 25 15:32:01 CEST 2006 - cwh@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Spiffy (Version 0.30)
|
# spec file for package perl-Spiffy (Version 0.30)
|
||||||
#
|
#
|
||||||
# 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-Spiffy
|
Name: perl-Spiffy
|
||||||
Url: http://search.cpan.org/~ingy/Spiffy
|
Url: http://search.cpan.org/~ingy/Spiffy
|
||||||
License: Artistic License
|
License: Artistic
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Requires: perl = %{perl_version}
|
Requires: perl = %{perl_version}
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: Framework for object oriented programming in Perl.
|
Summary: Framework for object oriented programming in Perl.
|
||||||
Version: 0.30
|
Version: 0.30
|
||||||
Release: 111
|
Release: 112
|
||||||
Source: Spiffy-%{version}.tar.gz
|
Source: Spiffy-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
@ -51,7 +51,7 @@ Authors:
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL
|
perl Makefile.PL
|
||||||
make
|
make %{?_smp_mflags}
|
||||||
make test
|
make test
|
||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
|
|
||||||
@ -73,12 +73,3 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/var/adm/perl-modules/%{name}
|
/var/adm/perl-modules/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Oct 25 2006 cwh@suse.de
|
|
||||||
version: 0.30
|
|
||||||
date: Sun Jan 29 12:18:02 PST 2006
|
|
||||||
changes:
|
|
||||||
- Use faster runtime code in `field`.
|
|
||||||
* Wed Jan 25 2006 mls@suse.de
|
|
||||||
- converted neededforbuild to BuildRequires
|
|
||||||
* Fri Jan 20 2006 cwh@suse.de
|
|
||||||
- Initially packaged for SUSE Linux
|
|
||||||
|
Loading…
Reference in New Issue
Block a user