automatic update by autodist [release 0.6.2-1mamba;Sun Apr 20 2014]

This commit is contained in:
Automatic Build System 2024-01-06 07:35:25 +01:00
parent f1566d8b75
commit 1e08f83dec
2 changed files with 79 additions and 0 deletions

View File

@ -1,2 +1,6 @@
# netactview # 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.

75
netactview.spec Normal file
View File

@ -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 <stefano.cotta@openmamba.org>
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 <autodist@mambasoft.it> 0.6.2-1mamba
- automatic update by autodist
* Mon Jul 25 2011 Automatic Build System <autodist@mambasoft.it> 0.6.1-1mamba
- automatic version update by autodist
* Sun Jun 26 2011 Automatic Build System <autodist@mambasoft.it> 0.6-1mamba
- automatic update by autodist
* Thu Oct 07 2010 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.5.1-1mamba
- package created by autospec