Compare commits
10 Commits
6b36b73a8a
...
832b075534
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
832b075534 | ||
|
|
65db01ba84 | ||
|
|
6c4b439210 | ||
|
|
333b46d4e8 | ||
|
|
83ac969a3c | ||
|
|
ed410911dc | ||
|
|
cdc02a08c0 | ||
|
|
50c9b87880 | ||
|
|
a48e6e34ba | ||
|
|
cd1ffc5aff |
Binary file not shown.
BIN
Crypt-OpenSSL-RSA-0.32.tar.gz
Normal file
BIN
Crypt-OpenSSL-RSA-0.32.tar.gz
Normal file
Binary file not shown.
@ -1,105 +1,58 @@
|
||||
Name: perl-Crypt-OpenSSL-RSA
|
||||
|
||||
Version: 0.30
|
||||
|
||||
Release: 4
|
||||
|
||||
Version: 0.32
|
||||
Release: 1
|
||||
Summary: Perl interface to OpenSSL for RSA
|
||||
|
||||
License: GPL+ or Artistic
|
||||
|
||||
Group: Development/Libraries
|
||||
|
||||
URL: https://metacpan.org/release/Crypt-OpenSSL-RSA
|
||||
|
||||
Source0: https://cpan.metacpan.org/authors/id/T/TO/TODDR/Crypt-OpenSSL-RSA-%{version}.tar.gz
|
||||
|
||||
BuildRequires: findutils make openssl openssl-devel perl-devel perl-generators perl-interpreter
|
||||
|
||||
BuildRequires: gcc findutils make openssl openssl-devel perl-devel perl-generators perl-interpreter
|
||||
BuildRequires: perl(:VERSION) >= 5.6 perl(Crypt::OpenSSL::Guess) >= 0.11
|
||||
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 perl(strict) perl(warnings) perl(Carp)
|
||||
|
||||
BuildRequires: perl(AutoLoader) perl(Crypt::OpenSSL::Bignum) perl(XSLoader)
|
||||
|
||||
BuildRequires: perl(Crypt::OpenSSL::Random) perl(base) perl(Test) perl(Test::More)
|
||||
|
||||
|
||||
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
|
||||
Requires: perl(Crypt::OpenSSL::Random) perl(Crypt::OpenSSL::Bignum)
|
||||
|
||||
|
||||
|
||||
%description
|
||||
|
||||
encoding and decoding according to using the openSSL libraries
|
||||
|
||||
|
||||
|
||||
%package help
|
||||
|
||||
Summary:help for perl-Crypt-OpenSSL-RSA
|
||||
|
||||
|
||||
|
||||
%description help
|
||||
|
||||
The help package conatins man manual for perl-Crypt-OpenSSL-RSA
|
||||
|
||||
|
||||
|
||||
%prep
|
||||
|
||||
%autosetup -n Crypt-OpenSSL-RSA-%{version} -p1
|
||||
|
||||
|
||||
|
||||
%build
|
||||
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
||||
|
||||
%make_build
|
||||
|
||||
|
||||
|
||||
%install
|
||||
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
|
||||
find %{buildroot} -type f -name '*.bs' -size 0 -delete
|
||||
|
||||
%{_fixperms} %{buildroot}/*
|
||||
|
||||
|
||||
|
||||
%check
|
||||
|
||||
make test
|
||||
|
||||
|
||||
|
||||
%files
|
||||
|
||||
%license LICENSE
|
||||
|
||||
%{perl_vendorarch}/auto/*
|
||||
|
||||
%{perl_vendorarch}/Crypt/
|
||||
|
||||
|
||||
|
||||
%files help
|
||||
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%doc Changes README
|
||||
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jan 18 2022 SimpleUpdate Robot <tc@openeuler.org> - 0.32-1
|
||||
- Upgrade to version 0.32
|
||||
|
||||
* Wed Jun 02 2021 zhaoyao<zhaoyao32@huawei.com> - 0.30-5
|
||||
- fixs faileds: /bin/sh: gcc: command not found.
|
||||
|
||||
* Thu Nov 21 2019 wangye<wangye54@huawei.com> - 0.30-4
|
||||
|
||||
- Package init
|
||||
|
||||
4
perl-Crypt-OpenSSL-RSA.yaml
Normal file
4
perl-Crypt-OpenSSL-RSA.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version_control: metacpan
|
||||
src_repo: Crypt-OpenSSL-RSA
|
||||
tag_prefix: "^v"
|
||||
seperator: "."
|
||||
Loading…
x
Reference in New Issue
Block a user