rpms/kdebindings/devel kdebindings.spec,1.112,1.113

Kevin Kofler (kkofler) fedora-extras-commits at redhat.com
Fri Jun 20 00:55:22 UTC 2008


Author: kkofler

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

Modified Files:
	kdebindings.spec 
Log Message:
* Fri Jun 20 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> 4.0.83-2
- reenable smoke and ruby again
- drop explicit ENABLE_SMOKEKDEVPLATFORM=OFF (now off by default)

Let's try the smoke stuff again, if it still doesn't build, I'll try to fix it...


Index: kdebindings.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kdebindings/devel/kdebindings.spec,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- kdebindings.spec	19 Jun 2008 09:49:55 -0000	1.112
+++ kdebindings.spec	20 Jun 2008 00:54:39 -0000	1.113
@@ -3,9 +3,9 @@
 # in e.g. the whole Ruby, OpenJDK and Mono stacks for a PyKDE app! -- Kevin
 
 # define to enable these optional bits
-#define ruby 1
-#define smoke 1
-#define devel 1
+%define ruby 1
+%define smoke 1
+%define devel 1
 #define php 1
 
 %{!?ruby_sitelib: %define ruby_sitelib %(ruby -rrbconfig -e 'puts Config::CONFIG["sitelibdir"]')}
@@ -16,7 +16,7 @@
 
 Name: kdebindings
 Version: 4.0.83
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: KDE bindings to non-C++ languages
 
 Group: User Interface/Desktops
@@ -91,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} -DENABLE_SMOKEKDEVPLATFORM=OFF \
+  %{!?smoke:-DBUILD_smoke=OFF} \
   ..
 popd
 
@@ -163,6 +163,10 @@
 
 
 %changelog
+* Fri Jun 20 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> 4.0.83-2
+- reenable smoke and ruby again
+- drop explicit ENABLE_SMOKEKDEVPLATFORM=OFF (now off by default)
+
 * Thu Jun 19 2008 Than Ngo <than at redhat.com> 4.0.83-1
 - 4.0.83 (beta2)
 




More information about the fedora-extras-commits mailing list