rpms/perl-Crypt-Eksblowfish/F-10 perl-Crypt-Eksblowfish.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Iain Arnell iarnell at fedoraproject.org
Thu May 7 03:22:31 UTC 2009


Author: iarnell

Update of /cvs/pkgs/rpms/perl-Crypt-Eksblowfish/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10772/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Crypt-Eksblowfish.spec 
Log Message:
initial import


--- NEW FILE perl-Crypt-Eksblowfish.spec ---
Name:           perl-Crypt-Eksblowfish
Version:        0.007
Release:        1%{?dist}
Summary:        Eksblowfish block cipher
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Crypt-Eksblowfish/
Source0:        http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/Crypt-Eksblowfish-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  perl(Class::Mix) >= 0.001
BuildRequires:  perl(ExtUtils::CBuilder) >= 0.15
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(parent)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(Test::Pod::Coverage)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

# don't "provide" private Perl libs
%global _use_internal_dependency_generator 0
%global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; done | /bin/sort -u
%global __find_provides /bin/sh -c "%{__grep} -v '%{perl_vendorarch}/.*\\.so$' | %{__deploop P}"
%global __find_requires /bin/sh -c "%{__deploop R}"

%description
An object of this type encapsulates a keyed instance of the Eksblowfish
block cipher, ready to encrypt and decrypt.

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

%build
%{__perl} Build.PL installdirs=vendor optimize="$RPM_OPT_FLAGS"
./Build

%install
rm -rf $RPM_BUILD_ROOT

./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
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_vendorarch}/auto/*
%{perl_vendorarch}/Crypt*
%{_mandir}/man3/*

%changelog
* Mon May 04 2009 Iain Arnell <iarnell at gmail.com> 0.007-1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Crypt-Eksblowfish/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	6 May 2009 21:10:09 -0000	1.1
+++ .cvsignore	7 May 2009 03:22:00 -0000	1.2
@@ -0,0 +1 @@
+Crypt-Eksblowfish-0.007.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Crypt-Eksblowfish/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	6 May 2009 21:10:10 -0000	1.1
+++ sources	7 May 2009 03:22:01 -0000	1.2
@@ -0,0 +1 @@
+b189f8396cae0d43187de2912ae35ef0  Crypt-Eksblowfish-0.007.tar.gz




More information about the fedora-extras-commits mailing list