rpms/perl-Crypt-OpenSSL-PKCS10/F-7 perl-Crypt-OpenSSL-PKCS10-build-paths.patch, NONE, 1.1 perl-Crypt-OpenSSL-PKCS10.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Wes Hardaker (hardaker) fedora-extras-commits at redhat.com
Wed Jun 20 20:52:07 UTC 2007


Author: hardaker

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

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Crypt-OpenSSL-PKCS10-build-paths.patch 
	perl-Crypt-OpenSSL-PKCS10.spec 
Log Message:
initial import

perl-Crypt-OpenSSL-PKCS10-build-paths.patch:

--- NEW FILE perl-Crypt-OpenSSL-PKCS10-build-paths.patch ---
--- Crypt-OpenSSL-PKCS10-0.06/Makefile.PL	2006-02-01 12:44:20.000000000 -0800
+++ Crypt-OpenSSL-PKCS10-0.06.new/Makefile.PL	2007-05-31 14:40:31.000000000 -0700
@@ -9,7 +9,6 @@
     ($] >= 5.005 ?     ## Add these new keywords supported since 5.005
       (ABSTRACT_FROM  => 'PKCS10.pm',
        AUTHOR         => 'JoNO <jonozzz at yahoo.com>') : ()),
-    LIBS              => ['-L/usr/local/ssl/lib -lcrypto'],
+    LIBS              => ['-lcrypto'],
     DEFINE            => '-DPERL5 -Wall',
-    INC               => '-I/usr/local/ssl/include',
 );


--- NEW FILE perl-Crypt-OpenSSL-PKCS10.spec ---
Name:           perl-Crypt-OpenSSL-PKCS10
Version:        0.06
Release:        5%{?dist}
Summary:        Perl interface to OpenSSL for PKCS10
License:        Artistic or GPL
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Crypt-OpenSSL-PKCS10/
Source0:        http://www.cpan.org/authors/id/J/JO/JONOZZZ/Crypt-OpenSSL-PKCS10-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  openssl openssl-devel
BuildRequires:  perl(Test::More) perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Crypt::OpenSSL::RSA)
Patch0: 	perl-Crypt-OpenSSL-PKCS10-build-paths.patch

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

%description
Crypt::OpenSSL::PKCS10 - Perl extension to OpenSSL's PKCS10 API.

%prep
%setup -q -n Crypt-OpenSSL-PKCS10-%{version}
chmod -c a-x Changes
chmod -c a-x *.xs

%patch0 -p1

%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 {} \;

# remove errant execute bit from the .pm's / .xs's
find %{buildroot} -type f -name '*.pm' -exec chmod -x {} 2>/dev/null ';'

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot}

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

%changelog
* Fri Jun  1 2007 Wes Hardaker <wjhns174 at hardakers.net> - 0.06-5
- really remove the README file this time

* Thu May 31 2007 Wes Hardaker <wjhns174 at hardakers.net> - 0.06-4
- added a build requirement for Crypt::OpenSSL::RSA
- fix hard-coded include/library paths in the Makefile.PL
- unmodified template README removed from install
- Reverse terms in license to match perl rpm exactly

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

* Tue May  8 2007  Wes Hardaker <wjhns174 at hardakers.net> - 0.06-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.06-1
- Initial version


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Crypt-OpenSSL-PKCS10/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	1 Jun 2007 20:19:08 -0000	1.1
+++ .cvsignore	20 Jun 2007 20:51:29 -0000	1.2
@@ -0,0 +1 @@
+Crypt-OpenSSL-PKCS10-0.06.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Crypt-OpenSSL-PKCS10/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	1 Jun 2007 20:19:08 -0000	1.1
+++ sources	20 Jun 2007 20:51:29 -0000	1.2
@@ -0,0 +1 @@
+9dc259f778aa81f615187b7c0e2b3f50  Crypt-OpenSSL-PKCS10-0.06.tar.gz




More information about the fedora-extras-commits mailing list