rpms/perl-Crypt-Blowfish/devel perl-Crypt-Blowfish.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:49:04 UTC 2005


Author: ixs

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

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


--- NEW FILE perl-Crypt-Blowfish.spec ---
Summary: XS Blowfish implementation for Perl
Name: perl-Crypt-Blowfish
Version: 2.09
Release: 1%{?dist}
License: Distributable
Group: Development/Libraries
URL: http://search.cpan.org/dist/Crypt-Blowfish/
Source0: http://search.cpan.org/CPAN/authors/id/D/DP/DPARIS/Crypt-Blowfish-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Requires: perl-Crypt-CBC
BuildRequires: perl-Crypt-CBC

%description
Crypt::Blowfish is an XS-based implementation of the Blowfish
cryptography algorithm designed by Bruce Schneier. It's designed to
take full advantage of Crypt::CBC when desired. Blowfish keys may be
up to 448 bits (56 bytes) long.

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

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
make

%install
rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name *.bs -a -size 0 -exec rm -f {} ';'
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 COPYRIGHT Changes README
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/Crypt/
%{_mandir}/man3/*.3*

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



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Crypt-Blowfish/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	14 Jul 2005 18:48:24 -0000	1.1
+++ .cvsignore	14 Jul 2005 18:49:02 -0000	1.2
@@ -0,0 +1 @@
+Crypt-Blowfish-2.09.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Crypt-Blowfish/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	14 Jul 2005 18:48:24 -0000	1.1
+++ sources	14 Jul 2005 18:49:02 -0000	1.2
@@ -0,0 +1 @@
+bbd037e1eb20778f3d636dff345ed02f  Crypt-Blowfish-2.09.tar.gz




More information about the scm-commits mailing list