From 1e08f83dec1a8e339c6782c6265c5a0af68ac76c Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 07:35:25 +0100 Subject: [PATCH] automatic update by autodist [release 0.6.2-1mamba;Sun Apr 20 2014] --- README.md | 4 +++ netactview.spec | 75 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 79 insertions(+) create mode 100644 netactview.spec diff --git a/README.md b/README.md index 81145dc..6066ce8 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # netactview +Netactview is a graphical network connections viewer for Linux, similar in functionality with Netstat. +It includes features like process information, host name retrieval, automatic refresh and sorting. +It has a fully featured GTK 2 graphical interface. + diff --git a/netactview.spec b/netactview.spec new file mode 100644 index 0000000..a2d1618 --- /dev/null +++ b/netactview.spec @@ -0,0 +1,75 @@ +Name: netactview +Version: 0.6.2 +Release: 1mamba +Summary: Net Activity Viewer +Group: Graphical Desktop/Applications/Networking +Vendor: openmamba +Distribution: openmamba +Packager: Stefano Cotta Ramusino +URL: http://netactview.sourceforge.net/ +Source: http://downloads.sourceforge.net/project/netactview/netactview/netactview-%{version}/netactview-%{version}.tar.bz2 +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: GConf-devel +BuildRequires: glibc-devel +BuildRequires: libatk-devel +BuildRequires: libbonobo-devel +BuildRequires: libcairo-devel +BuildRequires: libfontconfig-devel +BuildRequires: libfreetype-devel +BuildRequires: libglade-devel +BuildRequires: libglib-devel +BuildRequires: libgnome-devel +BuildRequires: libgnome-vfs-devel +BuildRequires: libgtk-devel +BuildRequires: libpango-devel +BuildRequires: libpopt-devel +BuildRequires: libxml2-devel +BuildRequires: ORBit2-devel +## AUTOBUILDREQ-END +BuildRequires: gksu +Requires: gksu +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +Netactview is a graphical network connections viewer for Linux, similar in functionality with Netstat. +It includes features like process information, host name retrieval, automatic refresh and sorting. +It has a fully featured GTK 2 graphical interface. + +%prep +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%find_lang %{name} + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files -f %{name}.lang +%defattr(-,root,root) +%{_bindir}/netactview +%{_datadir}/applications/netactview.desktop +%{_datadir}/netactview +%{_datadir}/pixmaps/netactview.png +%{_mandir}/man1/netactview.1.gz +%doc AUTHORS COPYING ChangeLog NEWS README + +%changelog +* Sun Apr 20 2014 Automatic Build System 0.6.2-1mamba +- automatic update by autodist + +* Mon Jul 25 2011 Automatic Build System 0.6.1-1mamba +- automatic version update by autodist + +* Sun Jun 26 2011 Automatic Build System 0.6-1mamba +- automatic update by autodist + +* Thu Oct 07 2010 Stefano Cotta Ramusino 0.5.1-1mamba +- package created by autospec