OpenPKG CVS Repository
http://www.openpkg.org/cvsweb/cvsweb.cgi
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-web, openpkg-src Date: 26-Aug-2002 19:16:13
Branch: HEAD Handle: 2002082618161102
Modified files:
openpkg-src/integrit integrit.spec
openpkg-web news.txt
Log:
Added sample configuration file.
Summary:
Revision Changes Path
1.5 +12 -3 openpkg-src/integrit/integrit.spec
1.1421 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
Index: openpkg-src/integrit/integrit.spec
============================================================
$ cvs diff -u -r1.4 -r1.5 integrit.spec
--- openpkg-src/integrit/integrit.spec 22 Aug 2002 14:41:07 -0000 1.4
+++ openpkg-src/integrit/integrit.spec 26 Aug 2002 17:16:13 -0000 1.5
@@ -37,10 +37,11 @@
Group: System
License: GPL
Version: %{V_major}.%{V_minor}
-Release: 20020822
+Release: 20020826
# list of sources
Source0:
http://unc.dl.sourceforge.net/sourceforge/integrit/integrit-%{version}.tar.gz
+Source1: integrit.conf
Patch0: integrit.patch
# build information
@@ -86,12 +87,20 @@
%{l_make} %{l_mflags} install \
prefix=$RPM_BUILD_ROOT%{l_prefix} \
exec_prefix=$RPM_BUILD_ROOT%{l_prefix}
+ %{l_shtool} mkdir -f -p -m 755 \
+ $RPM_BUILD_ROOT%{l_prefix}/etc/integrit \
+ $RPM_BUILD_ROOT%{l_prefix}/share/integrit
+ %{l_shtool} install -c -m 644 -e 's;@l_prefix@;%{l_prefix};g' \
+ %{SOURCE integrit.conf} \
+ $RPM_BUILD_ROOT%{l_prefix}/etc/integrit/
rm -f $RPM_BUILD_ROOT%{l_prefix}/info/dir
strip $RPM_BUILD_ROOT%{l_prefix}/sbin/* >/dev/null 2>&1 || true
- %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
+ %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
+ %{l_files_std} \
+ '%config %{l_prefix}/etc/integrit/*'
%files -f files
%clean
- rm -rf $RPM_BUILD_ROOT
+# rm -rf $RPM_BUILD_ROOT
Index: openpkg-web/news.txt
============================================================
$ cvs diff -u -r1.1420 -r1.1421 news.txt
--- openpkg-web/news.txt 26 Aug 2002 16:28:27 -0000 1.1420
+++ openpkg-web/news.txt 26 Aug 2002 17:16:11 -0000 1.1421
@@ -1,3 +1,4 @@
+26-Aug-2002: Upgraded package: P<integrit-3.01.03-20020826>
26-Aug-2002: Upgraded package: P<neon-0.23.1-20020826>
26-Aug-2002: Upgraded package: P<sqlite-2.7.0-20020826>
26-Aug-2002: Upgraded package: P<openldap-2.1.4-20020826>
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]