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 openpkg-web Date: 04-Jul-2003 20:39:34
Branch: HEAD Handle: 2003070419393301
Modified files:
openpkg-src/openldap openldap.spec
openpkg-web news.txt
Log:
rpmlint police: move into subdir of libexec
Summary:
Revision Changes Path
1.72 +3 -2 openpkg-src/openldap/openldap.spec
1.5268 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openldap/openldap.spec
============================================================================
$ cvs diff -u -r1.71 -r1.72 openldap.spec
--- openpkg-src/openldap/openldap.spec 1 Jul 2003 15:43:54 -0000 1.71
+++ openpkg-src/openldap/openldap.spec 4 Jul 2003 18:39:34 -0000 1.72
@@ -33,7 +33,7 @@
Group: Database
License: GPL
Version: 2.1.22
-Release: 20030701
+Release: 20030704
# package options
%option with_fsl yes
@@ -91,6 +91,7 @@
LIBS="%{l_fsl_libs}" \
./configure \
--prefix=%{l_prefix} \
+ --libexecdir=%{l_prefix}/libexec/openldap \
--localstatedir=%{l_prefix}/var/openldap \
--enable-ldbm \
--with-ldbm-api=berkeley \
@@ -115,7 +116,7 @@
rm -f $RPM_BUILD_ROOT%{l_prefix}/etc/openldap/*.default
rm -f $RPM_BUILD_ROOT%{l_prefix}/etc/openldap/*/*.default
- # Creating run-command script
+ # creating run-command script
%{l_shtool} mkdir -f -p -m 755 \
$RPM_BUILD_ROOT%{l_prefix}/etc/rc.d
%{l_shtool} install -c -m 755 \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5267 -r1.5268 news.txt
--- openpkg-web/news.txt 4 Jul 2003 18:36:15 -0000 1.5267
+++ openpkg-web/news.txt 4 Jul 2003 18:39:33 -0000 1.5268
@@ -1,3 +1,4 @@
+04-Jul-2003: Upgraded package: P<openldap-2.1.22-20030704>
04-Jul-2003: Upgraded package: P<nntpcache-3.0.1-20030704>
04-Jul-2003: Upgraded package: P<wv-0.7.6-20030704>
04-Jul-2003: Upgraded package: P<gimp-1.2.5-20030704>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]