SPECS: python3-bsddb3.spec - BR: python3-modules - use python3 not python3.0
wiget
wiget at pld-linux.org
Sun Mar 15 18:59:15 CET 2009
Author: wiget Date: Sun Mar 15 17:59:15 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- BR: python3-modules
- use python3 not python3.0
---- Files affected:
SPECS:
python3-bsddb3.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SPECS/python3-bsddb3.spec
diff -u SPECS/python3-bsddb3.spec:1.2 SPECS/python3-bsddb3.spec:1.3
--- SPECS/python3-bsddb3.spec:1.2 Sun Mar 15 17:12:07 2009
+++ SPECS/python3-bsddb3.spec Sun Mar 15 18:59:10 2009
@@ -12,9 +12,9 @@
URL: http://www.argo.es/~jcea/programacion/pybsddb.htm
BuildRequires: db-devel >= 4.1.25
BuildRequires: python3
+BuildRequires: python3-modules
BuildRequires: python3-devel
BuildRequires: rpm-build-macros >= 1.507
-%pyrequires_eq python3-modules
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -40,14 +40,14 @@
%setup -q -n %{pname}-%{version}
%build
-env CFLAGS="%{rpmcflags}" python3.0 setup.py \
+env CFLAGS="%{rpmcflags}" python3 setup.py \
--berkeley-db-libdir=%{_libdir} \
--berkeley-db=%{_prefix} \
build
%install
rm -rf $RPM_BUILD_ROOT
-python3.0 -- setup.py install \
+python3 -- setup.py install \
--root=$RPM_BUILD_ROOT \
--optimize=2
@@ -73,6 +73,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2009/03/15 17:59:10 wiget
+- BR: python3-modules
+- use python3 not python3.0
+
Revision 1.2 2009/03/15 16:12:07 wiget
BR: python3
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python3-bsddb3.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list