SPECS: ionice.spec (NEW) - tool for setting I/O nice levels in ker...

arekm arekm at pld-linux.org
Sun Oct 2 17:26:02 CEST 2005


Author: arekm                        Date: Sun Oct  2 15:26:02 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- tool for setting I/O nice levels in kernels >= 2.6.13

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

---- Diffs:

================================================================
Index: SPECS/ionice.spec
diff -u /dev/null SPECS/ionice.spec:1.1
--- /dev/null	Sun Oct  2 17:26:02 2005
+++ SPECS/ionice.spec	Sun Oct  2 17:25:55 2005
@@ -0,0 +1,43 @@
+# $Revision$, $Date$
+Summary:	I/O priorites manager
+Name:		ionice
+Version:	0.1
+Release:	0.20051002.1
+License:	GPL
+Group:		Applications
+Source0:	http://ck.kolivas.org/apps/%{name}.c
+# Source0-md5:	4342fadac30504c86c8db7beefe01995
+URL:		http://sammy.net/~sammy/hacks/
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+I/O priorites manager.
+
+%prep
+%setup -q -c -T
+
+%build
+%{__cc} %{rpmcflags} %{rpmldflags} %{SOURCE0} -o %{name}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_sbindir}
+
+install %{name} $RPM_BUILD_ROOT%{_sbindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_sbindir}/*
+
+%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/02 15:25:55  arekm
+- tool for setting I/O nice levels in kernels >= 2.6.13
+
================================================================



More information about the pld-cvs-commit mailing list