OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-web, openpkg-src Date: 09-Sep-2002 11:12:35
Branch: HEAD Handle: 2002090910123401
Modified files:
openpkg-src/integrit integrit.spec
openpkg-web news.txt
Log:
Added i-ls utility and fixed installation due to broken Makefile template.
Summary:
Revision Changes Path
1.8 +18 -2 openpkg-src/integrit/integrit.spec
1.1511 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
Index: openpkg-src/integrit/integrit.spec
============================================================
$ cvs diff -u -r1.7 -r1.8 integrit.spec
--- openpkg-src/integrit/integrit.spec 8 Sep 2002 19:00:45 -0000 1.7
+++ openpkg-src/integrit/integrit.spec 9 Sep 2002 09:12:35 -0000 1.8
@@ -37,7 +37,7 @@
Group: System
License: GPL
Version: %{V_major}.%{V_minor}
-Release: 20020908
+Release: 20020909
# list of sources
Source0:
http://unc.dl.sourceforge.net/sourceforge/integrit/integrit-%{version}.tar.gz
@@ -73,7 +73,7 @@
%prep
%setup -q -n integrit-%{V_major}
- %patch0 -p1
+ %patch -p1
%build
CC="%{l_cc}" \
@@ -81,12 +81,23 @@
./configure \
--prefix=%{l_prefix}
%{l_make} %{l_mflags -O}
+ %{l_make} %{l_mflags -O} utils
%install
rm -rf $RPM_BUILD_ROOT
+ cd ./doc/
%{l_make} %{l_mflags} install \
prefix=$RPM_BUILD_ROOT%{l_prefix} \
exec_prefix=$RPM_BUILD_ROOT%{l_prefix}
+ cd ../utils/
+ %{l_make} %{l_mflags} install \
+ prefix=$RPM_BUILD_ROOT%{l_prefix} \
+ exec_prefix=$RPM_BUILD_ROOT%{l_prefix}
+ cd ../
+ %{l_shtool} install -c -m 644 \
+ integrit $RPM_BUILD_ROOT%{l_prefix}/sbin/
+
+ # install a default configuration
%{l_shtool} mkdir -f -p -m 755 \
$RPM_BUILD_ROOT%{l_prefix}/etc/integrit \
$RPM_BUILD_ROOT%{l_prefix}/share/integrit
@@ -94,7 +105,12 @@
%{SOURCE integrit.conf} \
$RPM_BUILD_ROOT%{l_prefix}/etc/integrit/
rm -f $RPM_BUILD_ROOT%{l_prefix}/info/dir
+
+ # strip binaries
+ strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
strip $RPM_BUILD_ROOT%{l_prefix}/sbin/* >/dev/null 2>&1 || true
+
+ # determine files
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
%{l_files_std} \
'%config %{l_prefix}/etc/integrit/*'
Index: openpkg-web/news.txt
============================================================
$ cvs diff -u -r1.1510 -r1.1511 news.txt
--- openpkg-web/news.txt 9 Sep 2002 08:32:01 -0000 1.1510
+++ openpkg-web/news.txt 9 Sep 2002 09:12:34 -0000 1.1511
@@ -1,3 +1,4 @@
+09-Sep-2002: Upgraded package: P<integrit-3.02.00-20020909>
09-Sep-2002: Upgraded package: P<openldap-2.1.4-20020909>
08-Sep-2002: Upgraded package: P<vim-6.1.174-20020908>
08-Sep-2002: Upgraded package: P<integrit-3.02.00-20020908>
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]