Name: perl-Crypt-DES_EDE3 Version: 0.01 Release: 10%{?dist} Summary: Triple-DES EDE encryption/decryption module License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Crypt-DES_EDE3/ Source0: http://www.cpan.org/authors/id/B/BT/BTROTT/Crypt-DES_EDE3-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Crypt::DES) BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This is Crypt::DES_EDE3, a module implementing Triple-DES EDE (encrypt-decrypt-encrypt) encryption and decryption. %prep %setup -q -n Crypt-DES_EDE3-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* perldoc -t perlgpl > COPYING perldoc -t perlartistic > Artistic %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README COPYING Artistic %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Fri Apr 30 2010 Marcela Maslanova - 0.01-10 - Mass rebuild with perl-5.12.0 * Fri Dec 4 2009 Stepan Kasal - 0.01-9 - rebuild against perl 5.10.1 * Sat Jul 25 2009 Fedora Release Engineering - 0.01-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Thu Feb 26 2009 Fedora Release Engineering - 0.01-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Fri Feb 8 2008 Tom "spot" Callaway 0.01-6 - rebuild for new perl * Tue Apr 17 2007 Steven Pritchard 0.01-5 - Use fixperms macro instead of our own chmod incantation. - BR ExtUtils::MakeMaker. * Sat Sep 16 2006 Steven Pritchard 0.01-4 - Canonicalize Source0 URL. - Fix find option order. * Thu Feb 02 2006 Steven Pritchard 0.01-3 - Better Summary (BZ#168583). * Sat Sep 17 2005 Steven Pritchard 0.01-2 - Minor spec cleanup. - Include license files. * Fri Aug 26 2005 Steven Pritchard 0.01-1 - Specfile autogenerated.