diff --git a/README.md b/README.md index 58b92b4..f82f5ea 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # iptraf-ng +IPTraf-ng is a console-based network monitoring program for Linux that displays information about IP traffic. + diff --git a/iptraf-ng.spec b/iptraf-ng.spec new file mode 100644 index 0000000..981f2c8 --- /dev/null +++ b/iptraf-ng.spec @@ -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 +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 1.2.1-1mamba +- package created using the webbuild interface