From b3b7e6edbe693ac98f933f03d9b33562b2c7f6f5 Mon Sep 17 00:00:00 2001 From: CentOS Buildsys Date: Nov 27 2012 17:41:36 +0000 Subject: import perl-Crypt-OpenSSL-RSA-0.28-5.el7.src.rpm --- diff --git a/.perl-Crypt-OpenSSL-RSA.metadata b/.perl-Crypt-OpenSSL-RSA.metadata new file mode 100644 index 0000000..d85f304 --- /dev/null +++ b/.perl-Crypt-OpenSSL-RSA.metadata @@ -0,0 +1 @@ +9978e5fcac15ea691030181d2d12564fa3902e5e SOURCES/Crypt-OpenSSL-RSA-0.28.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/perl-Crypt-OpenSSL-RSA.spec b/SPECS/perl-Crypt-OpenSSL-RSA.spec new file mode 100644 index 0000000..81750e9 --- /dev/null +++ b/SPECS/perl-Crypt-OpenSSL-RSA.spec @@ -0,0 +1,141 @@ +Name: perl-Crypt-OpenSSL-RSA +Version: 0.28 +Release: 5%{?dist} +Summary: Perl interface to OpenSSL for RSA +License: GPL+ or Artistic +Group: Development/Libraries +URL: http://search.cpan.org/dist/Crypt-OpenSSL-RSA/ +Source0: http://search.cpan.org/CPAN/authors/id/P/PE/PERLER/Crypt-OpenSSL-RSA-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: openssl openssl-devel +BuildRequires: perl(AutoLoader) +BuildRequires: perl(Carp) +BuildRequires: perl(Crypt::OpenSSL::Bignum) +BuildRequires: perl(Crypt::OpenSSL::Random) +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Test) + +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(Crypt::OpenSSL::Random) +Requires: perl(Crypt::OpenSSL::Bignum) + +%description +Crypt::OpenSSL::RSA - RSA encoding and decoding, using the openSSL libraries + +%prep +%setup -q -n Crypt-OpenSSL-RSA-%{version} + +%build +%{__perl} Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} + +%install +rm -rf %{buildroot} + +make pure_install PERL_INSTALL_ROOT=%{buildroot} + +find %{buildroot} -type f -name .packlist -exec rm -f {} \; +find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; +find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \; + +%{_fixperms} %{buildroot}/* + +%check +make test + +%clean +rm -rf %{buildroot} + +%files +%defattr(-,root,root,-) +%doc Changes README LICENSE +%{perl_vendorarch}/auto/* +%{perl_vendorarch}/Crypt/ +%{_mandir}/man3/* + +%changelog +* Tue Nov 27 2012 Jitka Plesnikova - 0.28-5 +- Update dependencies and source link +- Add perl_default_filter + +* Fri Jul 20 2012 Fedora Release Engineering - 0.28-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Tue Jun 12 2012 Petr Pisar - 0.28-3 +- Perl 5.16 rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 0.28-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Sep 21 2011 Wes Hardaker - 0.28-1 +- Update to latest upstream: 0.28 + +* Sun Jun 19 2011 Marcela Mašláňová - 0.26-6 +- Perl mass rebuild + +* Thu May 12 2011 Wes Hardaker - 0.26-5 +- 704257 Added a patch to correct building with perl 5.14 + +* Tue Feb 08 2011 Fedora Release Engineering - 0.26-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Thu Dec 16 2010 Marcela Maslanova - 0.26-3 +- 661697 rebuild for fixing problems with vendorach/lib + +* Thu Sep 9 2010 Wes Hardaker - 0.26-2 +- version bump + +* Thu Sep 9 2010 Wes Hardaker - 0.26-1 +- Updated to the upstream 0.26 + +* Fri Apr 30 2010 Marcela Maslanova - 0.25-12 +- Mass rebuild with perl-5.12.0 + +* Fri Dec 4 2009 Stepan Kasal - 0.25-11 +- rebuild against perl 5.10.1 + +* Fri Aug 21 2009 Tomas Mraz - 0.25-10 +- rebuilt with new openssl + +* Sat Jul 25 2009 Fedora Release Engineering - 0.25-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Thu Feb 26 2009 Fedora Release Engineering - 0.25-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Sat Jan 17 2009 Tomas Mraz - 0.25-7 +- rebuild with new openssl + +* Wed Jun 18 2008 Wes Hardaker - 0.25-6 +- Fix bug 451900: force-require the bignum module + +* Wed Mar 5 2008 Tom "spot" Callaway - 0.25-5 +- rebuild for new perl + +* Mon Feb 18 2008 Fedora Release Engineering - 0.25-4 +- Autorebuild for GCC 4.3 + +* Sun Dec 09 2007 Release Engineering - 0.25-3 +- Rebuild for deps + +* Thu Dec 6 2007 Wes Hardaker - 0.25-2 +- Bump to force rebuild with new openssl lib version + +* Thu May 31 2007 Wes Hardaker - 0.25-1 +- head to upstream 0.25 +- doc the new LICENSE file + +* Mon May 14 2007 Wes Hardaker - 0.24-4 +- Reverse terms in license to match perl rpm exactly + +* Mon May 14 2007 Wes Hardaker - 0.24-3 +- BuildRequire perl(Test) perl(ExtUtils::MakeMaker) perl(Crypt::OpenSSL::Bignum) +- Fixed source code URL + +* Tue May 8 2007 Wes Hardaker - 0.24-2 +- Add BuildRequire openssl-devel +- Don't manually require openssl +- Use vendorarch instead of vendorlib + +* Thu Apr 19 2007 Wes Hardaker - 0.24-1 +- Initial version