[packages/tiger] up to 3.2.3 (2008-09-10)
glen
glen at pld-linux.org
Wed Jun 26 22:36:34 CEST 2013
commit 6e7ec2871832464c8616206267a4f325315abfad
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Wed Jun 26 23:18:05 2013 +0300
up to 3.2.3 (2008-09-10)
tiger.spec | 23 ++++++++++++++++++-----
1 file changed, 18 insertions(+), 5 deletions(-)
---
diff --git a/tiger.spec b/tiger.spec
index f50780d..df73d2b 100644
--- a/tiger.spec
+++ b/tiger.spec
@@ -1,11 +1,11 @@
Summary: Security auditing on UNIX systems
Name: tiger
-Version: 3.2.2
+Version: 3.2.3
Release: 0.1
License: GPL+
Group: Applications/System
Source0: http://savannah.nongnu.org/download/tiger/%{name}-%{version}.tar.gz
-# Source0-md5: 00e85a371989a533164beaea8ed5af01
+# Source0-md5: f41076f645da9de937819bf6d516e546
URL: http://www.nongnu.org/tiger/
Source2: %{name}.cron
Source3: %{name}.ignore
@@ -27,16 +27,25 @@ understand and easy to enhance.
%prep
%setup -q
-find -name "*.rpmorig" -o -name "*.orig" -o -name "*.old" -delete
-
recode ISO-8859-1..UTF-8 man/tiger.8.in
install -d examples
cp -p cronrc tigerrc tigerrc-all tigerrc-dist tigerrc-TAMU \
site-sample site-saturn %{SOURCE4} examples
+# hack around debianism:
+# ../util/genmsgidx[79]: tempfile: not found
+cat > tempfile <<EOF
+#!/bin/sh
+exec mktemp
+EOF
+chmod a+rx tempfile
+
%build
-autoreconf -i
+export PATH=$PATH:$(pwd)
+
+%{__aclocal}
+%{__autoconf}
%configure \
--with-tigerhome=%{_libdir}/%{name} \
--with-tigerwork=%{_localstatedir}/run/tiger/work \
@@ -44,6 +53,10 @@ autoreconf -i
--with-tigerbin=%{_sbindir} \
--with-tigerconfig=%{_sysconfdir}/tiger
+# HACK: avoid updating it, as scripts broken
+touch doc/explain.idx
+%{__make} -j1 -C doc
+
%{__make}
%install
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/tiger.git/commitdiff/6e7ec2871832464c8616206267a4f325315abfad
More information about the pld-cvs-commit
mailing list