]> git.pld-linux.org Git - packages/ntop.git/blame - ntop.spec
- outdated
[packages/ntop.git] / ntop.spec
CommitLineData
3f97aafa 1Summary: Network monitoring tool
e89446b9 2Summary(pl.UTF-8): Narzędzie do monitorowania sieci
3f97aafa 3Name: ntop
d41c3295
AM
4Version: 3.3
5Release: 1
3f97aafa 6License: GPL
9eec0d7a 7Group: Networking
d41c3295
AM
8Source0: http://dl.sourceforge.net/ntop/%{name}-%{version}.tar.gz
9# Source0-md5: a0e52a85587c8a5519d822d04862dab4
81772bff 10Source1: %{name}.init
11Source2: %{name}.sysconfig
1db42d64
JB
12Patch0: %{name}-plugins_makefile.patch
13Patch1: %{name}-conf.patch
8005772a
ER
14Patch3: %{name}-config.patch
15Patch4: %{name}-am.patch
3f97aafa 16URL: http://www.ntop.org/
03329ce3 17BuildRequires: autoconf
fd17b5c4 18BuildRequires: automake >= 1.6
9e8c6481 19BuildRequires: gawk
23c07473 20BuildRequires: gd-devel >= 2.0.1
8aa70f00 21BuildRequires: gdbm-devel >= 1.8.3
26a5ca45
ER
22BuildRequires: gdome2-devel
23BuildRequires: glib2-devel
3f97aafa 24BuildRequires: libpcap-devel
03329ce3 25BuildRequires: libpng-devel
ad718851 26BuildRequires: libtiff-devel
03329ce3 27BuildRequires: libtool
9e8c6481 28BuildRequires: libwrap-devel
75909d05 29BuildRequires: ncurses-devel >= 5.2
6ebc82ab 30BuildRequires: openssl-devel >= 0.9.7d
75909d05 31BuildRequires: readline-devel >= 4.2
e5996737 32BuildRequires: rpmbuild(macros) >= 1.202
411f46d0 33BuildRequires: rpmbuild(macros) >= 1.268
fd17b5c4 34BuildRequires: rrdtool-devel >= 1.1.0
fe6022b1 35BuildRequires: zlib-devel
8005772a
ER
36Requires(post,postun): /sbin/ldconfig
37Requires(post,preun): /sbin/chkconfig
38Requires(postun): /usr/sbin/groupdel
39Requires(postun): /usr/sbin/userdel
31edeabf 40Requires(pre): /bin/id
1b68ade4 41Requires(pre): /usr/bin/getgid
31edeabf
JB
42Requires(pre): /usr/sbin/groupadd
43Requires(pre): /usr/sbin/useradd
8005772a 44Requires: rc-scripts
1b68ade4 45Provides: group(ntop)
46Provides: user(ntop)
3f97aafa
AM
47BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
48
1dced15e 49%define _localstatedir /var/lib
9e8c6481 50
3f97aafa
AM
51%description
52ntop is a tool that shows the network usage, similar to what the
53popular top Unix command does.
54
66d0b5be
JR
55%description -l pl.UTF-8
56ntop to narzędzie, które pokazuje użycie sieci w podobny sposób jak
5997acdb 57robi to popularna uniksowa komenda top.
3f97aafa
AM
58
59%prep
8005772a 60%setup -q
1db42d64 61%patch0 -p1
32b74bbf 62%patch1 -p1
9e8c6481 63%patch3 -p1
8005772a 64%patch4 -p1
9e8c6481
JB
65
66# kill libtool.m4 copy
67cp -f acinclude.m4.ntop acinclude.m4
3f97aafa
AM
68
69%build
9e8c6481 70%{__libtoolize}
8c73db90 71%{__aclocal}
aa754682 72%{__autoconf}
5c8a70e7 73%{__automake}
9e8c6481 74# "verified.awk -u" calls require gawk
d4bb730c 75%configure \
9e8c6481
JB
76 AWK=gawk \
77 --disable-static \
fb98146d 78 --enable-i18n \
fe6022b1 79 --with-gnu-ld \
9e8c6481
JB
80 --with-ossl-root=%{_prefix} \
81 --with-tcpwrap
8597cd3b 82
593fe373 83%{__make}
3f97aafa
AM
84
85%install
9eec0d7a 86rm -rf $RPM_BUILD_ROOT
1dced15e 87install -d $RPM_BUILD_ROOT{%{_localstatedir}/ntop/rrd,/etc/{rc.d/init.d,sysconfig},%{_sbindir}}
3f97aafa 88
fe6022b1
AM
89%{__make} install \
90 DESTDIR=$RPM_BUILD_ROOT
8597cd3b 91
81772bff 92install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/ntop
93install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/ntop
8005772a 94install packages/RedHat/ntop.conf.sample $RPM_BUILD_ROOT%{_sysconfdir}/ntop.conf
81772bff 95
8005772a
ER
96# no -devel
97rm -f $RPM_BUILD_ROOT%{_libdir}{,/ntop/plugins}/*.la
c0b31d44 98
3f97aafa 99%clean
215b65a5 100rm -rf $RPM_BUILD_ROOT
3f97aafa 101
94207320 102%pre
e5996737 103%groupadd -g 120 ntop
1dced15e 104%useradd -u 120 -d %{_localstatedir}/ntop -s /bin/false -c "ntop User" -g ntop ntop
94207320 105
ffc5999b 106%post
94207320 107/sbin/ldconfig
108/sbin/chkconfig --add ntop
411f46d0 109%service ntop restart "ntop daemon"
94207320 110
111%preun
112if [ "$1" = "0" ]; then
411f46d0 113 %service ntop stop
b87b7487 114 /sbin/chkconfig --del ntop
94207320 115fi
116
ffc5999b 117%postun
94207320 118/sbin/ldconfig
119if [ "$1" = "0" ]; then
1b68ade4 120 %userremove ntop
121 %groupremove ntop
94207320 122fi
fe6022b1 123
3f97aafa
AM
124%files
125%defattr(644,root,root,755)
fd17b5c4 126%doc AUTHORS ChangeLog NEWS README THANKS docs/{1STRUN.txt,FAQ}
1dced15e
ER
127%attr(770,root,ntop) %dir %{_localstatedir}/ntop
128%attr(770,root,ntop) %dir %{_localstatedir}/ntop/rrd
8005772a
ER
129%attr(755,root,root) %{_sbindir}/*
130%attr(755,root,root) %{_libdir}/lib*.so
2a2238a1 131%attr(755,root,root) %{_datadir}/%{name}
041f4633 132%dir %{_libdir}/%{name}
215b65a5 133%attr(755,root,root) %{_libdir}/%{name}/plugins
3f97aafa 134%{_mandir}/man*/*
31edeabf 135%attr(754,root,root) /etc/rc.d/init.d/ntop
8005772a
ER
136%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/ntop
137%attr(750,root,ntop) %dir %{_sysconfdir}/ntop
138%attr(640,root,ntop) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ntop/*
fd17b5c4 139%attr(660,root,ntop) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ntop.conf
This page took 0.583257 seconds and 4 git commands to generate.