automatic version update by autodist [release 0.8.2-1mamba;Wed Jul 06 2016]

This commit is contained in:
Automatic Build System 2024-01-06 07:35:45 +01:00
parent 8858c650d6
commit 675c7d5227

View File

@ -1,5 +1,5 @@
Name: nethogs
Version: 0.8.1
Version: 0.8.2
Release: 1mamba
Summary: NetHogs is a small 'net top' tool.
Group: Applications/Networking
@ -8,7 +8,7 @@ Distribution: openmamba
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
URL: http://nethogs.sourceforge.net/
Source: https://github.com/raboof/nethogs.git/v%{version}/nethogs-%{version}.tar.bz2
Patch: nethogs-makelist.patch
Patch0: nethogs-makelist.patch
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -26,14 +26,17 @@ NetHogs is a small 'net top' tool. Instead of breaking the traffic down per prot
%prep
%setup -q
#%patch -p1
#%patch0 -p1
%build
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall prefix=%{_prefix}
%makeinstall PREFIX=%{_prefix} libdir=%{_libdir} \
LIBVERSION=%(echo %version | cut -d. -f1) \
LIBSUBVERSION=%(echo %version | cut -d. -f2) \
LIBMINORVERSION=%(echo %version | cut -d. -f3)
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -41,9 +44,13 @@ NetHogs is a small 'net top' tool. Instead of breaking the traffic down per prot
%files
%defattr(-,root,root)
%{_sbindir}/nethogs
%{_libdir}/libnethogs.so.*
%{_mandir}/man8/nethogs.8*
%changelog
* Wed Jul 06 2016 Automatic Build System <autodist@mambasoft.it> 0.8.2-1mamba
- automatic version update by autodist
* Fri May 20 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.1-1mamba
- update to 0.8.1