Author: qboosh Date: Sun Jun 24 14:01:34 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - noarch, proper deps
---- Files affected: SPECS: python-BitVector.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/python-BitVector.spec diff -u SPECS/python-BitVector.spec:1.1 SPECS/python-BitVector.spec:1.2 --- SPECS/python-BitVector.spec:1.1 Sun Jun 17 13:07:58 2007 +++ SPECS/python-BitVector.spec Sun Jun 24 16:01:29 2007 @@ -1,7 +1,7 @@ # $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 +Summary(pl.UTF-8): Czysto pythonowa, efektywna pamięciowo reprezentacja tablic bitów Name: python-BitVector Version: 1.3 Release: 0.9 @@ -10,21 +10,22 @@ 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 +BuildRequires: python-devel >= 1:2.5 +BuildRequires: rpm-pythonprov +%pyrequires_eq python-libs +BuildArch: noarch 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 +Ta klasa prezentuje czysto pythonową, efektywną pamięciowo reprezentację dla tablic bitów. %prep -%setup -q -n %{module}-%{version} +%setup -q -n %{module}-%{version} %build %{__python} setup.py build @@ -42,14 +43,15 @@ %{py_sitescriptdir}/BitVector.py[co] %{py_sitescriptdir}/*.egg-info - %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog * %{date} PLD Team <[EMAIL PROTECTED]> All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2007/06/24 14:01:29 qboosh +- noarch, proper deps + Revision 1.1 2007/06/17 11:07:58 czarny - new; forgot to commit - works from some time - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/python-BitVector.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
