]> git.pld-linux.org Git - packages/argus.git/commitdiff
- adapter
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 27 Feb 2007 15:29:35 +0000 (15:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    argus.spec -> 1.3

argus.spec

index a287b433b5ee5b1dfe1361d6411a00190b3c672a..7521034166be7268b8cbaf431c6bea983536047e 100644 (file)
@@ -7,28 +7,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)
@@ -86,10 +86,10 @@ fi
 %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*
This page took 0.067238 seconds and 4 git commands to generate.