aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2008-08-07 17:24:53 -0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2008-08-07 17:24:53 -0300
commit932f65a54f2d4c3708acab22d5efd69c88969669 (patch)
treea1af9e86a990ac66f317d180baf01d05bb1c3b0a
parent4abdffc4a618f1811c997938bf49f81392e825ac (diff)
downloadpython-schedutils-932f65a54f2d4c3708acab22d5efd69c88969669.tar.gz
rpm: remove old, top level spec file
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
-rw-r--r--python-schedutils.spec34
1 files changed, 0 insertions, 34 deletions
diff --git a/python-schedutils.spec b/python-schedutils.spec
deleted file mode 100644
index 966c8c4..0000000
--- a/python-schedutils.spec
+++ /dev/null
@@ -1,34 +0,0 @@
-%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
-
-Summary: Linux scheduler python bindings
-Name: python-schedutils
-Version: 0.1
-Release: 1
-Source0: %{name}-%{version}.tar.bz2
-License: GPLv2+
-Group: System Environment/Libraries
-BuildRequires: python-devel
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-%description
-Python interface for the Linux scheduler sched_{get,set}{affinity,scheduler}
-functions and friends.
-
-%prep
-%setup -q
-
-%install
-rm -rf $RPM_BUILD_ROOT
-make DESTDIR=${RPM_BUILD_ROOT} install
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(-,root,root)
-%doc COPYING
-%{python_sitearch}/schedutils.so
-
-%changelog
-* Tue Dec 19 2007 Arnaldo Carvalho de Melo <acme@redhat.com> - 0.1-1
-- Initial package