rpms/ntop/EL-5 ntop.spec,1.3,1.4

Huzaifa Sidhpurwala huzaifas at fedoraproject.org
Mon Oct 26 05:06:33 UTC 2009


Author: huzaifas

Update of /cvs/pkgs/rpms/ntop/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18785

Modified Files:
	ntop.spec 
Log Message:
Changes to build on EL-5


Index: ntop.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ntop/EL-5/ntop.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- ntop.spec	16 Apr 2009 05:59:06 -0000	1.3
+++ ntop.spec	26 Oct 2009 05:06:33 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           ntop
 Version:        3.3.9
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        A network traffic probe similar to the UNIX top command
 Group:          Applications/Internet
 License:        GPLv2 and BSD with advertising
@@ -13,16 +13,16 @@ Source4:        http://www.maxmind.com/d
 Patch1:         ntop-am.patch
 Patch2:         ntop-running-user.patch
 Patch3:         ntop-dbfile-default-dir.patch
-Patch4:         ntop-compile.patch
-Patch5:         ntop-enable-sslv3.patch
-Patch6:         ntop-geoip.patch
-Patch7:         ntop-http_c.patch
+Patch4:         ntop-enable-sslv3.patch
+Patch5:         ntop-geoip.patch
+Patch6:         ntop-http_c.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  autoconf, automake, pkgconfig, libtool, groff, libpcap-devel wget 
 BuildRequires:  gdbm-devel, gd-devel, rrdtool-devel, openssl-devel
 BuildRequires:  net-snmp-devel, pcre-devel, mysql-devel
 BuildRequires:  perl(ExtUtils::Embed)
 BuildRequires:  GeoIP-devel
+BuildRequires:	tcp_wrappers
 Requires:       initscripts, graphviz
 Requires(post): /sbin/chkconfig      
 Requires(post): openssl >= 0.9.7f-4, /bin/cat
@@ -67,10 +67,9 @@ find . \( -name \*\.gz -o -name \*\.c -o
 %patch1 -p1 -b .am
 %patch2 -p1 -b .user
 %patch3 -p1 -b .dbfile-default-dir
-%patch4 -p1 -b .compile
-%patch5 -p1 -b .sslv3
-%patch6 -p1 -b .geo
-%patch7 -p1 -b .http_c
+%patch4 -p1 -b .sslv3
+%patch5 -p1 -b .geo
+%patch6 -p1 -b .http_c
 
 
 %build
@@ -187,6 +186,11 @@ fi
 %{_localstatedir}/lib/ntop/rrd
 
 %changelog
+* Mon Oct 26 2009 Huzaifa Sidhpurwala <huzaifas at redhat.com> - 3.3.9-6
+- Remove compile patch
+- Add BR as tcp_wrappers
+- Version bump
+
 * Thu Apr 16 2009 Huzaifa Sidhpurwala <huzaifas at redhat.com> - 3.3.9-5
 - Bump to latest fedora version 
 




More information about the fedora-extras-commits mailing list