OBS User unknown 2010-01-13 14:47:49 +00:00 committed by Git OBS Bridge
parent 9d25a34878
commit ac7e52c376
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
- enable parallel build
-------------------------------------------------------------------
Mon Sep 7 13:12:38 CEST 2009 - mls@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Devel-Symdump (Version 2.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
@ -22,7 +22,7 @@ Name: perl-Devel-Symdump
%define mname %( echo %{name} | %{__sed} -e 's,perl-,,' )
Summary: Dump symbol names or the symbol table
Version: 2.08
Release: 2
Release: 3
License: Artistic License ..
Group: Development/Libraries/Perl
Url: http://cpan.org/modules/by-module/Devel/
@ -50,7 +50,7 @@ This little package serves to access the symbol table of perl.
%build
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL
%{__make}
%{__make} %{?_smp_mflags}
%check
%{__make} test