OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 13-Feb-2003 13:45:41
Branch: HEAD Handle: 2003021312454100
Modified files:
openpkg-src/sasl sasl.spec
Log:
Added testsaslauthd and made path endings consistent
Summary:
Revision Changes Path
1.50 +11 -6 openpkg-src/sasl/sasl.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sasl/sasl.spec
============================================================================
$ cvs diff -u -r1.49 -r1.50 sasl.spec
--- openpkg-src/sasl/sasl.spec 12 Feb 2003 15:04:02 -0000 1.49
+++ openpkg-src/sasl/sasl.spec 13 Feb 2003 12:45:41 -0000 1.50
@@ -33,7 +33,7 @@
Group: Cryptography
License: BSD
Version: 2.1.12
-Release: 20030212
+Release: 20030213
# package options
%option with_fsl no
@@ -113,12 +113,17 @@
--without-des \
--without-opie
%{l_make} %{l_mflags}
+ cd saslauthd
+ %{l_make} %{l_mflags} testsaslauthd
%install
rm -rf $RPM_BUILD_ROOT
%{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT"
%{l_shtool} mkdir -f -p -m 755 \
- $RPM_BUILD_ROOT%{l_prefix}/etc/rc.d
+ $RPM_BUILD_ROOT%{l_prefix}/etc/rc.d/
+ %{l_shtool} install -c -m 755 \
+ saslauthd/testsaslauthd \
+ $RPM_BUILD_ROOT%{l_prefix}/sbin/
%{l_shtool} install -c -m 755 \
-e 's;@l_prefix@;%{l_prefix};g' \
%if "%{with_pam}" == "yes"
@@ -129,18 +134,18 @@
%{SOURCE rc.sasl} \
$RPM_BUILD_ROOT%{l_prefix}/etc/rc.d/
%if "%{with_fsl}" == "yes"
- %{l_shtool} mkdir -f -p -m 755 $RPM_BUILD_ROOT%{l_prefix}/etc/fsl
+ %{l_shtool} mkdir -f -p -m 755 $RPM_BUILD_ROOT%{l_prefix}/etc/fsl/
%{l_shtool} install -c -m 644 \
-e 's;@l_prefix@;%{l_prefix};g' \
%{SOURCE fsl.sasl} \
$RPM_BUILD_ROOT%{l_prefix}/etc/fsl/
%endif
%{l_shtool} mkdir -f -p -m 700 \
- $RPM_BUILD_ROOT%{l_prefix}/var/sasl/log
+ $RPM_BUILD_ROOT%{l_prefix}/var/sasl/log/
%{l_shtool} mkdir -f -p -m 755 \
- $RPM_BUILD_ROOT%{l_prefix}/var/sasl/saslauthd
+ $RPM_BUILD_ROOT%{l_prefix}/var/sasl/saslauthd/
mv $RPM_BUILD_ROOT%{l_prefix}/lib/sasl2 \
- $RPM_BUILD_ROOT%{l_prefix}/lib/sasl
+ $RPM_BUILD_ROOT%{l_prefix}/lib/sasl/
strip $RPM_BUILD_ROOT%{l_prefix}/sbin/* >/dev/null 2>&1 || true
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} \
%if "%{with_fsl}" == "yes"
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]