SPECS: ktctool.spec (NEW) - new
arekm
arekm at pld-linux.org
Mon Oct 10 15:05:32 CEST 2005
Author: arekm Date: Mon Oct 10 13:05:32 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
ktctool.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/ktctool.spec
diff -u /dev/null SPECS/ktctool.spec:1.1
--- /dev/null Mon Oct 10 15:05:32 2005
+++ SPECS/ktctool.spec Mon Oct 10 15:05:27 2005
@@ -0,0 +1,59 @@
+# $Revision$, $Date$
+Summary: GUI for network bandwidth management in Linux
+Name: ktctool
+Version: 1.0
+Release: 1
+License: GPL
+Group: Networking/Daemons
+Source0: http://www.zone.ee/ktc/Ktctool.zip
+# Source0-md5: ea0f68247d05d1c2c15556ddd873456a
+URL: http://fr.ee/ktctool/
+BuildRequires: kdelibs-devel >= 3.2
+BuildRequires: rpmbuild(macros) >= 1.129
+BuildRequires: sed >= 4.0
+Requires: iproute2
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Ktctool is a graphical interface for network bandwidth management in
+Linux. There already exists commandline program tc for this purpose.
+Ktctool is meant to be a graphical user interface to tc. tc is a part
+of iproute2 and controls Quality of Service support in Linux (included
+in kernel).
+
+%prep
+%setup -q -n %{name}
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_desktopdir}/kde
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+install %{name}/%{name}.desktop $RPM_BUILD_ROOT%{_desktopdir}/kde
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README TODO
+%attr(755,root,root) %{_bindir}/*
+%{_desktopdir}/kde/*.desktop
+%{_iconsdir}/*/*/*/*.png
+
+%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 2005/10/10 13:05:27 arekm
+- new
+
+
================================================================
More information about the pld-cvs-commit
mailing list