SPECS: argus.spec - adapter

glen glen at pld-linux.org
Tue Feb 27 16:29:40 CET 2007


Author: glen                         Date: Tue Feb 27 15:29:40 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- adapter

---- Files affected:
SPECS:
   argus.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/argus.spec
diff -u SPECS/argus.spec:1.2 SPECS/argus.spec:1.3
--- SPECS/argus.spec:1.2	Tue Feb 27 16:28:43 2007
+++ SPECS/argus.spec	Tue Feb 27 16:29:35 2007
@@ -8,28 +8,28 @@
 %bcond_without	tcp_wrappers	# build with tcp_wrappers support
 %bcond_without	sasl		# build with sasl support
 #
-Summary:	Real time network flow monitor
-Summary(pl.UTF-8):	Monitor obciążenia sieci czasu rzeczywistego
-Name:		argus
 %define		_ver_major	3.0
 %define		_ver_minor	.0
 %define		_rc		.rc.40
+Summary:	Real time network flow monitor
+Summary(pl.UTF-8):	Monitor obciążenia sieci czasu rzeczywistego
+Name:		argus
 Version:	%{_ver_major}%{_ver_minor}%{_rc}
 Release:	0.1
 License:	GPL v2
 Group:		Applications/Networking
-Source0:	ftp://qosient.com/dev/%{name}-%{_ver_major}/%{name}-%{version}.tar.gz
+Source0:	ftp://qosient.com/dev/argus-%{_ver_major}/%{name}-%{version}.tar.gz
 # Source0-md5:	49047be6450c6255cceb3fb9bfe3caed
 Source1:	%{name}.conf
 Source2:	%{name}.init
 Source3:	%{name}.sysconfig
 URL:		http://www.qosient.com/argus/
-BuildRequires:	rpmbuild(macros) >= 1.268
-Requires(post,preun):	/sbin/chkconfig
-BuildRequires:	libpcap-devel
 BuildRequires:	bison
-%{?with_tcp_wrappers:BuildRequires:	libwrap-devel}
 %{?with_tcp_wrappers:BuildRequires:	cyrus-sasl-devel}
+BuildRequires:	libpcap-devel
+%{?with_tcp_wrappers:BuildRequires:	libwrap-devel}
+BuildRequires:	rpmbuild(macros) >= 1.268
+Requires(post,preun):	/sbin/chkconfig
 Requires:	rc-scripts
 Provides:	group(argus)
 Provides:	user(argus)
@@ -87,13 +87,13 @@
 %attr(755,root,root) %{_bindir}/argusbug
 %attr(755,root,root) %{_sbindir}/argus
 %attr(754,root,root) /etc/rc.d/init.d/%{name}
-%dir /etc/%{name}
-%config(noreplace) %verify(not md5 mtime size) /etc/%{name}/%{name}.conf
+%dir %{_sysconfdir}/%{name}
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/%{name}.conf
 %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
 %dir %{_var}/log/%{name}
 %attr(640,argus,root,) %ghost %{_var}/log/%{name}/%{name}.log
-%{_mandir}/man5/argus.conf.5.gz
-%{_mandir}/man8/argus.8.gz
+%{_mandir}/man5/argus.conf.5*
+%{_mandir}/man8/argus.8*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -101,6 +101,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2007/02/27 15:29:35  glen
+- adapter
+
 Revision 1.2  2007/02/27 15:28:43  glen
 - deps for %service
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/argus.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list