rpms/perl-Crypt-CipherSaber/EL-5 perl-Crypt-CipherSaber.spec, NONE, 1.1 sources, 1.1, 1.2

Xavier Bachelot xavierb at fedoraproject.org
Mon Apr 27 22:07:42 UTC 2009


Author: xavierb

Update of /cvs/pkgs/rpms/perl-Crypt-CipherSaber/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15799/EL-5

Modified Files:
	sources 
Added Files:
	perl-Crypt-CipherSaber.spec 
Log Message:
Import into F-9, F-10, F-11 and EL-5


--- NEW FILE perl-Crypt-CipherSaber.spec ---
Name:           perl-Crypt-CipherSaber
Version:        1.00
Release:        1%{?dist}
Summary:        Perl module implementing CipherSaber encryption
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Crypt-CipherSaber/
Source0:        http://www.cpan.org/modules/by-module/Crypt/Crypt-CipherSaber-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Test::Simple) >= 0.60
BuildRequires:  perl(Test::Warn)
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(Test::Pod::Coverage)
# FIXME : Next BR: enhance the tests, but fails.
#BuildRequires:  perl(Module::Signature)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
The Crypt::CipherSaber module implements CipherSaber encryption, described
at http://ciphersaber.gurus.com/. It is simple, fairly speedy, and
relatively secure algorithm based on RC4.

%prep
%setup -q -n Crypt-CipherSaber-%{version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%install
rm -rf $RPM_BUILD_ROOT

./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
./Build test

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Fri Apr 24 2009 Xavier Bachelot <xavier at bachelot.org> 1.00-1
- Specfile autogenerated by cpanspec 1.77.
- Fix BR:s.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Crypt-CipherSaber/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	27 Apr 2009 05:38:06 -0000	1.1
+++ sources	27 Apr 2009 22:07:12 -0000	1.2
@@ -0,0 +1 @@
+a00b3e2591cc5f880a110cc53a0b2c7b  Crypt-CipherSaber-1.00.tar.gz




More information about the Fedora-perl-devel-list mailing list