rpms/perl-Crypt-CipherSaber/devel import.log, NONE, 1.1 perl-Crypt-CipherSaber.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Xavier Bachelot xavierb at fedoraproject.org
Mon Apr 27 19:27:56 UTC 2009


Author: xavierb

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

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



--- NEW FILE import.log ---
perl-Crypt-CipherSaber-1_00-1_fc10:HEAD:perl-Crypt-CipherSaber-1.00-1.fc10.src.rpm:1240859817


--- 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: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Crypt-CipherSaber/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	27 Apr 2009 05:38:06 -0000	1.1
+++ .cvsignore	27 Apr 2009 19:27:25 -0000	1.2
@@ -0,0 +1 @@
+Crypt-CipherSaber-1.00.tar.gz


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




More information about the fedora-extras-commits mailing list