SPECS: python-PyKDE.spec - add -k %{_prefix} to configure to prope...

shadzik shadzik at pld-linux.org
Sun Jul 2 15:10:20 CEST 2006


Author: shadzik                      Date: Sun Jul  2 13:10:20 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- add -k %{_prefix} to configure to properly find kde headers

---- Files affected:
SPECS:
   python-PyKDE.spec (1.37 -> 1.38) 

---- Diffs:

================================================================
Index: SPECS/python-PyKDE.spec
diff -u SPECS/python-PyKDE.spec:1.37 SPECS/python-PyKDE.spec:1.38
--- SPECS/python-PyKDE.spec:1.37	Thu Apr 27 14:23:34 2006
+++ SPECS/python-PyKDE.spec	Sun Jul  2 15:10:13 2006
@@ -12,7 +12,7 @@
 Group:		Libraries/Python
 Source0:	http://www.riverbankcomputing.com/Downloads/PyKDE3/%{module}-snapshot%{snap}.tar.gz
 # Source0-md5:	3e6a41f3fc5f759713ba7fd3f70635b0
-Patch0:         %{name}-late_qvariant_include_fix.patch
+Patch0:		%{name}-late_qvariant_include_fix.patch
 URL:		http://www.riverbankcomputing.co.uk/pykde/index.php
 BuildRequires:	kdelibs-devel >= 3.1
 BuildRequires:	python-PyQt-devel >= 3.13-2
@@ -53,8 +53,8 @@
 any of the KDE classes.
 
 %description devel -l pl
-Pliki potrzebne do budowania innych dowiązań do klas C++ dziedziczących
-z dowolnej klasy KDE.
+Pliki potrzebne do budowania innych dowiązań do klas C++
+dziedziczących z dowolnej klasy KDE.
 
 %prep
 %setup -q -n PyKDE-snapshot%{snap}
@@ -65,7 +65,8 @@
 	-c -j 10 \
 	-d %{py_sitedir} \
 	-n %{_libdir} \
-	-v %{_sipfilesdir}
+	-v %{_sipfilesdir} \
+	-k %{_prefix}
 
 %{__make}
 
@@ -101,6 +102,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.38  2006/07/02 13:10:13  shadzik
+- add -k %{_prefix} to configure to properly find kde headers
+
 Revision 1.37  2006/04/27 12:23:34  matkor
 - Release 2.
 - Fixed build (at least on my machine)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/python-PyKDE.spec?r1=1.37&r2=1.38&f=u



More information about the pld-cvs-commit mailing list