package created using the webbuild interface [release 1.2.1-1mamba;Tue Jun 07 2022]
This commit is contained in:
parent
76a7ec8b47
commit
a197ea57cc
@ -1,2 +1,4 @@
|
|||||||
# iptraf-ng
|
# iptraf-ng
|
||||||
|
|
||||||
|
IPTraf-ng is a console-based network monitoring program for Linux that displays information about IP traffic.
|
||||||
|
|
||||||
|
43
iptraf-ng.spec
Normal file
43
iptraf-ng.spec
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
Name: iptraf-ng
|
||||||
|
Version: 1.2.1
|
||||||
|
Release: 1mamba
|
||||||
|
Summary: A console-based network monitoring program for Linux that displays information about IP traffic
|
||||||
|
Group: Networking/Monitoring
|
||||||
|
Vendor: openmamba
|
||||||
|
Distribution: openmamba
|
||||||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
|
URL: https://github.com/iptraf-ng/iptraf-ng
|
||||||
|
Source: https://github.com/iptraf-ng/iptraf-ng.git/v%{version}/iptraf-ng-%{version}.tar.bz2
|
||||||
|
License: GPL
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libncurses-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
|
%description
|
||||||
|
IPTraf-ng is a console-based network monitoring program for Linux that displays information about IP traffic.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
%make prefix=%{_prefix}
|
||||||
|
|
||||||
|
%install
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
%makeinstall prefix=%{_prefix}
|
||||||
|
|
||||||
|
%clean
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_sbindir}/iptraf-ng
|
||||||
|
%{_mandir}/man8/iptraf-ng.8*
|
||||||
|
%doc AUTHORS LICENSE
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Tue Jun 07 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.1-1mamba
|
||||||
|
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user