rpms/kdebase-runtime/devel kdebase-runtime.spec,1.4,1.5

Kevin Kofler (kkofler) fedora-extras-commits at redhat.com
Sun Dec 2 21:13:37 UTC 2007


Author: kkofler

Update of /cvs/pkgs/rpms/kdebase-runtime/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14764/devel

Modified Files:
	kdebase-runtime.spec 
Log Message:
build without libxcb in F7 as we STILL don't have it (see #373361)


Index: kdebase-runtime.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kdebase-runtime/devel/kdebase-runtime.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- kdebase-runtime.spec	1 Dec 2007 20:48:34 -0000	1.4
+++ kdebase-runtime.spec	2 Dec 2007 21:13:04 -0000	1.5
@@ -7,7 +7,7 @@
 Name:          kdebase-runtime
 Summary:       K Desktop Environment - Runtime 
 Version:       3.96.2
-Release:       2%{?dist}
+Release:       3%{?dist}
 
 License:       GPLv2
 Group:         User Interface/Desktops
@@ -47,8 +47,10 @@
 BuildRequires: soprano-devel >= 1.97.1
 BuildRequires: strigi-devel >= 0.5.7
 BuildRequires: xine-lib-devel
-# phonon-xine VideoWidget need xine-lib built with libxcb support
-BuildRequires: xine-lib-devel libxcb-devel
+# needed for phonon-xine VideoWidget, also need xine-lib built with libxcb support
+%if 0%{?fedora} >= 8
+BuildRequires:  libxcb-devel
+%endif
 # needed?
 BuildRequires: xorg-x11-font-utils
 BuildRequires: xorg-x11-proto-devel
@@ -212,6 +214,9 @@
 
 
 %changelog
+* Sun Dec 02 2007 Kevin Kofler <Kevin at tigcc.ticalc.org> 3.96.2-3
+- build without libxcb in F7 as we STILL don't have it (see #373361)
+
 * Sat Dec 01 2007 Kevin Kofler <Kevin at tigcc.ticalc.org> 3.96.2-2
 - no longer set kde3_desktop on F9
 - update file list for !kde3_desktop (Sebastian Vahl)




More information about the fedora-extras-commits mailing list