forked from pool/argus
This commit is contained in:
committed by
Git OBS Bridge
parent
724f963737
commit
d438c81e96
33
argus.spec
33
argus.spec
@@ -1,10 +1,17 @@
|
||||
#
|
||||
# spec file for package argus (Version 2.0.6)
|
||||
# spec file for package argus (Version 3.0.0)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
@@ -17,17 +24,16 @@ License: BSD 3-Clause; LGPL v2.1 or later; Restricted Shareware; X11/MIT
|
||||
Group: Productivity/Networking/Diagnostic
|
||||
AutoReqProv: on
|
||||
Summary: Network Monitoring Tool
|
||||
Version: 2.0.6
|
||||
Release: 123
|
||||
Version: 3.0.0
|
||||
Release: 1
|
||||
Url: http://www.qosient.com/argus/
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source1: rc.argus
|
||||
Source2: sysconfig.argus
|
||||
Source3: README.SuSE
|
||||
Source4: argus_linux.8.gz
|
||||
Patch: %{name}-%{version}-fixes-1.patch
|
||||
#Patch: %{name}-%{version}-fixes-1.patch
|
||||
Patch1: %{name}-%{version}-libpcap.diff
|
||||
Patch2: %{name}-%{version}-uninitialized.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%package server
|
||||
@@ -61,9 +67,8 @@ Authors:
|
||||
|
||||
%prep
|
||||
%setup -n argus-%{version}
|
||||
%patch -p1
|
||||
# %patch -p1
|
||||
%patch1
|
||||
%patch2
|
||||
cp %{S:3} .
|
||||
cp %{S:4} man/man8/
|
||||
|
||||
@@ -76,7 +81,7 @@ make
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
install -d -m 755 $RPM_BUILD_ROOT{/etc/init.d,/sbin,/usr/{sbin,bin,share/man},%{_docdir}}
|
||||
install -m 700 bin/argus_linux $RPM_BUILD_ROOT/usr/sbin/argus
|
||||
install -m 700 bin/argus $RPM_BUILD_ROOT/usr/sbin/argus
|
||||
install -m 700 bin/arg* $RPM_BUILD_ROOT/usr/bin/
|
||||
rm -f $RPM_BUILD_ROOT/usr/bin/argus_linux
|
||||
( cd man
|
||||
@@ -121,6 +126,14 @@ rm -rf %{buildroot}
|
||||
/var/adm/fillup-templates/sysconfig.argus
|
||||
|
||||
%changelog
|
||||
* Fri Sep 12 2008 anosek@suse.cz
|
||||
- updated to version 3.0.0
|
||||
- Use SASL for security
|
||||
- 64-bit Architecture Support
|
||||
- New Record Format
|
||||
- More protocols like IPv6, MPLS, VLANS
|
||||
- dropped obsoleted patch (uninitialized.patch)
|
||||
- disabled patch fixes-1.patch
|
||||
* Mon Jun 02 2008 crrodriguez@suse.de
|
||||
- needs fno-strict-aliasing
|
||||
* Thu Jul 26 2007 prusnak@suse.cz
|
||||
|
Reference in New Issue
Block a user