forked from pool/perl-Crypt-OpenSSL-Random
- recreated by cpanspec 1.78.02
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Crypt-OpenSSL-Random?expand=0&rev=10
This commit is contained in:
committed by
Git OBS Bridge
parent
108c53e100
commit
b4ba61ac70
3
Crypt-OpenSSL-Random-0.04.tar.bz2
Normal file
3
Crypt-OpenSSL-Random-0.04.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f8b4fdc991cd74049ee9f7a96de8d083cd67b6710f949cd0ee3ef81e4a37f4b8
|
||||
size 9828
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:acf7eb81023cd1f40d8c60b893096d041513df2be2aefe145cc7ae1a3dcc78c7
|
||||
size 10679
|
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 29 14:17:41 UTC 2010 - coolo@novell.com
|
||||
|
||||
- recreated by cpanspec 1.78.02
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 28 11:37:45 UTC 2010 - coolo@novell.com
|
||||
|
||||
|
@@ -17,55 +17,47 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
Url: http://search.cpan.org/dist/Crypt-OpenSSL-Random/
|
||||
|
||||
Name: perl-Crypt-OpenSSL-Random
|
||||
BuildRequires: openssl-devel perl
|
||||
License: Dual GPLv2 or Artistic
|
||||
Group: Development/Libraries/Perl
|
||||
Requires: perl = %{perl_version}
|
||||
AutoReqProv: on
|
||||
Summary: Interface to OpenSSL PRNG methods
|
||||
%define cpan_name Crypt-OpenSSL-Random
|
||||
Summary: Crypt::OpenSSL::Random Perl module
|
||||
Version: 0.04
|
||||
Release: 8
|
||||
Source: Crypt-OpenSSL-Random-%{version}.tar.gz
|
||||
Release: 1
|
||||
License: Distributable, see LICENSE
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Crypt-OpenSSL-Random/
|
||||
#Source: http://www.cpan.org/modules/by-module/Crypt/Crypt-OpenSSL-Random-%{version}.tar.bz2
|
||||
Source: %{cpan_name}-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
%if 0%{?suse_version} < 1120
|
||||
BuildRequires: perl-macros
|
||||
%endif
|
||||
Requires: perl = %{perl_version}
|
||||
|
||||
%description
|
||||
Crypt::OpenSSL::Random is a perl Interface to OpenSSL PRNG methods
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Ian Robertson, <iroberts@cpan.org>
|
||||
Crypt::OpenSSL::Random provides the ability to seed and query the OpenSSL
|
||||
library's pseudo-random number generator
|
||||
|
||||
%prep
|
||||
%setup -n Crypt-OpenSSL-Random-%{version}
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL
|
||||
make %{?_smp_mflags}
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optimize}"
|
||||
%{__make} %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
make test
|
||||
%{__make} test
|
||||
|
||||
%install
|
||||
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
||||
%perl_make_install
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
%dir %{perl_vendorarch}/Crypt
|
||||
%dir %{perl_vendorarch}/Crypt/OpenSSL
|
||||
%{perl_vendorarch}/Crypt/OpenSSL/Random.pm
|
||||
%dir %{perl_vendorarch}/auto/Crypt
|
||||
%dir %{perl_vendorarch}/auto/Crypt/OpenSSL
|
||||
%dir %{perl_vendorarch}/auto/Crypt/OpenSSL/Random
|
||||
%{perl_vendorarch}/auto/Crypt/OpenSSL/Random/Random.bs
|
||||
%{perl_vendorarch}/auto/Crypt/OpenSSL/Random/Random.so
|
||||
%{perl_vendorarch}/auto/Crypt/OpenSSL/Random/autosplit.ix
|
||||
%doc %{_mandir}/man3/Crypt::OpenSSL::Random.3pm.gz
|
||||
/var/adm/perl-modules/perl-Crypt-OpenSSL-Random
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,-)
|
||||
%doc Changes LICENSE
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user