rpms/perl-Crypt-CAST5_PP/F-9 perl-Crypt-CAST5_PP.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Nigel Jones (nigelj) fedora-extras-commits at redhat.com
Tue Jun 24 04:08:40 UTC 2008


Author: nigelj

Update of /cvs/pkgs/rpms/perl-Crypt-CAST5_PP/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9534/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Crypt-CAST5_PP.spec 
Log Message:
Initial import


--- NEW FILE perl-Crypt-CAST5_PP.spec ---
Name:           perl-Crypt-CAST5_PP
Version:        1.04
Release:        2%{?dist}
Summary:        CAST5 block cipher in pure Perl
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Crypt-CAST5_PP/
Source0:        http://www.cpan.org/modules/by-module/Crypt/Crypt-CAST5_PP-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::More) >= 0.47
BuildRequires:  perl(Test::Taint)
BuildRequires:  perl(Crypt::CBC)
Requires:       perl(Test::More) >= 0.47
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module provides a pure Perl implementation of the CAST5 block cipher.
CAST5 is also known as CAST-128. It is a product of the CAST design
procedure developed by C. Adams and S. Tavares.

%prep
%setup -q -n Crypt-CAST5_PP-%{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/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes mkschedule README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Mon Jun 23 2008 Nigel Jones <dev at nigelj.com> - 1.04-2
- Missed two BRs Test::Taint & Crypt::CBC

* Mon Jun 23 2008 Nigel Jones <dev at nigelj.com> - 1.04-1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Crypt-CAST5_PP/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Jun 2008 15:40:32 -0000	1.1
+++ .cvsignore	24 Jun 2008 04:07:53 -0000	1.2
@@ -0,0 +1 @@
+Crypt-CAST5_PP-1.04.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Crypt-CAST5_PP/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Jun 2008 15:40:32 -0000	1.1
+++ sources	24 Jun 2008 04:07:53 -0000	1.2
@@ -0,0 +1 @@
+563d7ecad9193fe442cf1fe0b1da1a97  Crypt-CAST5_PP-1.04.tar.gz




More information about the fedora-extras-commits mailing list