rpms/kdebindings/F-10 kdebindings.spec,1.162,1.163

Rex Dieter rdieter at fedoraproject.org
Sun Aug 9 22:58:17 UTC 2009


Author: rdieter

Update of /cvs/pkgs/rpms/kdebindings/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9811

Modified Files:
	kdebindings.spec 
Log Message:
* Sun Aug 09 2009 Rex Dieter <rdieter at fedoraproject.org> - 4.3.0-4
- manually specify PYTHON_LIBRARIES (and friends) (#516386)



Index: kdebindings.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kdebindings/F-10/kdebindings.spec,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -p -r1.162 -r1.163
--- kdebindings.spec	5 Aug 2009 02:46:55 -0000	1.162
+++ kdebindings.spec	9 Aug 2009 22:58:16 -0000	1.163
@@ -32,7 +32,7 @@
 
 Name: kdebindings
 Version: 4.3.0
-Release: 3%{?dist}
+Release: 4%{?dist}
 Summary: KDE bindings to non-C++ languages
 
 # http://techbase.kde.org/Policies/Licensing_Policy
@@ -253,7 +253,9 @@ Falcon plugin for the Kross archtecture 
 %setup -q
 %patch0
 %patch1 -p0 -b .old-PyQt4
-%patch2 -p1 -b .fix-kpythonpluginfactory
+## Manually speciify PYTHON_LIBRARIES below in lieu of
+## a better, working, upstreamable patch
+#patch2 -p1 -b .fix-kpythonpluginfactory
 
 # upstream patches
 
@@ -262,6 +264,9 @@ Falcon plugin for the Kross archtecture 
 mkdir -p %{_target_platform}
 pushd %{_target_platform}
 %{cmake_kde4} \
+  -DPYTHON_LIBRARY=%{_libdir}/libpython%{python_ver}.so.1.0 \
+  -DPYTHON_LIBRARIES=%{_libdir}/libpython%{python_ver}.so.1.0 \
+  -DPYTHON_INCLUDE_PATH=%{_includedir}/python%{python_ver} \
   %if 0%{?csharp}
     -DENABLE_QYOTO=ON \
   %else
@@ -505,6 +510,9 @@ fi
 
 
 %changelog
+* Sun Aug 09 2009 Rex Dieter <rdieter at fedoraproject.org> - 4.3.0-4
+- manually specify PYTHON_LIBRARIES (and friends) (#516386)
+
 * Mon Aug 03 2009 Than Ngo <than at redhat.com> - 4.3.0-3
 - respin
 




More information about the scm-commits mailing list