SPECS: argus.spec - added missing BRs, fixed compilation on AMD64 ...
gotar
gotar at pld-linux.org
Mon Feb 25 20:28:23 CET 2008
Author: gotar Date: Mon Feb 25 19:28:23 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added missing BRs, fixed compilation on AMD64 and installation
---- Files affected:
SPECS:
argus.spec (1.21 -> 1.22)
---- Diffs:
================================================================
Index: SPECS/argus.spec
diff -u SPECS/argus.spec:1.21 SPECS/argus.spec:1.22
--- SPECS/argus.spec:1.21 Tue Sep 11 14:30:07 2007
+++ SPECS/argus.spec Mon Feb 25 20:28:17 2008
@@ -22,8 +22,11 @@
Source3: %{name}.sysconfig
Source4: %{name}.logrotate
URL: http://www.qosient.com/argus/
+BuildRequires: autoconf
+BuildRequires: automake
BuildRequires: bison
%{?with_sasl:BuildRequires: cyrus-sasl-devel}
+BuildRequires: flex
BuildRequires: libpcap-devel
%{?with_tcp_wrappers:BuildRequires: libwrap-devel}
BuildRequires: rpmbuild(macros) >= 1.268
@@ -51,6 +54,12 @@
%setup -q
%build
+rm -r config/*
+cp -f %{_datadir}/automake/{config.sub,install-sh} config
+: > config/mkinstalldirs
+chmod +x config/mkinstalldirs
+%{__aclocal}
+%{__autoconf}
%configure \
--with%{!?with_tcp_wrappers:out}-libwrap \
--with%{!?with_sasl:out}-sasl
@@ -111,6 +120,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.22 2008-02-25 19:28:17 gotar
+- added missing BRs, fixed compilation on AMD64 and installation
+
Revision 1.21 2007-09-11 12:30:07 gotar
- oops, it's 3.7-4 not 3.7.4
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/argus.spec?r1=1.21&r2=1.22&f=u
More information about the pld-cvs-commit
mailing list