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

f3d15a
Name:           perl-Crypt-OpenSSL-Random
f3d15a
Version:        0.04
f3d15a
Release:        21%{?dist}
f3d15a
Summary:        Perl interface to OpenSSL for Random
f3d15a
License:        GPL+ or Artistic 
f3d15a
Group:          Development/Libraries
f3d15a
URL:            http://search.cpan.org/dist/Crypt-OpenSSL-Random/
f3d15a
Source0:        http://www.cpan.org/authors/id/I/IR/IROBERTS/Crypt-OpenSSL-Random-%{version}.tar.gz
f3d15a
Patch0:         perl-Crypt-OpenSSL-Random-name.patch
f3d15a
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
f3d15a
BuildRequires:  openssl
f3d15a
BuildRequires:  openssl-devel
f3d15a
BuildRequires:  perl(AutoLoader)
f3d15a
BuildRequires:  perl(Carp)
f3d15a
BuildRequires:  perl(Exporter)
f3d15a
BuildRequires:  perl(ExtUtils::MakeMaker)
f3d15a
f3d15a
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
f3d15a
f3d15a
%{?perl_default_filter}
f3d15a
f3d15a
%description
f3d15a
Crypt::OpenSSL::Random - Routines for accessing the OpenSSL
f3d15a
pseudo-random number generator
f3d15a
f3d15a
%prep
f3d15a
%setup -q -n Crypt-OpenSSL-Random-%{version}
f3d15a
%patch0 -p1 -b name
f3d15a
f3d15a
%build
f3d15a
%{__perl} Makefile.PL INSTALLDIRS=vendor
f3d15a
make %{?_smp_mflags}
f3d15a
f3d15a
%install
f3d15a
rm -rf %{buildroot}
f3d15a
f3d15a
make pure_install PERL_INSTALL_ROOT=%{buildroot}
f3d15a
f3d15a
find %{buildroot} -type f \( -name .packlist -o \
f3d15a
        -name '*.bs' -empty \) -exec rm {} \;
f3d15a
find %{buildroot} -depth -type d -empty -exec rmdir {} \;
f3d15a
%{_fixperms} %{buildroot}/*
f3d15a
f3d15a
%check
f3d15a
make test
f3d15a
f3d15a
%clean
f3d15a
rm -rf %{buildroot}
f3d15a
f3d15a
%files
f3d15a
%defattr(-,root,root,-)
f3d15a
%doc Changes
f3d15a
%doc LICENSE
f3d15a
%{perl_vendorarch}/auto/*
f3d15a
%{perl_vendorarch}/Crypt/
f3d15a
%{_mandir}/man3/*
f3d15a
f3d15a
%changelog
f3d15a
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 0.04-21
f3d15a
- Mass rebuild 2014-01-24
f3d15a
f3d15a
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.04-20
f3d15a
- Mass rebuild 2013-12-27
f3d15a
f3d15a
* Tue Nov 27 2012 Jitka Plesnikova <jplesnik@redhat.com> - 0.04-19
f3d15a
- Update dependencies
f3d15a
- Add perl_default_filter
f3d15a
f3d15a
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04-18
f3d15a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
f3d15a
f3d15a
* Fri Jun 08 2012 Petr Pisar <ppisar@redhat.com> - 0.04-17
f3d15a
- Perl 5.16 rebuild
f3d15a
f3d15a
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04-16
f3d15a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
f3d15a
f3d15a
* Wed Jun 15 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.04-15
f3d15a
- Perl mass rebuild
f3d15a
f3d15a
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04-14
f3d15a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
f3d15a
f3d15a
* Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.04-13
f3d15a
- 661697 rebuild for fixing problems with vendorach/lib
f3d15a
f3d15a
* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.04-12
f3d15a
- Mass rebuild with perl-5.12.0
f3d15a
f3d15a
* Wed Jan 27 2010 Stepan Kasal <skasal@redhat.com> - 0.04-11
f3d15a
- fix the package name for error messages
f3d15a
f3d15a
* Fri Dec  4 2009 Stepan Kasal <skasal@redhat.com> - 0.04-10
f3d15a
- rebuild against perl 5.10.1
f3d15a
f3d15a
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 0.04-9
f3d15a
- rebuilt with new openssl
f3d15a
f3d15a
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04-8
f3d15a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
f3d15a
f3d15a
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04-7
f3d15a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
f3d15a
f3d15a
* Sat Jan 17 2009 Tomas Mraz <tmraz@redhat.com> - 0.04-6
f3d15a
- rebuild with new openssl
f3d15a
f3d15a
* Wed Mar  5 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.04-5
f3d15a
- rebuild for new perl
f3d15a
f3d15a
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.04-4
f3d15a
- Autorebuild for GCC 4.3
f3d15a
f3d15a
* Wed Dec 05 2007 Release Engineering <rel-eng at fedoraproject dot org> - 0.04-3
f3d15a
 - Rebuild for deps
f3d15a
f3d15a
* Wed May 23 2007 Wes Hardaker <wjhns174@hardakers.net> - 0.04-2
f3d15a
- Add document file: LICENSE
f3d15a
f3d15a
* Mon May 21 2007 Wes Hardaker <wjhns174@hardakers.net> - 0.04-1
f3d15a
- Update to upstream 0.4 with proper license
f3d15a
f3d15a
* Mon May 14 2007  Wes Hardaker <wjhns174@hardakers.net> - 0.03-3
f3d15a
- BuildRequire perl(ExtUtils::MakeMaker)
f3d15a
f3d15a
* Tue May  8 2007  Wes Hardaker <wjhns174@hardakers.net> - 0.03-2
f3d15a
- Add BuildRequire openssl-devel
f3d15a
- Don't manually require openssl
f3d15a
- Use vendorarch instead of vendorlib 
f3d15a
f3d15a
* Thu Apr 19 2007  Wes Hardaker <wjhns174@hardakers.net> - 0.03-1
f3d15a
- Initial version