0.09 bump
This commit is contained in:
parent
0776e73ae9
commit
750bc2e22f
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ Crypt-OpenSSL-Bignum-0.04.tar.gz
|
||||
/Crypt-OpenSSL-Bignum-0.06.tar.gz
|
||||
/Crypt-OpenSSL-Bignum-0.07.tar.gz
|
||||
/Crypt-OpenSSL-Bignum-0.08.tar.gz
|
||||
/Crypt-OpenSSL-Bignum-0.09.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: perl-Crypt-OpenSSL-Bignum
|
||||
Version: 0.08
|
||||
Release: 4%{?dist}
|
||||
Version: 0.09
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl interface to OpenSSL for Bignum
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -12,9 +12,9 @@ BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: openssl
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl-devel
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(base)
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Config)
|
||||
@ -27,7 +27,11 @@ BuildRequires: perl(vars)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
|
||||
%description
|
||||
Crypt::OpenSSL::Bignum - OpenSSL's multiprecision integer arithmetic
|
||||
Crypt::OpenSSL::Bignum provides access to OpenSSL multiprecision integer
|
||||
arithmetic libraries. Presently, many though not all of the arithmetic
|
||||
operations that OpenSSL provides are exposed to perl. In addition, this
|
||||
module can be used to provide access to bignum values produced by other
|
||||
OpenSSL modules, such as key parameters from Crypt::OpenSSL::RSA.
|
||||
|
||||
%prep
|
||||
%setup -q -n Crypt-OpenSSL-Bignum-%{version}
|
||||
@ -41,9 +45,9 @@ rm -rf %{buildroot}
|
||||
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
|
||||
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
|
||||
find %{buildroot} -type f -name .packlist -delete
|
||||
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
|
||||
find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
|
||||
find %{buildroot} -type f -name '*.bs' -size 0 -delete
|
||||
|
||||
%{_fixperms} %{buildroot}/*
|
||||
|
||||
@ -62,6 +66,9 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Thu Jan 04 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.09-1
|
||||
- 0.09 bump
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.08-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Crypt-OpenSSL-Bignum-0.08.tar.gz) = da36b377287037c46e905f25d491641a06113ea1157f00731c43fdc27762af6cbde0e55361d929712adf57fc3564197aadb54629498318c1eb9c1f3fd0c50e7d
|
||||
SHA512 (Crypt-OpenSSL-Bignum-0.09.tar.gz) = 3480a64e35e158a7a7c75c0e57ac0f578ddcb901a14f80a58ffabd1f318a68a83b411a72c22c53650273507198907b1d62c88fddbf5587885f6fe1a75deff3ed
|
||||
|
||||
Loading…
Reference in New Issue
Block a user