SPECS: knetstats.spec (NEW) - initial

mwinkler mwinkler at pld-linux.org
Mon Dec 18 18:32:11 CET 2006


Author: mwinkler                     Date: Mon Dec 18 17:32:11 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial

---- Files affected:
SPECS:
   knetstats.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/knetstats.spec
diff -u /dev/null SPECS/knetstats.spec:1.1
--- /dev/null	Mon Dec 18 18:32:11 2006
+++ SPECS/knetstats.spec	Mon Dec 18 18:32:02 2006
@@ -0,0 +1,72 @@
+# $Revision$, $Date$
+Summary:	KNetStats - network monitor that show rx/tx LEDs
+Summary(pl):	-
+Name:		knetstats
+Version:	1.6.1
+Release:	0.1
+License:	GPL
+Group:		X11/Applications
+Source0:	http://dl.sourceforge.net/knetstats/%{name}-%{version}.tar.bz2
+# Source0-md5:	219f1a94170386621802355b33989ec9
+URL:		http://knetstats.sourceforge.net
+BuildRequires:	automake
+BuildRequires:	kdelibs-devel >= 3.0.3
+BuildRequires:	rpmbuild(macros) >= 1.129
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A simple KDE network monitor that show rx/tx LEDs or numeric
+information about the transfer rate of any network interface in a
+system tray icon that's part of kde-extragear package.
+
+Features:
+- See network activity, transfer rate, speed chart, IP address, MAC
+  address, etc of any network interface (including localloopback).
+- Support multiple network interfaces.
+- See simple statistics (packets and bytes received and transmitted).
+- Configurable Update Interval, View mode, Icon themes, etc.
+- GPL'ed, you can use and modify for free (Following GPL conditions)
+- Carrier on/off detection.
+
+%description -l pl
+- -
+
+%prep
+%setup -q
+
+%build
+cp -f /usr/share/automake/config.sub admin
+kde_htmldir="%{_kdedocdir}"; export kde_htmldir
+%configure \
+	--with-qt-libraries=%{_libdir}
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_bindir}/*
+%{_iconsdir}/hicolor/*/*/*.png
+%{_desktopdir}/kde/*.desktop
+%{_datadir}/apps/%{name}
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/12/18 17:32:02  mwinkler
+- initial
+
================================================================


More information about the pld-cvs-commit mailing list