SPECS: python-BitVector.spec (NEW) - new; forgot to commit - works...

czarny czarny at pld-linux.org
Sun Jun 17 13:08:03 CEST 2007


Author: czarny                       Date: Sun Jun 17 11:08:03 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new; forgot to commit
- works from some time

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

---- Diffs:

================================================================
Index: SPECS/python-BitVector.spec
diff -u /dev/null SPECS/python-BitVector.spec:1.1
--- /dev/null	Sun Jun 17 13:08:03 2007
+++ SPECS/python-BitVector.spec	Sun Jun 17 13:07:58 2007
@@ -0,0 +1,55 @@
+# $Revision$, $Date$
+%define		module BitVector
+Summary:	A pure-Python memory-efficient packed representation for bit arrays
+Summary(pl.UTF-8):	Czysto Pythonowa, efektywna pamięciowo reprezentacja tablic bitów
+Name:		python-BitVector
+Version:	1.3
+Release:	0.9
+License:	Python Software Foundation
+Group:		Libraries
+Source0:	http://rvl4.ecn.purdue.edu/~kak/dist/%{module}-%{version}.tar.bz2
+# Source0-md5:	c74c9b4b34296249c766f0f4e7960be2
+URL:		http://cobweb.ecn.purdue.edu/~kak/dist/junk.html
+BuildRequires:	python-devel
+Requires:	python
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+
+%description
+This class presents a pure-Python memory efficient packed
+representation for bit arrays.
+
+%description -l pl.UTF-8
+Ta klasa prezentuje czysto Pythonową, efektywną pamięciowo
+reprezentację dla tablic bitów.
+
+%prep
+%setup -q -n  %{module}-%{version}
+
+%build
+%{__python} setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc PKG-INFO
+%{py_sitescriptdir}/BitVector.py[co]
+%{py_sitescriptdir}/*.egg-info
+
+
+%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  2007/06/17 11:07:58  czarny
+- new; forgot to commit
+- works from some time
+
================================================================


More information about the pld-cvs-commit mailing list