76 lines
2.2 KiB
RPMSpec
76 lines
2.2 KiB
RPMSpec
|
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
|