rpms/kdebindings/devel kdebindings.spec,1.100,1.101

Kevin Kofler (kkofler) fedora-extras-commits at redhat.com
Tue May 27 16:03:05 UTC 2008


Author: kkofler

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

Modified Files:
	kdebindings.spec 
Log Message:
rm -rf php for now.


Index: kdebindings.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kdebindings/devel/kdebindings.spec,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- kdebindings.spec	26 May 2008 13:06:26 -0000	1.100
+++ kdebindings.spec	27 May 2008 16:02:24 -0000	1.101
@@ -1,4 +1,4 @@
-# FIXME/TODO: BRs for Java (krossjava) and C# (qyoto, kimono) support?
+# FIXME/TODO: BRs for Java (krossjava), C# (qyoto, kimono) and PHP (php-qt) support?
 # 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
 
@@ -63,6 +63,9 @@
 
 %prep
 %setup -q
+# get rid of this because it breaks the build without PHP
+# we don't want to build php-qt before we sorted out the dep explosion mess
+rm -rf php
 
 %build
 




More information about the scm-commits mailing list