diff --git a/perl-libintl-perl.changes b/perl-libintl-perl.changes index b96c733..dbe99da 100644 --- a/perl-libintl-perl.changes +++ b/perl-libintl-perl.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 8 10:38:15 CET 2009 - jengelh@medozas.de + +- enable parallel building + ------------------------------------------------------------------- Mon Sep 7 12:59:57 CEST 2009 - mls@suse.de diff --git a/perl-libintl-perl.spec b/perl-libintl-perl.spec index fae5fd3..77fb991 100644 --- a/perl-libintl-perl.spec +++ b/perl-libintl-perl.spec @@ -1,7 +1,7 @@ # # spec file for package perl-libintl-perl (Version 1.20) # -# 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 @@ -27,7 +27,7 @@ Requires: perl = %{perl_version} AutoReqProv: on Summary: Internationalization Library for Perl Version: 1.20 -Release: 1 +Release: 2 Source: libintl-perl-%{version}.tar.bz2 Source1: libintl-perl-rpmlintrc BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -49,7 +49,7 @@ chmod -x lib/Locale/{gettext_pp,TextDomain,Messages}.pm %build perl Makefile.PL -make +make %{?jobs:-j%jobs} %check %ifarch %arm