OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 12-Oct-2006 11:13:04
Branch: HEAD Handle: 2006101210130400
Modified files:
openpkg-src/cryptlib cryptlib.spec
Log:
use Perl for portability risky substitutions
Summary:
Revision Changes Path
1.9 +3 -3 openpkg-src/cryptlib/cryptlib.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/cryptlib/cryptlib.spec
============================================================================
$ cvs diff -u -r1.8 -r1.9 cryptlib.spec
--- openpkg-src/cryptlib/cryptlib.spec 16 Sep 2006 11:16:22 -0000
1.8
+++ openpkg-src/cryptlib/cryptlib.spec 12 Oct 2006 09:13:04 -0000
1.9
@@ -38,7 +38,7 @@
Group: Cryptography
License: MIT-style
Version: %{V_full}
-Release: 20060916
+Release: 20061012
# list of sources
Source0: ftp://ftp.franken.de/pub/crypt/cryptlib/cl%{V_comp}.zip
@@ -48,7 +48,7 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130, infozip, make, gcc
+BuildPreReq: OpenPKG, openpkg >= 20040130, infozip, make, gcc, perl
PreReq: OpenPKG, openpkg >= 20040130
AutoReq: no
AutoReqProv: no
@@ -81,7 +81,7 @@
%setup -q -c -T
%{l_prefix}/bin/unzip -q -x %{SOURCE0}
%patch -p0
- %{l_shtool} subst -e 's;\r$;;' tools/*.pl tools/*.sh
+ %{l_prefix}/bin/perl -p -i -e 's;\r$;;m' tools/*.pl tools/*.sh
%build
%{l_make} %{l_mflags} \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]