SPECS: python-PyQt4.spec - add omitted files - pass %__cc and %__cxx (for c...

twittner twittner at pld-linux.org
Thu May 22 19:05:59 CEST 2008


Author: twittner                     Date: Thu May 22 17:05:59 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- add omitted files
- pass %__cc and %__cxx (for ccache)
- rel. 0.2 - builds, but due to th-i686 builder illness hasn't tested yet. 

---- Files affected:
SPECS:
   python-PyQt4.spec (1.18 -> 1.19) 

---- Diffs:

================================================================
Index: SPECS/python-PyQt4.spec
diff -u SPECS/python-PyQt4.spec:1.18 SPECS/python-PyQt4.spec:1.19
--- SPECS/python-PyQt4.spec:1.18	Thu May 22 12:04:06 2008
+++ SPECS/python-PyQt4.spec	Thu May 22 19:05:54 2008
@@ -6,7 +6,7 @@
 Summary(pl.UTF-8):	Dowiązania do toolkitu Qt4 dla Pythona
 Name:		python-%{module}
 Version:	4.4.2
-Release:	0.1
+Release:	0.2
 License:	GPL v2
 Group:		Libraries/Python
 Source0:	http://www.riverbankcomputing.com/static/Downloads/PyQt4/PyQt-x11-gpl-%{version}.tar.gz
@@ -82,7 +82,9 @@
 	-d %{py_sitedir} \
 	-q "%{_bindir}/qmake-qt4" \
 	-v %{_sipfilesdir}/%{module} \
-	LIBDIR_QT="%{_libdir}"
+	LIBDIR_QT="%{_libdir}" \
+	CC="%{__cc}" \
+	CXX="%{__cxx}"
 
 %{__make}
 
@@ -93,6 +95,8 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
+install -D $RPM_BUILD_ROOT{%{py_sitescriptdir},%{py_sitedir}}/dbus/mainloop/qt.so
+
 %py_comp $RPM_BUILD_ROOT%{py_sitedir}
 %py_ocomp $RPM_BUILD_ROOT%{py_sitedir}
 %py_postclean
@@ -108,8 +112,10 @@
 %attr(755,root,root) %{_bindir}/*
 %dir %{py_sitedir}/PyQt4
 %attr(755,root,root) %{py_sitedir}/PyQt4/*.so*
+%attr(755,root,root) %{py_sitedir}/dbus/mainloop/qt.so
 %{py_sitedir}/PyQt4/*.py[co]
 %{py_sitedir}/PyQt4/uic
+%{_datadir}/qt4/qsci/api/python/PyQt4.api
 
 %files devel
 %defattr(644,root,root,755)
@@ -125,6 +131,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.19  2008-05-22 17:05:54  twittner
+- add omitted files
+- pass %__cc and %__cxx (for ccache)
+- rel. 0.2 - builds, but due to th-i686 builder illness hasn't tested yet.
+
 Revision 1.18  2008-05-22 10:04:06  twittner
 - up to 4.4.2
 - rel. 0.1 (even building hasn't tested yet - lack of newer sip on carme)
================================================================

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



More information about the pld-cvs-commit mailing list