1
0

Accepting request 29212 from devel:languages:perl

Copy from devel:languages:perl/perl-Crypt-OpenSSL-RSA based on submit request 29212 from user coolo

OBS-URL: https://build.opensuse.org/request/show/29212
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Crypt-OpenSSL-RSA?expand=0&rev=3
This commit is contained in:
OBS User autobuild
2010-01-12 11:20:38 +00:00
committed by Git OBS Bridge
parent 9202e34e04
commit a9fc49d505
2 changed files with 9 additions and 8 deletions

View File

@@ -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 Tue Nov 4 10:21:07 CET 2008 - ro@suse.de

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Crypt-OpenSSL-RSA (Version 0.25) # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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 Name: perl-Crypt-OpenSSL-RSA
BuildRequires: openssl-devel BuildRequires: openssl-devel
License: GPL v2 only License: GPLv2
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Requires: perl = %{perl_version} Requires: perl = %{perl_version}
AutoReqProv: on AutoReqProv: on
Summary: RSA encoding and decoding, using the openSSL libraries Summary: RSA encoding and decoding, using the openSSL libraries
Version: 0.25 Version: 0.25
Release: 3 Release: 4
Source: Crypt-OpenSSL-RSA-%{version}.tar.gz Source: Crypt-OpenSSL-RSA-%{version}.tar.gz
Patch: Crypt-OpenSSL-RSA.patch Patch: Crypt-OpenSSL-RSA.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -49,7 +49,7 @@ Authors:
%build %build
perl Makefile.PL perl Makefile.PL
make make %{?_smp_mflags}
%install %install
make DESTDIR=$RPM_BUILD_ROOT install_vendor 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 /var/adm/perl-modules/perl-Crypt-OpenSSL-RSA
%changelog %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