summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorMichel Alexandre Salim <michel.salim@informatik.uni-erlangen.de>2010-06-05 12:45:13 +0200
committerMichel Alexandre Salim <michel.salim@informatik.uni-erlangen.de>2010-06-05 12:45:13 +0200
commit7fa4e3ac819beeea2aa7b2b1e68d9f6d4453dee9 (patch)
treed384fca625f7b385c350160a15797a82763ef117 /python
parent72a5ed1e946f2da0cffc8fe72ec288a882313565 (diff)
downloadspecs-7fa4e3ac819beeea2aa7b2b1e68d9f6d4453dee9.tar.gz
specs-7fa4e3ac819beeea2aa7b2b1e68d9f6d4453dee9.tar.xz
specs-7fa4e3ac819beeea2aa7b2b1e68d9f6d4453dee9.zip
- Added gnome-js-common and seed
- Removed old specs files
Diffstat (limited to 'python')
-rw-r--r--python/python-blist.spec58
1 files changed, 0 insertions, 58 deletions
diff --git a/python/python-blist.spec b/python/python-blist.spec
deleted file mode 100644
index c6a3b7e..0000000
--- a/python/python-blist.spec
+++ /dev/null
@@ -1,58 +0,0 @@
-%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
-
-Name: python-blist
-Version: 1.0.2
-Release: 1%{?dist}
-Summary: A faster list implementation for Python
-
-Group: Development/Languages
-License: BSD
-URL: http://pypi.python.org/pypi/blist/
-Source0: http://pypi.python.org/packages/source/b/blist/blist-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-BuildRequires: python-devel python-setuptools
-
-%description
-The BList is a type that looks, acts, and quacks like a Python list,
-but has better performance for for modifying large lists.
-
-For small lists (fewer than 128 elements), BLists and the built-in
-list have very similar performance, although BLists are memory
-inefficient if you need to create a larger number of small lists.
-
-
-%prep
-%setup -q -n blist-%{version}
-
-
-%build
-CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" %{__python} setup.py build
-
-
-%install
-rm -rf $RPM_BUILD_ROOT
-%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
-
-
-%check
-%{__python} setup.py test
-
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
-%files
-%defattr(-,root,root,-)
-%doc LICENSE README.rst blist.rst
-%{python_sitearch}/*
-
-
-%changelog
-* Fri Oct 23 2009 Michel Salim <salimma@fedoraproject.org> - 1.0.2-1
-- Update to 1.0.2
-
-* Sat Oct 10 2009 Michel Salim <salimma@fedoraproject.org> - 1.0.1-1
-- Initial package
-