rpms/qt4/FC-4 qt4.spec,1.8,1.9

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Thu Jun 29 14:56:42 UTC 2006


Author: rdieter

Update of /cvs/extras/rpms/qt4/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9890

Modified Files:
	qt4.spec 
Log Message:
* Wed Jun 28 2006 Rex Dieter <rexdieter[AT]users.sf.net> 4.1.4-4
- x11: split-out gui(x11) from non-gui bits (bug #196899)



Index: qt4.spec
===================================================================
RCS file: /cvs/extras/rpms/qt4/FC-4/qt4.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- qt4.spec	28 Jun 2006 14:37:11 -0000	1.8
+++ qt4.spec	29 Jun 2006 14:56:42 -0000	1.9
@@ -2,10 +2,10 @@
 # Fedora Review
 # http://bugzilla.redhat.com/bugzilla/188180
 
-Summary: Qt GUI toolkit
+Summary: Qt toolkit
 Name:	 qt4
 Version: 4.1.4
-Release: 3%{?dist}
+Release: 4%{?dist}
 
 License: GPL/QPL
 Group: 	 System Environment/Libraries
@@ -88,14 +88,17 @@
 
 
 %description 
-Qt is a GUI software toolkit which simplifies the task of writing and
-maintaining GUI (Graphical User Interface) applications
-for the X Window System.
+Qt is a software toolkit for developing applications.
+
+This package contains base tools, like string, xml, and network
+handling.
+
 
 %package devel
-Summary: Development files for the Qt GUI toolkit
+Summary: Development files for the Qt toolkit
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
+Requires: %{name}-x11 = %{version}-%{release}
 Requires: %{x_deps}
 Requires: libpng-devel
 Requires: libjpeg-devel
@@ -106,7 +109,7 @@
 Provides:  %{name}-designer = %{version}-%{release}
 %description devel
 This package contains the files necessary to develop
-applications using the Qt GUI toolkit.  Includes:
+applications using the Qt toolkit.  Includes:
 Qt Linguist
 
 %package doc
@@ -157,6 +160,14 @@
 %description sqlite 
 %{summary}.
 
+%package x11
+Group:	System Environment/Libraries
+Summary: Qt GUI-related libraries
+Requires: %{name} = %{version}-%{release}
+%description x11
+Qt libraries which are used for drawing widgets and OpenGL items.
+
+
 
 %prep
 %setup -q -n qt-x11-opensource-src-%{version}
@@ -325,19 +336,20 @@
 %{qt_libdir}/libQtSql.so.*
 %{qt_libdir}/libQtTest.so.*
 %{qt_libdir}/libQtXml.so.*
-# gui libs, see bug #196899
+%dir %{qtdir}/plugins/
+%dir %{qtdir}/plugins/sqldrivers/
+%{qtdir}/translations/
+
+%files x11 
+%defattr(-,root,root,-)
 %{qt_libdir}/libQt3Support.so.*
 %{qt_libdir}/libQtGui.so.*
 %{qt_libdir}/libQtOpenGL.so.*
 %{qt_libdir}/libQtSvg.so.*
-%dir %{qtdir}/plugins/
 %{qtdir}/plugins/accessible/
 %{qtdir}/plugins/imageformats/
 %{qtdir}/plugins/inputmethods/
-%dir %{qtdir}/plugins/sqldrivers/
-%{qtdir}/translations/
-#files config
-#defattr(-,root,root,-)
+#-config bits
 %{qtdir}/bin/qt*config*
 %{_bindir}/qt*config*
 %{_datadir}/applications/*qtconfig*.desktop
@@ -425,6 +437,9 @@
 
 
 %changelog
+* Wed Jun 28 2006 Rex Dieter <rexdieter[AT]users.sf.net> 4.1.4-4
+- x11: split-out gui(x11) from non-gui bits (bug #196899)
+
 * Mon Jun 26 2006 Rex Dieter <rexdieter[AT]users.sf.net> 4.1.4-3
 - -debug: drop, adds nothing over -debuginfo, make lib..._debug 
   symlinks instead (bug #196513)




More information about the fedora-extras-commits mailing list