Name: socketsentry Version: 0.9.2 Release: 1%{?dist} Summary: A real-time network traffic monitor for KDE Plasma Group: Applications/Internet License: GPLv3+ URL: http://socket-sentry.googlecode.com Source0: http://socket-sentry.googlecode.com/files/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libpcap-devel BuildRequires: dbus-devel BuildRequires: kdelibs4-devel %description A KDE Plasma widget that displays real-time traffic information for active network connections on your Linux computer. It shows you which processes are communicating with which hosts, current data transfer rates, protocols, and more. You can view all connections or see summary traffic by host pair and process or program. It supports IPv4 and 6, optional host name lookups with configurable subdomain depth, and many sorting and filtering options including pcap filter expressions. %prep %setup -q %build mkdir -p %{_target_platform} pushd %{_target_platform} %{cmake_kde4} .. popd make %{?_smp_mflags} -C %{_target_platform} %install rm -rf $RPM_BUILD_ROOT make install/fast DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc CHANGELOG LICENSE README %{_kde4_sysconfdir}/dbus-1/system.d/org.socketsentry.Watcher.conf %{_kde4_bindir}/socksent-client %{_kde4_bindir}/socksent-service %{_kde4_libdir}/kde4/socksent-plasma-engine.so %{_kde4_libdir}/kde4/socksent-plasma-widget.so %{_kde4_libdir}/libsocketsent-client-common.so %{_kde4_libdir}/libsocketsent-client-common.so.0.9.2 %{_kde4_datadir}/dbus-1/system-services/org.socketsentry.Watcher.service %{_kde4_iconsdir}/hicolor/*/apps/%{name}* %{_kde4_datadir}/kde4/services/socksent-plasma-engine.desktop %{_kde4_datadir}/kde4/services/socksent-plasma-widget.desktop %changelog * Tue Apr 6 2010 Alexey Kurov - 0.9.2-1 - Initial RPM release