rpms/kdebindings/devel kdebindings.spec,1.109,1.110

Kevin Kofler (kkofler) fedora-extras-commits at redhat.com
Tue Jun 17 02:39:41 UTC 2008


Author: kkofler

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

Modified Files:
	kdebindings.spec 
Log Message:
* Tue Jun 17 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> 4.0.82-2
- reenable smoke and ruby, set ENABLE_SMOKEKDEVPLATFORM=OFF (no kdevplatform)


Index: kdebindings.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kdebindings/devel/kdebindings.spec,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- kdebindings.spec	16 Jun 2008 04:30:15 -0000	1.109
+++ kdebindings.spec	17 Jun 2008 02:38:51 -0000	1.110
@@ -2,12 +2,11 @@
 # IMHO this one really needs to be split into subpackages, we don't want to pull
 # in e.g. the whole Ruby, OpenJDK and Mono stacks for a PyKDE app! -- Kevin
 
-# define to enable these optional or broken bits
+# define to enable these optional bits
+%define ruby 1
+%define smoke 1
+%define devel 1
 #define php 1
-#define ruby 1
-#define smoke 1
-# no ruby or smoke => no devel pkg
-#define devel
 
 %{!?ruby_sitelib: %define ruby_sitelib %(ruby -rrbconfig -e 'puts Config::CONFIG["sitelibdir"]')}
 %{!?ruby_sitearch: %define ruby_sitearch %(ruby -rrbconfig -e 'puts Config::CONFIG["sitearchdir"]')}
@@ -17,7 +16,7 @@
 
 Name: kdebindings
 Version: 4.0.82
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: KDE bindings to non-C++ languages
 
 Group: User Interface/Desktops
@@ -92,7 +91,7 @@
   -DBUILD_csharp=OFF \
   %{!?php:-DBUILD_php=OFF} \
   %{!?ruby:-DBUILD_ruby=OFF} -DRUBY_SITE_LIB_DIR=%{ruby_sitelib} -DRUBY_SITE_ARCH_DIR=%{ruby_sitearch} \
-  %{!?smoke:-DBUILD_smoke=OFF} \
+  %{!?smoke:-DBUILD_smoke=OFF} -DENABLE_SMOKEKDEVPLATFORM=OFF \
   ..
 popd
 
@@ -164,6 +163,9 @@
 
 
 %changelog
+* Tue Jun 17 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> 4.0.82-2
+- reenable smoke and ruby, set ENABLE_SMOKEKDEVPLATFORM=OFF (no kdevplatform)
+
 * Sun Jun 15 2008 Rex Dieter <rdieter at fedoraproject.org> 4.0.82-1
 - 4.0.82
 - omit ruby, smoke (busted) => no -devel subpkg (for now)




More information about the fedora-extras-commits mailing list