Hello community,

here is the log from the commit of package nethogs for openSUSE:Factory checked 
in at 2013-10-17 14:23:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nethogs (Old)
 and      /work/SRC/openSUSE:Factory/.nethogs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nethogs"

Changes:
--------
--- /work/SRC/openSUSE:Factory/nethogs/nethogs.changes  2013-10-14 
22:04:27.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.nethogs.new/nethogs.changes     2013-10-17 
17:42:40.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Oct 16 11:18:04 UTC 2013 - pwieczorkiew...@suse.com
+
+- correct nethogs.spec file with the spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ nethogs.spec ++++++
--- /var/tmp/diff_new_pack.fBaims/_old  2013-10-17 17:42:41.000000000 +0200
+++ /var/tmp/diff_new_pack.fBaims/_new  2013-10-17 17:42:41.000000000 +0200
@@ -1,5 +1,8 @@
 # vim: set sw=4 ts=4 et nu:
-
+#
+# spec file for package nethogs
+#
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 Pascal Bleser <pascal.ble...@opensuse.org>
 #
 # All modifications and additions to the file contributed by third parties
@@ -12,20 +15,23 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
 
 Name:           nethogs
 Version:        0.8.0
 Release:        0
 Summary:        Network Bandwidth Usage Monitor
-# http://prdownloads.sourceforge.net/nethogs/nethogs-%{version}.tar.gz
-Source:         nethogs-%{version}.tar.bz2
-URL:            http://nethogs.sourceforge.net/
-Group:          Productivity/Networking/Diagnostic
 License:        GPL-2.0+
-BuildRoot:      %{_tmppath}/build-%{name}-%{version}
-BuildRequires:  ncurses-devel
+Group:          Productivity/Networking/Diagnostic
+Url:            http://nethogs.sourceforge.net/
+Source:         nethogs-%{version}.tar.bz2
+BuildRequires:  gcc-c++
+BuildRequires:  glibc-devel
 BuildRequires:  libpcap-devel
-BuildRequires:  gcc-c++ make glibc-devel
+BuildRequires:  make
+BuildRequires:  ncurses-devel
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 NetHogs is a small 'net top' tool. Instead of breaking the traffic down per
@@ -39,25 +45,25 @@
 %setup -q -n nethogs
 
 %build
-%__make %{?_smp_flags} \
+make %{?_smp_flags} \
     sbin="%{_sbindir}" \
     bin="%{_sbindir}" \
     man8="%{_mandir}/man8" \
     CFLAGS="%{optflags}" \
-    CXX="%__cxx" \
+    CXX="g++" \
     nethogs
 
 %install
-%__make %{?_smp_flags} \
+make %{?_smp_flags} \
     sbin="%{buildroot}%{_sbindir}" \
     bin="%{buildroot}%{_sbindir}" \
     man8="%{buildroot}%{_mandir}/man8" \
     CFLAGS="%{optflags}" \
-    CXX="%__cxx" \
+    CXX="g++" \
     install
 
 %clean
-%{?buildroot:%__rm -rf "%{buildroot}"}
+%{?buildroot:rm -rf %{buildroot}}
 
 %files
 %defattr(-,root,root)
@@ -65,3 +71,4 @@
 %{_sbindir}/nethogs
 %doc %{_mandir}/man8/nethogs.8*
 
+%changelog

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

Reply via email to