rpms/perl-Crypt-CBC/devel perl-Crypt-CBC.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Andreas Thienemann (ixs) fedora-extras-commits at redhat.com
Thu Jul 14 18:45:56 UTC 2005


Author: ixs

Update of /cvs/extras/rpms/perl-Crypt-CBC/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14391/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Crypt-CBC.spec 
Log Message:
auto-import perl-Crypt-CBC-2.14-1 on branch devel from perl-Crypt-CBC-2.14-1.src.rpm


--- NEW FILE perl-Crypt-CBC.spec ---
Summary: Encrypt Data with Cipher Block Chaining Mode
Name: perl-Crypt-CBC
Version: 2.14
Release: 1%{?dist}
License: Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Crypt-CBC/
Source0: http://search.cpan.org/CPAN/authors/id/L/LD/LDS/Crypt-CBC-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildRequires: perl >= 2:5.8.0

%description
This is Crypt::CBC, a Perl-only implementation of the cryptographic
cipher block chaining mode (CBC).  In combination with a block cipher
such as Crypt::DES or Crypt::IDEA, you can encrypt and decrypt
messages of arbitrarily long length.  The encrypted messages are
compatible with the encryption format used by SSLeay.

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

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make

%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 -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Thu Jul 14 2005 Andreas Thienemann <andreas at bawue.net> - 2.14-1
- Initial package



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Crypt-CBC/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	14 Jul 2005 18:45:16 -0000	1.1
+++ .cvsignore	14 Jul 2005 18:45:54 -0000	1.2
@@ -0,0 +1 @@
+Crypt-CBC-2.14.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Crypt-CBC/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	14 Jul 2005 18:45:16 -0000	1.1
+++ sources	14 Jul 2005 18:45:54 -0000	1.2
@@ -0,0 +1 @@
+68a955e9d6440fa4752fd203ce5b8886  Crypt-CBC-2.14.tar.gz




More information about the fedora-extras-commits mailing list