OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 26-Aug-2007 18:17:16
Branch: HEAD Handle: 2007082617171600
Modified files:
openpkg-src/openssl openssl.spec
Log:
install c_rehash as well
Summary:
Revision Changes Path
1.90 +5 -3 openpkg-src/openssl/openssl.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openssl/openssl.spec
============================================================================
$ cvs diff -u -r1.89 -r1.90 openssl.spec
--- openpkg-src/openssl/openssl.spec 9 Aug 2007 07:36:39 -0000 1.89
+++ openpkg-src/openssl/openssl.spec 26 Aug 2007 16:17:16 -0000 1.90
@@ -33,7 +33,7 @@
Group: SSL
License: BSD-style
Version: 0.9.8e
-Release: 20070809
+Release: 20070826
# package options
%option with_zlib no
@@ -54,7 +54,7 @@
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20040130, perl, make, gcc
-PreReq: OpenPKG, openpkg >= 20040130
+PreReq: OpenPKG, openpkg >= 20040130, perl
%if "%{with_zlib}" == "yes"
BuildPreReq: zlib
PreReq: zlib
@@ -96,6 +96,9 @@
%{l_shtool} subst \
-e 's;^\(#define DEVRANDOM_EGD\);\1
"%{l_prefix}/var/prngd/prngd.socket",;' \
e_os.h
+ %{l_shtool} subst \
+ -e 's;^\(my $openssl\)\;;\1 = "%{l_prefix}/bin/openssl"\;;' \
+ tools/c_rehash.in
%build
%{l_prefix}/bin/perl util/perlpath.pl %{l_prefix}/bin/perl
@@ -138,7 +141,6 @@
%{l_make} %{l_mflags} install INSTALL_PREFIX=$RPM_BUILD_ROOT
strip $RPM_BUILD_ROOT%{l_prefix}/bin/openssl >/dev/null 2>&1 || true
( cd $RPM_BUILD_ROOT%{l_prefix}
- rm -f bin/c_rehash
rmdir lib/engines
rm -rf etc/openssl/private
rm -rf etc/openssl/certs
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]