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
|
Sun Nov 28 11:37:45 UTC 2010 - coolo@novell.com
|
||||||
|
|
||||||
|
@@ -17,55 +17,47 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Url: http://search.cpan.org/dist/Crypt-OpenSSL-Random/
|
|
||||||
|
|
||||||
Name: perl-Crypt-OpenSSL-Random
|
Name: perl-Crypt-OpenSSL-Random
|
||||||
BuildRequires: openssl-devel perl
|
%define cpan_name Crypt-OpenSSL-Random
|
||||||
License: Dual GPLv2 or Artistic
|
Summary: Crypt::OpenSSL::Random Perl module
|
||||||
Group: Development/Libraries/Perl
|
|
||||||
Requires: perl = %{perl_version}
|
|
||||||
AutoReqProv: on
|
|
||||||
Summary: Interface to OpenSSL PRNG methods
|
|
||||||
Version: 0.04
|
Version: 0.04
|
||||||
Release: 8
|
Release: 1
|
||||||
Source: Crypt-OpenSSL-Random-%{version}.tar.gz
|
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
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
BuildRequires: perl
|
||||||
|
%if 0%{?suse_version} < 1120
|
||||||
|
BuildRequires: perl-macros
|
||||||
|
%endif
|
||||||
|
Requires: perl = %{perl_version}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Crypt::OpenSSL::Random is a perl Interface to OpenSSL PRNG methods
|
Crypt::OpenSSL::Random provides the ability to seed and query the OpenSSL
|
||||||
|
library's pseudo-random number generator
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Ian Robertson, <iroberts@cpan.org>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n Crypt-OpenSSL-Random-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL
|
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optimize}"
|
||||||
make %{?_smp_mflags}
|
%{__make} %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
%{__make} test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
%perl_make_install
|
||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files
|
%clean
|
||||||
%defattr(-, root, root)
|
%{__rm} -rf %{buildroot}
|
||||||
%dir %{perl_vendorarch}/Crypt
|
|
||||||
%dir %{perl_vendorarch}/Crypt/OpenSSL
|
%files -f %{name}.files
|
||||||
%{perl_vendorarch}/Crypt/OpenSSL/Random.pm
|
%defattr(-,root,root,-)
|
||||||
%dir %{perl_vendorarch}/auto/Crypt
|
%doc Changes LICENSE
|
||||||
%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
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user