Accepting request 28400 from devel:languages:perl
Copy from devel:languages:perl/perl-Sub-Uplevel based on submit request 28400 from user coolo OBS-URL: https://build.opensuse.org/request/show/28400 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Sub-Uplevel?expand=0&rev=8
This commit is contained in:
parent
41db632e23
commit
844cb98b19
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 20 16:43:49 CET 2009 - jengelh@medozas.de
|
||||
|
||||
- enable parallel build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 25 19:42:19 CEST 2009 - chris@computersalat.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Sub-Uplevel (Version 0.2002)
|
||||
#
|
||||
# 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
|
||||
@ -22,7 +22,7 @@ Name: perl-Sub-Uplevel
|
||||
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
|
||||
Summary: Apparently run a function in a higher stack frame
|
||||
Version: 0.2002
|
||||
Release: 4
|
||||
Release: 5
|
||||
License: Artistic License ..
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Sub-Uplevel
|
||||
@ -47,7 +47,7 @@ Authors:
|
||||
|
||||
%build
|
||||
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
|
||||
%{__make}
|
||||
%{__make} %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
|
Loading…
x
Reference in New Issue
Block a user