SPECS: superkaramba.spec - use py_incdir macro - removed make inst...
qboosh
qboosh at pld-linux.org
Sat Feb 16 12:04:09 CET 2008
Author: qboosh Date: Sat Feb 16 11:04:09 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- use py_incdir macro
- removed make install from build (build must not touch buildroot)
---- Files affected:
SPECS:
superkaramba.spec (1.70 -> 1.71)
---- Diffs:
================================================================
Index: SPECS/superkaramba.spec
diff -u SPECS/superkaramba.spec:1.70 SPECS/superkaramba.spec:1.71
--- SPECS/superkaramba.spec:1.70 Sat Feb 16 02:09:42 2008
+++ SPECS/superkaramba.spec Sat Feb 16 12:04:03 2008
@@ -148,8 +148,8 @@
#%{__automake}
#%{__make} -f Makefile.cvs
-CFLAGS="%{rpmcflags} -I/usr/include/python2.5 -I/usr/include/python2.4 -I/usr/include/python2.3"
-CXXFLAGS="%{rpmcflags} -I/usr/include/python2.5 -I/usr/include/python2.4 -I/usr/include/python2.3"
+CFLAGS="%{rpmcflags} -I%{py_incdir}"
+CXXFLAGS="%{rpmcflags} -I%{py_incdir}"
LDFLAGS="%{rpmldflags} -lpython"
export CFLAGS CXXFLAGS LDFLAGS
%configure \
@@ -157,11 +157,6 @@
%{__make}
-cd superkaramba
-%{__make} install \
- DESTDIR=$RPM_BUILD_ROOT
-cd -
-
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_pixmapsdir} \
@@ -348,6 +343,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.71 2008-02-16 11:04:03 qboosh
+- use py_incdir macro
+- removed make install from build (build must not touch buildroot)
+
Revision 1.70 2008-02-16 01:09:42 jezik
- added -I in CFLAGS for Python 2.5
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/superkaramba.spec?r1=1.70&r2=1.71&f=u
More information about the pld-cvs-commit
mailing list