Author: charles                      Date: Mon Feb 13 12:07:35 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- moved optflags to configure (important, since are saved in sipconfig.py)
- simplified %build

---- Files affected:
SPECS:
   sip.spec (1.48 -> 1.49) 

---- Diffs:

================================================================
Index: SPECS/sip.spec
diff -u SPECS/sip.spec:1.48 SPECS/sip.spec:1.49
--- SPECS/sip.spec:1.48 Tue Nov 15 01:19:06 2005
+++ SPECS/sip.spec      Mon Feb 13 13:07:30 2006
@@ -3,7 +3,7 @@
 Summary(pl):   Generator powiązań Pythona z bibliotekami klas C++
 Name:          sip
 Version:       4.3.2
-Release:       1
+Release:       2
 Epoch:         2
 License:       redistributable (see LICENSE)
 Group:         Development/Languages/Python
@@ -44,20 +44,17 @@
        -d %{py_sitedir} \
        -e %{py_incdir} \
        -l qt-mt \
+       -v %{_sipfilesdir} \
        LIBDIR_QT="%{_libdir}" \
-       LIBDIR_X11="/usr/X11R6/%{_lib}"
-
-%{__make} -C sipgen \
-       CC="%{__cc}" \
-       CFLAGS="%{rpmcflags} -pipe -w" \
-       LINK="%{__cc}"
-
-%{__make} -C siplib \
+       LIBDIR_X11="/usr/X11R6/%{_lib}" \
        CC="%{__cc}" \
        CXX="%{__cxx}" \
-       CFLAGS="%{rpmcflags} -fPIC -pipe -w -D_REENTRANT" \
-       CXXFLAGS="%{rpmcflags} -fPIC -pipe -w -D_REENTRANT" \
-       LINK="%{__cxx}"
+       CFLAGS="%{rpmcflags}" \
+       CXXFLAGS="%{rpmcxxflags}" \
+       LINK="%{__cxx}" \
+       LINK_SHLIB="%{__cxx}"
+
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -84,6 +81,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.49  2006/02/13 12:07:30  charles
+- moved optflags to configure (important, since are saved in sipconfig.py)
+- simplified %build
+
 Revision 1.48  2005/11/15 00:19:06  charles
 - updated to 4.3.2
 - STBR (+ qscintilla) for new PyQt
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/sip.spec?r1=1.48&r2=1.49&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to