Blame SPECS/perl-Crypt-OpenSSL-Bignum.spec

Packit 7b0245
Name:           perl-Crypt-OpenSSL-Bignum
Packit 7b0245
Version:        0.09
Packit 7b0245
Release:        5%{?dist}
Packit 7b0245
Summary:        Perl interface to OpenSSL for Bignum
Packit 7b0245
License:        GPL+ or Artistic 
Packit 7b0245
URL:            https://metacpan.org/release/Crypt-OpenSSL-Bignum
Packit 7b0245
Source0:        https://cpan.metacpan.org/authors/id/K/KM/KMX/Crypt-OpenSSL-Bignum-%{version}.tar.gz
Packit 7b0245
BuildRequires:  coreutils
Packit 7b0245
BuildRequires:  findutils
Packit 7b0245
BuildRequires:  gcc
Packit 7b0245
BuildRequires:  make
Packit 7b0245
BuildRequires:  openssl
Packit 7b0245
BuildRequires:  openssl-devel
Packit 7b0245
BuildRequires:  perl-devel
Packit 7b0245
BuildRequires:  perl-generators
Packit 7b0245
BuildRequires:  perl-interpreter
Packit 7b0245
BuildRequires:  perl(base)
Packit 7b0245
BuildRequires:  perl(Carp)
Packit 7b0245
BuildRequires:  perl(Config)
Packit 7b0245
BuildRequires:  perl(DynaLoader)
Packit 7b0245
BuildRequires:  perl(ExtUtils::MakeMaker)
Packit 7b0245
BuildRequires:  perl(strict)
Packit 7b0245
BuildRequires:  perl(Test)
Packit 7b0245
BuildRequires:  perl(vars)
Packit 7b0245
Packit 7b0245
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Packit 7b0245
Packit 7b0245
%description
Packit 7b0245
Crypt::OpenSSL::Bignum provides access to OpenSSL multiprecision integer
Packit 7b0245
arithmetic libraries. Presently, many though not all of the arithmetic
Packit 7b0245
operations that OpenSSL provides are exposed to perl. In addition, this
Packit 7b0245
module can be used to provide access to bignum values produced by other
Packit 7b0245
OpenSSL modules, such as key parameters from Crypt::OpenSSL::RSA.
Packit 7b0245
Packit 7b0245
%prep
Packit 7b0245
%setup -q -n Crypt-OpenSSL-Bignum-%{version}
Packit 7b0245
Packit 7b0245
chmod a-x LICENSE README Changes
Packit 7b0245
Packit 7b0245
%build
Packit 7b0245
%{__perl} Makefile.PL INSTALLDIRS=vendor
Packit 7b0245
make %{?_smp_mflags}
Packit 7b0245
Packit 7b0245
%install
Packit 7b0245
make pure_install DESTDIR=%{buildroot}
Packit 7b0245
Packit 7b0245
find %{buildroot} -type f -name .packlist -delete
Packit 7b0245
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
Packit 7b0245
find %{buildroot} -type f -name '*.bs' -size 0 -delete
Packit 7b0245
Packit 7b0245
%{_fixperms} %{buildroot}/*
Packit 7b0245
Packit 7b0245
%check
Packit 7b0245
make test
Packit 7b0245
Packit 7b0245
%files
Packit 7b0245
%license LICENSE
Packit 7b0245
%doc Changes README
Packit 7b0245
%{perl_vendorarch}/auto/*
Packit 7b0245
%{perl_vendorarch}/Crypt/
Packit 7b0245
%{_mandir}/man3/*
Packit 7b0245
Packit 7b0245
%changelog
Packit 7b0245
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.09-5
Packit 7b0245
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Packit 7b0245
Packit 7b0245
* Tue Jul 10 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.09-4
Packit 7b0245
- Add build-require gcc
Packit 7b0245
Packit 7b0245
* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.09-3
Packit 7b0245
- Perl 5.28 rebuild
Packit 7b0245
Packit 7b0245
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.09-2
Packit 7b0245
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Packit 7b0245
Packit 7b0245
* Thu Jan 04 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.09-1
Packit 7b0245
- 0.09 bump
Packit 7b0245
Packit 7b0245
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.08-4
Packit 7b0245
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
Packit 7b0245
Packit 7b0245
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.08-3
Packit 7b0245
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
Packit 7b0245
Packit 7b0245
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.08-2
Packit 7b0245
- Perl 5.26 rebuild
Packit 7b0245
Packit 7b0245
* Thu Feb 23 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.08-1
Packit 7b0245
- 0.08 bump
Packit 7b0245
Packit 7b0245
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.07-2
Packit 7b0245
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
Packit 7b0245
Packit 7b0245
* Fri Dec 09 2016 Jitka Plesnikova <jplesnik@redhat.com> -0.07-1
Packit 7b0245
- 0.07 bump
Packit 7b0245
Packit 7b0245
* Tue Oct 11 2016 Petr Pisar <ppisar@redhat.com> - 0.06-6
Packit 7b0245
- Rebuild against OpenSSL 1.1.0
Packit 7b0245
Packit 7b0245
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.06-5
Packit 7b0245
- Perl 5.24 rebuild
Packit 7b0245
Packit 7b0245
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.06-4
Packit 7b0245
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
Packit 7b0245
Packit 7b0245
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.06-3
Packit 7b0245
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
Packit 7b0245
Packit 7b0245
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.06-2
Packit 7b0245
- Perl 5.22 rebuild
Packit 7b0245
Packit 7b0245
* Tue Feb 17 2015 Wes Hardaker <wjhns174@hardakers.net> - 0.06-1
Packit 7b0245
- Update to 0.06
Packit 7b0245
Packit 7b0245
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.04-22
Packit 7b0245
- Perl 5.20 rebuild
Packit 7b0245
Packit 7b0245
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04-21
Packit 7b0245
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
Packit 7b0245
Packit 7b0245
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04-20
Packit 7b0245
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
Packit 7b0245
Packit 7b0245
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04-19
Packit 7b0245
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
Packit 7b0245
Packit 7b0245
* Thu Jul 18 2013 Petr Pisar <ppisar@redhat.com> - 0.04-18
Packit 7b0245
- Perl 5.18 rebuild
Packit 7b0245
Packit 7b0245
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04-17
Packit 7b0245
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
Packit 7b0245
Packit 7b0245
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04-16
Packit 7b0245
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
Packit 7b0245
Packit 7b0245
* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 0.04-15
Packit 7b0245
- Perl 5.16 rebuild
Packit 7b0245
Packit 7b0245
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04-14
Packit 7b0245
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
Packit 7b0245
Packit 7b0245
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.04-13
Packit 7b0245
- Perl mass rebuild
Packit 7b0245
Packit 7b0245
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04-12
Packit 7b0245
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
Packit 7b0245
Packit 7b0245
* Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.04-11
Packit 7b0245
- 661697 rebuild for fixing problems with vendorach/lib
Packit 7b0245
Packit 7b0245
* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.04-10
Packit 7b0245
- Mass rebuild with perl-5.12.0
Packit 7b0245
Packit 7b0245
* Fri Dec  4 2009 Stepan Kasal <skasal@redhat.com> - 0.04-9
Packit 7b0245
- rebuild against perl 5.10.1
Packit 7b0245
Packit 7b0245
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 0.04-8
Packit 7b0245
- rebuilt with new openssl
Packit 7b0245
Packit 7b0245
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04-7
Packit 7b0245
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
Packit 7b0245
Packit 7b0245
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04-6
Packit 7b0245
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
Packit 7b0245
Packit 7b0245
* Sat Jan 17 2009 Tomas Mraz <tmraz@redhat.com> 0.04-5
Packit 7b0245
- rebuild with new openssl
Packit 7b0245
Packit 7b0245
* Wed Mar  5 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.04-4
Packit 7b0245
- rebuild for new perl
Packit 7b0245
Packit 7b0245
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.04-3
Packit 7b0245
- Autorebuild for GCC 4.3
Packit 7b0245
Packit 7b0245
* Fri Dec 07 2007 Jesse Keating <jkeating@redhat.com> - 0.04-2
Packit 7b0245
- Fix the bad version bump
Packit 7b0245
Packit 7b0245
* Thu Dec 06 2007 Release Engineering <rel-eng at fedoraproject dot org> - 0.05-2
Packit 7b0245
- Rebuild for deps
Packit 7b0245
Packit 7b0245
* Thu Dec  6 2007 Wes Hardaker <wjhns174@hardakers.net> - 0.05-1
Packit 7b0245
- Bump to force rebuild with new openssl lib version
Packit 7b0245
Packit 7b0245
* Fri Nov  9 2007 Wes Hardaker <wjhns174@hardakers.net> - 0.04-1
Packit 7b0245
- Update to upstream 0.4
Packit 7b0245
- GPL to GPL+ based on LICENSE file
Packit 7b0245
- Include new LICENSE file
Packit 7b0245
Packit 7b0245
* Mon May 14 2007  Wes Hardaker <wjhns174@hardakers.net> - 0.03-3
Packit 7b0245
- BuildRequire perl(ExtUtils::MakeMaker) perl(Test)
Packit 7b0245
Packit 7b0245
* Tue May  8 2007  Wes Hardaker <wjhns174@hardakers.net> - 0.03-2
Packit 7b0245
- Add BuildRequire openssl-devel
Packit 7b0245
- Don't manually require openssl
Packit 7b0245
- Use vendorarch instead of vendorlib 
Packit 7b0245
Packit 7b0245
* Thu Apr 19 2007  Wes Hardaker <wjhns174@hardakers.net> - 0.03-1
Packit 7b0245
- Initial version