rpms/perl-Crypt-OpenSSL-RSA/F-7 perl-Crypt-OpenSSL-RSA.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Wes Hardaker (hardaker) fedora-extras-commits at redhat.com
Fri Jun 1 21:19:14 UTC 2007


Author: hardaker

Update of /cvs/extras/rpms/perl-Crypt-OpenSSL-RSA/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1587/F-7

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


--- NEW FILE perl-Crypt-OpenSSL-RSA.spec ---
Name:           perl-Crypt-OpenSSL-RSA
Version:        0.25
Release:        1%{?dist}
Summary:        Perl interface to OpenSSL for RSA
License:        Artistic or GPL
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Crypt-OpenSSL-RSA/
Source0:        http://www.cpan.org/authors/id/I/IR/IROBERTS/Crypt-OpenSSL-RSA-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  openssl openssl-devel
BuildRequires:  perl(Crypt::OpenSSL::Random) perl(Crypt::OpenSSL::Bignum)
BuildRequires:  perl(Test) perl(ExtUtils::MakeMaker)

Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Requires:       perl(Crypt::OpenSSL::Random)

%description
Crypt::OpenSSL::RSA - RSA encoding and decoding, using the openSSL libraries

%prep
%setup -q -n Crypt-OpenSSL-RSA-%{version}

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

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}

find %{buildroot} -type f -name .packlist -exec rm -f {} \;
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc Changes README LICENSE
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/Crypt/
%{_mandir}/man3/*

%changelog
* Thu May 31 2007 Wes Hardaker <wjhns174 at hardakers.net> - 0.25-1
- head to upstream 0.25
- doc the new LICENSE file

* Mon May 14 2007  Wes Hardaker <wjhns174 at hardakers.net> - 0.24-4
- Reverse terms in license to match perl rpm exactly

* Mon May 14 2007  Wes Hardaker <wjhns174 at hardakers.net> - 0.24-3
- BuildRequire perl(Test) perl(ExtUtils::MakeMaker) perl(Crypt::OpenSSL::Bignum)
- Fixed source code URL

* Tue May  8 2007  Wes Hardaker <wjhns174 at hardakers.net> - 0.24-2
- Add BuildRequire openssl-devel
- Don't manually require openssl
- Use vendorarch instead of vendorlib 

* Thu Apr 19 2007  Wes Hardaker <wjhns174 at hardakers.net> - 0.24-1
- Initial version


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Crypt-OpenSSL-RSA/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	1 Jun 2007 20:15:38 -0000	1.1
+++ .cvsignore	1 Jun 2007 21:18:38 -0000	1.2
@@ -0,0 +1 @@
+Crypt-OpenSSL-RSA-0.25.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Crypt-OpenSSL-RSA/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	1 Jun 2007 20:15:38 -0000	1.1
+++ sources	1 Jun 2007 21:18:38 -0000	1.2
@@ -0,0 +1 @@
+fdf19c9093f47cffb851ae937d053c14  Crypt-OpenSSL-RSA-0.25.tar.gz




More information about the fedora-extras-commits mailing list