rpms/qt/devel qt.spec,1.104,1.105

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue May 9 22:09:09 UTC 2006


Author: than

Update of /cvs/dist/rpms/qt/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv8946

Modified Files:
	qt.spec 
Log Message:
add subpackage qt-devel-docs #191099




Index: qt.spec
===================================================================
RCS file: /cvs/dist/rpms/qt/devel/qt.spec,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- qt.spec	13 Apr 2006 21:36:09 -0000	1.104
+++ qt.spec	9 May 2006 22:08:55 -0000	1.105
@@ -85,7 +85,7 @@
 Summary: The shared library for the Qt GUI toolkit.
 Name: qt
 Version: %{ver}
-Release: 2
+Release: 3
 Epoch: 1
 License: GPL/QPL
 Group: System Environment/Libraries
@@ -190,7 +190,7 @@
 
 
 %package devel
-Summary: Development files and documentation for the Qt GUI toolkit.
+Summary: Development files for the Qt GUI toolkit.
 Group: Development/Libraries
 Requires: %{name} = %{epoch}:%{version}-%{release}
 Requires: freetype-devel
@@ -211,6 +211,12 @@
 Requires: libmng-devel
 
 
+%package devel-docs
+Summary: Documentation for the Qt GUI toolkit.
+Group: Development/Libraries
+Requires: %{name} = %{epoch}:%{version}-%{release}
+
+
 %package Xt
 Summary: An Xt (X Toolkit) compatibility add-on for the Qt GUI toolkit.
 Group: System Environment/Libraries
@@ -283,13 +289,17 @@
 %description devel
 The qt-devel package contains the files necessary to develop
 applications using the Qt GUI toolkit: the header files, the Qt meta
-object compiler, the man pages, the HTML documentation and example
-programs.
+object compiler.
 
 Install qt-devel if you want to develop GUI applications using the Qt
 toolkit.
 
 
+%description devel-docs
+The qt-devel-docs package contains the man pages, the HTML documentation and
+example programs.
+
+
 %description Xt
 An Xt (X Toolkit) compatibility add-on for the Qt GUI toolkit.
 
@@ -657,9 +667,6 @@
 %{qtdir}/lib/libdesigner*.a
 %{qtdir}/lib/libqassistantclient.a
 %{qtdir}/lib/*.prl
-%if %{installman}
-%{_mandir}/*/*
-%endif
 %{qtdir}/translations
 %{qtdir}/phrasebooks
 %{_bindir}/assistant*
@@ -678,9 +685,17 @@
 %{_libdir}/pkgconfig/*
 %{qtdir}/lib/pkgconfig
 %endif
+
+
+%files docs
+%defattr(-,root,root,-)
 %doc doc/html
 %doc examples
 %doc tutorial
+%if %{installman}
+%{_mandir}/*/*
+%endif
+
 
 %if %{motif_extention}
 %post Xt -p /sbin/ldconfig
@@ -736,6 +751,9 @@
 
 
 %changelog
+* Tue May 09 2006 Than Ngo <than at redhat.com> 1:3.3.6-3 
+- add subpackage qt-devel-docs #191099
+
 * Thu Apr 13 2006 Than Ngo <than at redhat.com> 1:3.3.6-2
 - fix xorg prefix #188510
 




More information about the fedora-cvs-commits mailing list