- add correct qt-version to build kde apidocs ,bz#239947

- disable kde_settings
This commit is contained in:
Than Ngo 2007-05-16 16:01:55 +00:00
parent 643f2c4aa4
commit 920e74866e
2 changed files with 7 additions and 16 deletions

View File

@ -1,11 +0,0 @@
--- kdelibs-3.3.92/kdefx/kstyle.cpp.defaultstyle 2004-11-18 00:54:47.000000000 +0100
+++ kdelibs-3.3.92/kdefx/kstyle.cpp 2005-02-14 18:13:11.584981009 +0100
@@ -238,7 +238,7 @@
QString KStyle::defaultStyle()
{
if (QPixmap::defaultDepth() > 8)
- return QString("plastik");
+ return QString("Bluecurve");
else
return QString("light, 3rd revision");
}

View File

@ -3,14 +3,14 @@
#define debug 1
%define final 1
%define kde_settings 1
%define kde_settings 0
%define apidocs 1
%define qt_epoch 1
%define arts_epoch 8
%define cups_epoch 1
%define qt_version 3.3.7
%define qt_version 3.3.8
%define arts_version 1.5.6
%define kde_major_version 3
@ -23,7 +23,7 @@ Name: kdelibs
Summary: K Desktop Environment - Libraries
Epoch: 6
Version: 3.5.6
Release: 7%{?dist}
Release: 8%{?dist}
License: LGPL
Url: http://www.kde.org/
@ -40,7 +40,6 @@ Patch4: kdelibs-3.0.4-ksyscoca.patch
Patch5: kdelibs-3.5.0-openssl0.9.8a.patch
Patch15: kdelibs-3.4.91-buildroot.patch
Patch16: kdelibs-3.1-ssl-krb5.patch
Patch20: kdelibs-3.3.92-defaultstyle.patch
Patch32: kdelibs-3.2.3-cups.patch
Patch33: kdelibs-3.3.2-ppc.patch
Patch34: kdelibs-3.4.0-qtdoc.patch
@ -181,7 +180,6 @@ format for easy browsing
%patch5 -p1 -b .openssl
%patch15 -p1 -b .buildroot
%patch16 -p1 -b .ssl-krb5
#patch20 -p1 -b .defaultstyle
%patch32 -p1 -b .cups
%patch33 -p1 -b .ppc
%patch34 -p1 -b .qtdoc
@ -462,6 +460,10 @@ touch --no-create %{_datadir}/icons/crystalsvg 2> /dev/null || :
%changelog
* Wed May 16 2007 Than Ngo <than@redhat.com> - 3.5.6-8.fc7
- add correct qt-version to build kde apidocs ,bz#239947
- disable kde_settings
* Thu May 14 2007 Rex Dieter <rdieter[AT]fedoraproject.org> - 6:3.5.6-7
- BR: +keyutils-libs-devel (until krb5-devel's Reqs are fixed)