SPECS: python-pexpect.spec - use __python macro - BR: rpm-pythonprov

qboosh qboosh at pld-linux.org
Wed May 7 19:46:02 CEST 2008


Author: qboosh                       Date: Wed May  7 17:46:02 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use __python macro
- BR: rpm-pythonprov

---- Files affected:
SPECS:
   python-pexpect.spec (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: SPECS/python-pexpect.spec
diff -u SPECS/python-pexpect.spec:1.10 SPECS/python-pexpect.spec:1.11
--- SPECS/python-pexpect.spec:1.10	Fri Apr 25 18:51:20 2008
+++ SPECS/python-pexpect.spec	Wed May  7 19:45:57 2008
@@ -12,6 +12,7 @@
 URL:		http://pexpect.sourceforge.net/
 BuildRequires:	python-devel >= 2.2
 BuildRequires:	python-modules
+BuildRequires:	rpm-pythonprov
 BuildRequires:	rpmbuild(macros) >= 1.219
 %pyrequires_eq	python-modules
 BuildArch:	noarch
@@ -35,13 +36,13 @@
 %setup -q -n %{module}-%{version}
 
 %build
-python setup.py build
+%{__python} setup.py build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
-python setup.py install \
+%{__python} setup.py install \
 	--root=$RPM_BUILD_ROOT
 
 install examples/*.py {ANSI,FSM,screen}.py $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
@@ -65,6 +66,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.11  2008-05-07 17:45:57  qboosh
+- use __python macro
+- BR: rpm-pythonprov
+
 Revision 1.10  2008-04-25 16:51:20  aredridel
 - 2.3
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/python-pexpect.spec?r1=1.10&r2=1.11&f=u



More information about the pld-cvs-commit mailing list