]> git.pld-linux.org Git - packages/ntop.git/blobdiff - ntop.spec
- 4.0.1
[packages/ntop.git] / ntop.spec
index 267bd986c408b7973661944749ef9369e81845c4..7dc8be7eb4a469361159385c0d3c5ffe4c280062 100644 (file)
--- a/ntop.spec
+++ b/ntop.spec
+# TODO
+# - see if it uses system files for ettercap and geoip, ieee-oui files we did not package
+# - see where plugins are needed in plugin dir or in system dir
+# - fix init script (--redirdfs is bogus?)
+#
+# Conditional build:
+%bcond_with    mysql   # with mysql support
+
 Summary:       Network monitoring tool
-Summary(pl):   Narzêdzie do monitorowania sieci
+Summary(pl.UTF-8):     Narzędzie do monitorowania sieci
 Name:          ntop
-Version:       2.2
-Release:       0.2
-License:       GPL
+Version:       4.0.1
+Release:       0.1
+License:       GPL v3+
 Group:         Networking
-Source0:       http://dl.sourceforge.net/ntop/%{name}-%{version}.tgz
-# Source0-md5: 4586e4173fcab64d2394502603fc73aa
+Source0:       http://downloads.sourceforge.net/ntop/%{name}-%{version}.tar.gz
+# Source0-md5: 22f916327f0e92d8c470aaadcb80d84d
 Source1:       %{name}.init
 Source2:       %{name}.sysconfig
-Source3:       %{name}.conf
-Patch0:                %{name}-acam.patch
-Patch1:                %{name}-externallib.patch
-Patch2:                %{name}-perl.patch
+Patch0:                %{name}-conf.patch
+Patch1:                %{name}-config.patch
+Patch2:                %{name}-am.patch
+Patch3:                %{name}-lua_wget.patch
+Patch4:                %{name}-http_c.patch
+Patch5:                %{name}-running-user.patch
+Patch6:                ieee-oui.patch
+Patch7:                %{name}-install.patch
 URL:           http://www.ntop.org/
+BuildRequires: GeoIP-devel
 BuildRequires: autoconf
-BuildRequires: automake
+BuildRequires: automake >= 1.6
+BuildRequires: gawk
 BuildRequires: gd-devel >= 2.0.1
 BuildRequires: gdbm-devel >= 1.8.3
+BuildRequires: gdome2-devel
+BuildRequires: glib2-devel
+BuildRequires: libdbi-devel
+BuildRequires: libevent-devel >= 1.4.0
 BuildRequires: libpcap-devel
 BuildRequires: libpng-devel
 BuildRequires: libtiff-devel
-BuildRequires: libwrap-devel
 BuildRequires: libtool
+BuildRequires: libwrap-devel
+BuildRequires: lua51-devel
 BuildRequires: ncurses-devel >= 5.2
+BuildRequires: net-snmp-devel
 BuildRequires: openssl-devel >= 0.9.7d
+BuildRequires: perl-devel
 BuildRequires: readline-devel >= 4.2
+BuildRequires: rpmbuild(macros) >= 1.268
+BuildRequires: rrdtool-devel >= 1.1.0
 BuildRequires: zlib-devel
-PreReq:                rc-scripts
-Requires(pre): /usr/bin/getgid
-Requires(pre): /bin/id
-Requires(pre): /usr/sbin/groupadd
-Requires(pre): /usr/sbin/useradd
-Requires(post,preun):  /sbin/chkconfig
 Requires(post,postun): /sbin/ldconfig
+Requires(post,preun):  /sbin/chkconfig
 Requires(postun):      /usr/sbin/groupdel
 Requires(postun):      /usr/sbin/userdel
+Requires(pre): /bin/id
+Requires(pre): /usr/bin/getgid
+Requires(pre): /usr/sbin/groupadd
+Requires(pre): /usr/sbin/useradd
+Requires:      ieee-oui
+Requires:      rc-scripts >= 0.4.2.8
+# maybe is optional, needs checking
+Suggests:      GeoIP-db-City
+Suggests:      GeoIP-db-IPASNum
+Suggests:      ettercap
+Provides:      group(ntop)
+Provides:      user(ntop)
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define                _localstatedir          /var/lib
+
 %description
 ntop is a tool that shows the network usage, similar to what the
 popular top Unix command does.
 
-%description -l pl
-ntop to narzêdzie, które pokazuje u¿ycie sieci w podobny sposób jak
-robi to popularna Unixowa komenda top.
+%description -l pl.UTF-8
+ntop to narzędzie, które pokazuje użycie sieci w podobny sposób jak
+robi to popularna uniksowa komenda top.
 
 %prep
 %setup -q
-#%%patch0 -p1
-cd %{name}*
-%patch2 -p1
-cd ../gdchart*
+%patch0 -p1
 %patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
+%patch5 -p1
+%patch6 -p1
+%patch7 -p1
+
+# taken from autogen.sh
+cp -f %{_aclocaldir}/libtool.m4 libtool.m4.in
+cat acinclude.m4.in libtool.m4.in acinclude.m4.ntop > acinclude.m4
 
 %build
-cd gdchart*
-rm -rf gd-* zlib-*
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
-%configure
-%{__make}
-
-cd ../%{name}*
-#mv -f acinclude.m4.in acinclude.m4
-#rm -f missing
-#%%{__libtoolize}
-%{__aclocal}
-%{__autoconf}
+%{__autoheader}
 %{__automake}
+# "verified.awk -u" calls require gawk
 %configure \
-       --with-ossl-root=%{_prefix} \
-       --with-gdchart-root=`pwd`/../gdchart0.94c \
-       --enable-tcpwrap \
+       AWK=gawk \
+       --disable-static \
        --with-gnu-ld \
-       --enable-i18n \
-       --enable-showoses \
-       --localstatedir=%{_var}/lib/%{name} || true
-
-%configure \
        --with-ossl-root=%{_prefix} \
-       --with-gdchart-root=`pwd`/../gdchart0.94c \
-       --enable-tcpwrap \
-       --with-gnu-ld \
-       --localstatedir=%{_var}/lib/%{name}
+       --with-tcpwrap \
+       --enable-snmp \
+       %{?with_mysql:--enable-mysql}
 
-
-%{__make}
-cd plugins
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-cd %{name}*
-install -d     $RPM_BUILD_ROOT{%{_var}/lib/%{name},/etc/{rc.d/init.d,sysconfig}}
+install -d $RPM_BUILD_ROOT{%{_localstatedir}/ntop/rrd,/etc/{rc.d/init.d,sysconfig},%{_sbindir}}
 
 %{__make} install \
+       GEOIP_FILES= \
+       OUI_FILES= \
+       ETTER_PASSIVE= \
        DESTDIR=$RPM_BUILD_ROOT
 
-#mv $RPM_BUILD_ROOT%{_bindir}/*.pem $RPM_BUILD_ROOT%{_datadir}/%{name}
+install -p %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/ntop
+cp -a %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/ntop
+cp -a packages/RedHat/ntop.conf.sample $RPM_BUILD_ROOT%{_sysconfdir}/ntop.conf
 
-install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/ntop
-install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/ntop
-install %{SOURCE3} $RPM_BUILD_ROOT/etc/ntop.conf
+# these are identical files according to find-debuginfo
+for p in icmpPlugin lastSeenPlugin netflowPlugin cpacketPlugin rrdPlugin sflowPlugin; do
+       ln -snf ../../lib$p-%{version}.so $RPM_BUILD_ROOT%{_libdir}/ntop/plugins/$p.so
+done
+
+ln -s %{_datadir}/oui.txt $RPM_BUILD_ROOT%{_sysconfdir}/ntop/oui.txt
+
+# no -devel
+rm -f $RPM_BUILD_ROOT%{_libdir}{,/ntop/plugins}/*.la
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %pre
-if [ -n "`getgid ntop`" ]; then
-        if [ "`getgid ntop`" != "120" ]; then
-                echo "Error: group ntop doesn't have gid=120. Correct this before installing ntop." 1>&2
-                exit 1
-        fi
-else
-        /usr/sbin/groupadd -g 120 -r -f ntop
-fi
-if [ -n "`id -u ntop 2>/dev/null`" ]; then
-        if [ "`id -u ntop`" != "120" ]; then
-                echo "Error: user ntop doesn't have uid=120. Correct this before installing ntop." 1>&2
-                exit 1
-        fi
-else
-        /usr/sbin/useradd -u 120 -r -d /var/lib/ntop -s /bin/false -c "ntop User" -g ntop ntop 1>&2
-fi
+%groupadd -g 120 ntop
+%useradd -u 120 -d %{_localstatedir}/ntop -s /bin/false -c "ntop User" -g ntop ntop
 
 %post
 /sbin/ldconfig
 /sbin/chkconfig --add ntop
-if [ -f /var/lock/subsys/ntop ]; then
-       /etc/rc.d/init.d/ntop restart >&2
-else
-       echo "Run \"/etc/rc.d/init.d/ntop start\" to start ntop daemon." >&2
-fi
+%service ntop restart "ntop daemon"
 
 %preun
 if [ "$1" = "0" ]; then
-        if [ -f /var/lock/subsys/ntop ]; then
-                /etc/rc.d/init.d/ntop stop 1>&2
-        fi
-        /sbin/chkconfig --del ntop
+       %service ntop stop
+       /sbin/chkconfig --del ntop
 fi
 
 %postun
 /sbin/ldconfig
 if [ "$1" = "0" ]; then
-        /usr/sbin/userdel ntop
-        /usr/sbin/groupdel ntop
+       %userremove ntop
+       %groupremove ntop
 fi
 
 %files
 %defattr(644,root,root,755)
-%doc ntop/AUTHORS ntop/NEWS ntop/README ntop/THANKS
-#ntop/docs/1STRUN.TXT ntop/docs/FAQ
-%dir %{_var}/lib/%{name}
-%attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_libdir}/lib*
+%doc AUTHORS ChangeLog NEWS README THANKS docs/{1STRUN.txt,FAQ}
+%attr(750,root,ntop) %dir %{_sysconfdir}/ntop
+%attr(640,root,ntop) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ntop/ntop-cert.pem
+%attr(640,root,ntop) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ntop/oui.txt
+%attr(640,root,ntop) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ntop/specialMAC.txt.gz
+%attr(660,root,ntop) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ntop.conf
+%attr(754,root,root) /etc/rc.d/init.d/ntop
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/ntop
+%attr(755,root,root) %{_sbindir}/ntop
+%attr(755,root,root) %{_libdir}/lib*.so
 %attr(755,root,root) %{_datadir}/%{name}
-#%%{_libdir}/lib*.la
 %dir %{_libdir}/%{name}
 %attr(755,root,root) %{_libdir}/%{name}/plugins
-%{_mandir}/man*/*
-%attr(754,root,root) /etc/rc.d/init.d/ntop
-%attr(640,root,root) /etc/sysconfig/ntop
-%attr(644,ntop,ntop) %config(noreplace) %verify(not size mtime md5) /etc/ntop.conf
+%{_mandir}/man8/ntop.8*
+
+%attr(770,root,ntop) %dir %{_localstatedir}/ntop
+%attr(770,root,ntop) %dir %{_localstatedir}/ntop/rrd
This page took 0.07282 seconds and 4 git commands to generate.