8
0

Accepting request 29211 from devel:languages:perl

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

OBS-URL: https://build.opensuse.org/request/show/29211
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Crypt-OpenSSL-Random?expand=0&rev=2
This commit is contained in:
OBS User autobuild
2010-01-12 12:58:42 +00:00
committed by Git OBS Bridge
parent cbb4240753
commit 9c09da5e9e
2 changed files with 8 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
- enable parallel build
-------------------------------------------------------------------
Tue Jan 20 12:23:02 CET 2009 - varkoly@suse.de

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Crypt-OpenSSL-Random (Version 0.04)
#
# 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: Interface to OpenSSL PRNG methods
Version: 0.04
Release: 2
Release: 3
Source: Crypt-OpenSSL-Random-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -45,7 +45,7 @@ Authors:
%build
perl Makefile.PL
make
make %{?_smp_mflags}
%check
make test
@@ -70,5 +70,3 @@ make DESTDIR=$RPM_BUILD_ROOT install_vendor
/var/adm/perl-modules/perl-Crypt-OpenSSL-Random
%changelog
* Tue Jan 20 2009 varkoly@suse.de
- Initial version of perl-Crypt-OpenSSL-Random