diff --git a/perl-Crypt-OpenSSL-RSA.changes b/perl-Crypt-OpenSSL-RSA.changes index c46a11d..221ea8b 100644 --- a/perl-Crypt-OpenSSL-RSA.changes +++ b/perl-Crypt-OpenSSL-RSA.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de + +- enable parallel build + ------------------------------------------------------------------- Tue Nov 4 10:21:07 CET 2008 - ro@suse.de diff --git a/perl-Crypt-OpenSSL-RSA.spec b/perl-Crypt-OpenSSL-RSA.spec index a7c0044..ba6b1ea 100644 --- a/perl-Crypt-OpenSSL-RSA.spec +++ b/perl-Crypt-OpenSSL-RSA.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Crypt-OpenSSL-RSA (Version 0.25) # -# Copyright (c) 2008 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 @@ -21,13 +21,13 @@ Url: http://search.cpan.org/~iroberts/Crypt-OpenSSL-RSA-0.25/ Name: perl-Crypt-OpenSSL-RSA BuildRequires: openssl-devel -License: GPL v2 only +License: GPLv2 Group: Development/Libraries/Perl Requires: perl = %{perl_version} AutoReqProv: on Summary: RSA encoding and decoding, using the openSSL libraries Version: 0.25 -Release: 3 +Release: 4 Source: Crypt-OpenSSL-RSA-%{version}.tar.gz Patch: Crypt-OpenSSL-RSA.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -49,7 +49,7 @@ Authors: %build perl Makefile.PL -make +make %{?_smp_mflags} %install make DESTDIR=$RPM_BUILD_ROOT install_vendor @@ -75,7 +75,3 @@ make DESTDIR=$RPM_BUILD_ROOT install_vendor /var/adm/perl-modules/perl-Crypt-OpenSSL-RSA %changelog -* Tue Nov 04 2008 ro@suse.de -- add openssl-devel to BuildRequires to fi build -* Tue Oct 28 2008 varkoly@suse.de -- Initial version of perl-Crypt-OpenSSL-RSA