0.11 bump
This commit is contained in:
parent
95486a4800
commit
ffd6b86c26
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
Crypt-OpenSSL-Random-0.04.tar.gz
|
||||
/Crypt-OpenSSL-Random-0.06.tar.gz
|
||||
/Crypt-OpenSSL-Random-0.10.tar.gz
|
||||
/Crypt-OpenSSL-Random-0.11.tar.gz
|
||||
|
||||
@ -1,15 +0,0 @@
|
||||
2010-01-27 Stepan Kasal <skasal@redhat.com>
|
||||
|
||||
* Random.xs: fix PACLAGE_NAME
|
||||
|
||||
--- Crypt-OpenSSL-Random-0.04/Random.xs.name 2006-01-06 15:49:32.000000000 +0100
|
||||
+++ Crypt-OpenSSL-Random-0.04/Random.xs 2010-01-27 17:49:01.000000000 +0100
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
#include <openssl/rand.h>
|
||||
|
||||
-#define PACKAGE_NAME "Crypt::OpenSSL::RSA"
|
||||
+#define PACKAGE_NAME "Crypt::OpenSSL::Random"
|
||||
|
||||
MODULE = Crypt::OpenSSL::Random PACKAGE = Crypt::OpenSSL::Random
|
||||
void
|
||||
@ -1,7 +1,7 @@
|
||||
Name: perl-Crypt-OpenSSL-Random
|
||||
Version: 0.10
|
||||
Release: 4%{?dist}
|
||||
Summary: Perl interface to OpenSSL for Random
|
||||
Version: 0.11
|
||||
Release: 1%{?dist}
|
||||
Summary: OpenSSL/LibreSSL pseudo-random number generator access
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/Crypt-OpenSSL-Random/
|
||||
@ -9,19 +9,25 @@ Source0: http://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/Crypt-OpenSSL
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: openssl
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: perl(AutoLoader)
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(vars)
|
||||
BuildRequires: perl(XSLoader)
|
||||
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
|
||||
%{?perl_default_filter}
|
||||
|
||||
%description
|
||||
Crypt::OpenSSL::Random - Routines for accessing the OpenSSL
|
||||
pseudo-random number generator
|
||||
Crypt::OpenSSL::Random provides the ability to seed and query the OpenSSL
|
||||
and LibreSSL library's pseudo-random number generators.
|
||||
|
||||
%prep
|
||||
%setup -q -n Crypt-OpenSSL-Random-%{version}
|
||||
@ -33,7 +39,7 @@ make %{?_smp_mflags}
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
|
||||
make pure_install PERL_INSTALL_ROOT=%{buildroot}
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
|
||||
find %{buildroot} -type f \( -name .packlist -o \
|
||||
-name '*.bs' -empty \) -exec rm -f {} \;
|
||||
@ -48,13 +54,17 @@ rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
%license LICENSE
|
||||
%doc Changes
|
||||
%doc LICENSE
|
||||
%{perl_vendorarch}/auto/*
|
||||
%{perl_vendorarch}/Crypt/
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Wed Nov 25 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.11-1
|
||||
- 0.11 bump
|
||||
|
||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user