Name: perl-Crypt-IDEA
Summary: IDEA block cipher
Version: 1.10
Release: 1
License: Artistic/GPL
Group: Applications/CPAN
URL: http://search.cpan.org/dist/Crypt-IDEA/
Description: Perl interface to IDEA block cipher.
The build was succesful. The following RPMs were generated:
The build was succesful. The following RPMs were generated:
The spec file used by the build system currently has the following contents:
# $Id$ # Authority: dries # Upstream: Dave Paris <a-mused$pobox,com> %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib) %define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch) %define real_name Crypt-IDEA Summary: IDEA block cipher Name: perl-Crypt-IDEA Version: 1.10 Release: 1%{?dist} License: Artistic/GPL Group: Applications/CPAN URL: http://search.cpan.org/dist/Crypt-IDEA/ Source: http://www.cpan.org/modules/by-module/Crypt/Crypt-IDEA-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: perl BuildRequires: perl(ExtUtils::MakeMaker) %description Perl interface to IDEA block cipher. %prep %setup -n %{real_name}-%{version} %build CFLAGS="%{optflags}" %{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}" %{__make} %{?_smp_mflags} OPTIMIZE="%{optflags}" %install %{__rm} -rf %{buildroot} %{__make} pure_install ### Clean up buildroot find %{buildroot} -name .packlist -exec %{__rm} {} \; %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) #%doc Changes README %doc %{_mandir}/man3/*.3pm* %{perl_vendorarch}/Crypt/ %{perl_vendorarch}/Crypt/IDEA.pm %{perl_vendorarch}/Crypt/IDEA.pod # {perl_vendorarch}/Crypt/._test.pl %dir %{perl_vendorarch}/auto/Crypt/ %{perl_vendorarch}/auto/Crypt/IDEA/ %changelog * Sun Jul 17 2016 Dries Verachtert <dries.verachtert@dries.eu> - 1.10-1 - Updated to release 1.10. * Fri Jun 2 2006 Dries Verachtert <dries@ulyssis.org> - 1.08-1 - Updated to release 1.08. * Sun Mar 26 2006 Dries Verachtert <dries@ulyssis.org> - 1.07-1 - Updated to release 1.07. * Sat Jan 7 2006 Dries Verachtert <dries@ulyssis.org> - 1.06-1 - Updated to release 1.06. * Sat Apr 9 2005 Dries Verachtert <dries@ulyssis.org> - 1.02-1 - Initial package.