Hello community,

here is the log from the commit of package iptraf for openSUSE:Factory
checked in at Wed Apr 6 12:03:20 CEST 2011.



--------
--- iptraf/iptraf.changes       2010-02-14 00:05:12.000000000 +0100
+++ iptraf/iptraf.changes       2011-04-04 13:16:04.000000000 +0200
@@ -1,0 +2,11 @@
+Mon Apr  4 11:15:56 UTC 2011 - jeng...@medozas.de
+
+- Run spec-beautifier
+
+-------------------------------------------------------------------
+Mon Apr  4 10:39:37 UTC 2011 - pu...@novell.com
+
+- switch to iptraf-ng (thanks jeng...@medozas.de) 
+- drop all patches (merged upstream)
+
+-------------------------------------------------------------------
@@ -170,0 +182 @@
+

calling whatdependson for head-i586


Old:
----
  iptraf-3.0.0-dev.patch
  iptraf-3.0.0-euid-fix.patch
  iptraf-3.0.0-fd.patch
  iptraf-3.0.0-fix-promisc-crash.patch
  iptraf-3.0.0-gcc45.patch
  iptraf-3.0.0-headers.patch
  iptraf-3.0.0-lines.patch
  iptraf-3.0.0-strict-aliasing.patch
  iptraf-3.0.0-support.patch
  iptraf-3.0.0-uninitialized.patch
  iptraf-3.0.0.patch
  iptraf-3.0.0.tar.bz2

New:
----
  iptraf-ng-1.0.2+git64.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ iptraf.spec ++++++
--- /var/tmp/diff_new_pack.fRgKI6/_old  2011-04-05 18:40:29.000000000 +0200
+++ /var/tmp/diff_new_pack.fRgKI6/_new  2011-04-05 18:40:29.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package iptraf (Version 3.0.0)
+# spec file for package iptraf
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,86 +15,47 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:           iptraf
-BuildRequires:  ncurses-devel
-License:        GPLv2+
+Version:        1.0.2+git64
+Release:        1
 Group:          Productivity/Networking/Diagnostic
-AutoReqProv:    on
-Version:        3.0.0
-Release:        140
 Summary:        TCP/IP Network Monitor
-Url:            http://iptraf.seul.org/
-Source:         %{name}-%{version}.tar.bz2
-Patch:          %{name}-%{version}.patch
-Patch1:         %{name}-%{version}-euid-fix.patch
-Patch2:         %{name}-%{version}-dev.patch
-Patch3:         %{name}-%{version}-headers.patch
-Patch4:         %{name}-%{version}-support.patch
-Patch5:         %{name}-%{version}-strict-aliasing.patch
-Patch6:         %{name}-%{version}-uninitialized.patch
-Patch7:         %{name}-%{version}-lines.patch
-Patch8:         %{name}-%{version}-fd.patch
-#PATCH-FIX-UPSTREAM iptraf-3.0.0-fix-promisc-crash.patch bnc#548485
-Patch9:         iptraf-3.0.0-fix-promisc-crash.patch
-Patch10:        %{name}-%{version}-gcc45.patch
+License:        GPL2+
+Url:            https://fedorahosted.org/iptraf-ng/
+
+Source:         %name-ng-%version.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  ncurses-devel xz
 
 %description
-IPTraf is a console-based network statistics utility. It gathers a
+IPTraf-ng is a console-based network statistics utility. It gathers a
 variety of information such as TCP connection packet and byte counts,
 interface statistics and activity indicators, TCP/UDP traffic
 breakdowns, and LAN station packet and byte counts.
 
-
-
-Authors:
---------
-    Gerard Paul Java <ri...@mozcom.com>
+Author(s):
+----------
+       Nikola Pajkovsky
+       Gerard Paul Java (original iptraf)
 
 %prep
-%setup -q
-%patch
-%patch1
-%patch2
-%patch3
-%patch4
-%patch5
-%patch6
-%patch7
-%patch8
-%patch9 -p1
-%patch10
+%setup -qn %name-ng
 
 %build
-cd src
-make
+if [ ! -e configure ]; then
+       ./autogen.sh;
+fi;
+%configure
+make %{?_smp_mflags};
 
 %install
-cd src
-install -d -m 755 $RPM_BUILD_ROOT%{_sbindir}
-install -d -m 755 $RPM_BUILD_ROOT/var/lib/iptraf
-install -d -m 755 $RPM_BUILD_ROOT/var/run/iptraf
-install -m 755 iptraf rvnamed $RPM_BUILD_ROOT%{_sbindir}
-cd ..
-install -d -m 755 $RPM_BUILD_ROOT%{_mandir}/man8
-install -m 0644 Documentation/*.8 $RPM_BUILD_ROOT%{_mandir}/man8
-mkdir html
-rm Documentation/stylesheet-images/.eps
-cp -r Documentation/*.{html,png} Documentation/stylesheet-images  html/
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+make install DESTDIR="%buildroot";
 
 %files
 %defattr(-,root,root)
-%doc html/ CHANGES FAQ README* RELEASE-NOTES
-%dir /var/lib/iptraf
-%dir /var/run/iptraf
-%doc %{_mandir}/*/*
-%{_sbindir}/iptraf
-%{_sbindir}/rvnamed
+%_sbindir/*
+%_mandir/man*/*
 
 %changelog


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to