fix missing CSS styles and JS functions in the generated HTML

documentation, omitted from the upstream tarball
This commit is contained in:
Lukas Tinkl 2011-09-14 13:27:32 +02:00
parent 584e7bd537
commit 7a24f72b31
3 changed files with 12 additions and 2 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@
/hi64-phonon-gstreamer.png
/qt-everywhere-opensource-src-4.7.3.tar.gz
/qt-everywhere-opensource-src-4.8.0-beta1.tar.gz
/qt-doc-4.8.0-patch.tar.bz2

12
qt.spec
View File

@ -11,7 +11,7 @@ Summary: Qt toolkit
Name: qt
Epoch: 1
Version: 4.8.0
Release: 0.9.beta1%{?dist}
Release: 0.10.beta1%{?dist}
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
License: (LGPLv2 with exceptions or GPLv3 with exceptions) and ASL 2.0 and BSD and FTL and MIT
@ -84,6 +84,9 @@ Source24: qtconfig.desktop
Source30: hi128-app-qt4-logo.png
Source31: hi48-app-qt4-logo.png
# fix missing CSS styles and JS functions in the generated HTML documentation, omitted from the upstream tarball
Source100: qt-doc-4.8.0-patch.tar.bz2
## BOOTSTRAPPING, undef docs, demos, examples, phonon, webkit
## optional plugin bits
@ -368,6 +371,7 @@ Qt libraries used for drawing widgets and OpenGL items.
%prep
%setup -q -n qt-everywhere-opensource-src-%{version}
%setup -D -a 100 -n qt-everywhere-opensource-src-%{version}
%patch2 -p1 -b .multilib-optflags
@ -398,7 +402,7 @@ RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed 's|-fexceptions||g'`
# some 64bit platforms assume -64 suffix, https://bugzilla.redhat.com/569542
%if "%{?__isa_bits}" == "64"
%define platform linux-g++-64
%define platform linux-g++-64
%endif
# https://bugzilla.redhat.com/478481
@ -1010,6 +1014,10 @@ fi
%changelog
* Wed Sep 14 2011 Lukas Tinkl <ltinkl@redhat.com> 1:4.8.0-0.10.beta1
- fix missing CSS styles and JS functions in the generated HTML
documentation, omitted from the upstream tarball
* Wed Aug 17 2011 Rex Dieter <rdieter@fedoraproject.org> 1:4.8.0-0.9.beta1
- -graphicssystem raster (#712617)
- drop sqlite_pkg option

View File

@ -1,3 +1,4 @@
d9f511e4b51983b4e10eb58b320416d5 hi128-app-qt4-logo.png
6dcc0672ff9e60a6b83f95c5f42bec5b hi48-app-qt4-logo.png
b6d9da4c89cda9c555b9944f883e937a qt-everywhere-opensource-src-4.8.0-beta1.tar.gz
b47216c36285edd5be55ada4cdfbd974 qt-doc-4.8.0-patch.tar.bz2