SPECS: bkchem.spec - The macro %{__python} should be used instead ...
piti
piti at pld-linux.org
Wed Jan 18 20:37:20 CET 2006
Author: piti Date: Wed Jan 18 19:37:20 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- The macro %{__python} should be used instead of python command. Fixed.
---- Files affected:
SPECS:
bkchem.spec (1.21 -> 1.22)
---- Diffs:
================================================================
Index: SPECS/bkchem.spec
diff -u SPECS/bkchem.spec:1.21 SPECS/bkchem.spec:1.22
--- SPECS/bkchem.spec:1.21 Mon Jan 16 09:42:31 2006
+++ SPECS/bkchem.spec Wed Jan 18 20:37:14 2006
@@ -51,14 +51,14 @@
%setup -q
%build
-python setup.py build
+%{__python} setup.py build
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT{%{_bindir},%{_desktopdir},%{_pixmapsdir}}
install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
install images/icon.png $RPM_BUILD_ROOT%{_pixmapsdir}/bkchem.png
-python setup.py install \
+%{__python} setup.py install \
--root=$RPM_BUILD_ROOT \
--optimize=2
@@ -105,6 +105,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.22 2006/01/18 19:37:14 piti
+- The macro %{__python} should be used instead of python command. Fixed.
+
Revision 1.21 2006/01/16 08:42:31 piti
- up to 0.11.2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/bkchem.spec?r1=1.21&r2=1.22&f=u
More information about the pld-cvs-commit
mailing list