OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 01-Aug-2003 12:59:26
Branch: OPENPKG_1_STABLE Handle: 2003080111592600
Modified files: (Branch: OPENPKG_1_STABLE)
openpkg-src/skey skey.spec
Log:
MFC: changes since last merge
Summary:
Revision Changes Path
1.21.2.3 +7 -2 openpkg-src/skey/skey.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/skey/skey.spec
============================================================================
$ cvs diff -u -r1.21.2.2 -r1.21.2.3 skey.spec
--- openpkg-src/skey/skey.spec 24 Jul 2003 20:50:39 -0000 1.21.2.2
+++ openpkg-src/skey/skey.spec 1 Aug 2003 10:59:26 -0000 1.21.2.3
@@ -33,7 +33,7 @@
Group: Cryptography
License: BSD
Version: 1.1.5
-Release: 1.20030724
+Release: 1.20030801
# list of sources
Source0: http://www.sparc.spb.su/Skey/skey-%{version}.tar.bz2
@@ -42,7 +42,7 @@
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 1.20030724, perl, make
-PreReq: OpenPKG, openpkg >= 1.20030724
+PreReq: OpenPKG, openpkg >= 1.20030724, perl
AutoReq: no
AutoReqProv: no
@@ -51,11 +51,16 @@
%prep
%setup -q
+ %{l_shtool} subst \
+ -e 's;^\(all:.*\);\1 ${SCRIPTS};' \
+ -e 's;\(${INSTALL_SCRIPT} skeyprune.pl\);\1.out;' \
+ Makefile.in
%build
echo 'ac_cv_path_SENDMAIL=${ac_cv_path_SENDMAIL=false}' >config.cache
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
+ PERL="%{l_prefix}/bin/perl" \
./configure \
--prefix=%{l_prefix} \
--sysconfdir=%{l_prefix}/etc/skey
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]