rpms/kdebindings/devel kdebindings.spec,1.76,1.77

Kevin Kofler (kkofler) fedora-extras-commits at redhat.com
Tue Dec 11 09:34:53 UTC 2007


Author: kkofler

Update of /cvs/pkgs/rpms/kdebindings/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31962/devel

Modified Files:
	kdebindings.spec 
Log Message:
* Tue Dec 11 2007 Kevin Kofler <Kevin at tigcc.ticalc.org> 3.97.0-5
- override PYTHON_SITE_PACKAGES_DIR and SIP_DEFAULT_SIP_DIR


Index: kdebindings.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kdebindings/devel/kdebindings.spec,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- kdebindings.spec	11 Dec 2007 08:55:41 -0000	1.76
+++ kdebindings.spec	11 Dec 2007 09:34:13 -0000	1.77
@@ -6,7 +6,7 @@
 
 Name: kdebindings
 Version: 3.97.0
-Release: 4%{?dist}
+Release: 5%{?dist}
 Summary: KDE bindings to non-C++ languages
 
 Group: User Interface/Desktops
@@ -66,7 +66,7 @@
 mkdir -p %{_target_platform}
 pushd %{_target_platform}
 # FIXME/TODO: Get csharp to compile
-%{cmake_kde4} -DRUBY_SITE_LIB_DIR=%{ruby_sitelib} -DRUBY_SITE_ARCH_DIR=%{ruby_sitearch} -DBUILD_csharp=OFF ..
+%{cmake_kde4} -DRUBY_SITE_LIB_DIR=%{ruby_sitelib} -DRUBY_SITE_ARCH_DIR=%{ruby_sitearch} -DPYTHON_SITE_PACKAGES_DIR=%{python_sitearch} -DSIP_DEFAULT_SIP_DIR=%{python_sitearch} -DBUILD_csharp=OFF ..
 popd
 
 make %{?_smp_mflags} -C %{_target_platform}
@@ -128,6 +128,9 @@
 %{_kde4_libdir}/kde4/devel/*
 
 %changelog
+* Tue Dec 11 2007 Kevin Kofler <Kevin at tigcc.ticalc.org> 3.97.0-5
+- override PYTHON_SITE_PACKAGES_DIR and SIP_DEFAULT_SIP_DIR
+
 * Tue Dec 11 2007 Kevin Kofler <Kevin at tigcc.ticalc.org> 3.97.0-4
 - rewrite libsmokeqt-lib64 patch so it actually works
 - add PyKDE4 files to file list




More information about the fedora-extras-commits mailing list