Accepting request 29199 from devel:languages:perl
Copy from devel:languages:perl/perl-Devel-Leak based on submit request 29199 from user coolo OBS-URL: https://build.opensuse.org/request/show/29199 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Devel-Leak?expand=0&rev=3
This commit is contained in:
parent
b176d30f4f
commit
11d6aada2c
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
|
||||
|
||||
- enable parallel build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 6 17:03:52 CEST 2009 - coolo@novell.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Devel-Leak (Version 0.03)
|
||||
#
|
||||
# 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-Devel-Leak
|
||||
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
|
||||
Summary: Utility for looking for perl objects that are not reclaimed
|
||||
Version: 0.03
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPL/Artistic
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/~ni-s/Devel-Leak-0.03
|
||||
@ -52,7 +52,7 @@ Requires: perl = %{perl_version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
|
||||
%{__make}
|
||||
%{__make} %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
|
Loading…
Reference in New Issue
Block a user