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: 26-Jan-2003 10:52:22
Branch: HEAD Handle: 2003012609522101
Modified files:
openpkg-src/tripwire tripwire.spec
openpkg-web news.txt
Log:
More work on this package. It unfortunately still does not
build correctly because it still tries to link stlport_gcc.
Summary:
Revision Changes Path
1.3 +13 -27 openpkg-src/tripwire/tripwire.spec
1.3050 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/tripwire/tripwire.spec
============================================================================
$ cvs diff -u -r1.2 -r1.3 tripwire.spec
--- openpkg-src/tripwire/tripwire.spec 24 Jan 2003 11:36:57 -0000 1.2
+++ openpkg-src/tripwire/tripwire.spec 26 Jan 2003 09:52:22 -0000 1.3
@@ -23,16 +23,15 @@
## SUCH DAMAGE.
##
+# package versions
%define V_tripwire 2.3.1
%define V_lvl 2
-%define V_stlport 4.5.3
-
%define V_openpkg %{V_tripwire}.%{V_lvl}
%define V_vendor %{V_tripwire}-%{V_lvl}
# package information
Name: tripwire
-Summary: File and directory integrity checker
+Summary: File and Directory Integrity Checker
URL: http://www.tripwire.org/
Vendor: Tripwire, Inc
Packager: The OpenPKG Project
@@ -40,10 +39,11 @@
Group: Security
License: GPL
Version: %{V_openpkg}
-Release: 20030124
+Release: 20030126
# list of sources
Source0:
http://osdn.dl.sourceforge.net/sourceforge/tripwire/tripwire-%{V_vendor}.tar.gz
+Patch0: tripwire.patch
# build information
Prefix: %{l_prefix}
@@ -58,42 +58,28 @@
allows system administrators to verify the integrity of their data.
%prep
- %setup0 -q -n tripwire-%{V_vendor}
+ %setup -q -n tripwire-%{V_vendor}
+ %patch -p0
%build
case "%{l_target}" in
- *-freebsd*)
- syspre="i386-unknown-freebsd"
- ;;
- *-linux*)
- syspre="i686-pc-linux"
- ;;
- *-solaris*)
- syspre="sparc-linux"
- ;;
- *-netbsd*)
- syspre="i386-unknown-openbsd"
- ;;
- *)
- echo "ERROR: Unsupport platform '%{l_target}'"
- exit 1
- ;;
+ *-freebsd* ) syspre="i386-unknown-freebsd" ;;
+ *-linux* ) syspre="i686-pc-linux" ;;
+ *-solaris* ) syspre="sparc-linux" ;;
+ *-netbsd* ) syspre="i386-unknown-openbsd" ;;
+ *) echo "ERROR: Unsupport platform '%{l_target}'"; exit 1 ;;
esac
-
cd src
-
%{l_shtool} subst \
-e '/^targets/s/STLport_r//' \
Makefile
touch STLport_r
-
- for f in cryptolib/*.mak; do
+ for f in cryptlib/*.mak; do
%{l_shtool} subst \
- -e 's;-[IL]../STLPort[^[:blank]]*;;' \
+ -e 's;-[IL]../STLPort[^[:blank:]]*;;' \
-e 's;stlport_gcc;stdc++;' \
$f
done
-
%{l_make} %{l_mflags -O} release \
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.3049 -r1.3050 news.txt
--- openpkg-web/news.txt 26 Jan 2003 08:10:43 -0000 1.3049
+++ openpkg-web/news.txt 26 Jan 2003 09:52:21 -0000 1.3050
@@ -1,3 +1,4 @@
+26-Jan-2003: Upgraded package: P<tripwire-2.3.1.2-20030126>
26-Jan-2003: Upgraded package: P<expat-1.95.6-20030126>
25-Jan-2003: Upgraded package: P<perl-util-20030125-20030125>
25-Jan-2003: Upgraded package: P<sqlite-2.7.6-20030125>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]