File libqt4-devel-doc-data.spec of Package libqt4
#
# spec file for package libqt4-devel-doc-data (Version 4.5.3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
# nodebuginfo
Name: libqt4-devel-doc-data
BuildRequires: cups-devel freeglut-devel freetype2-devel libQtWebKit-devel libqt4-devel pkgconfig
BuildRequires: libqt4-sql-sqlite openssl-devel sqlite-devel
%if 0%{?suse_version}
BuildRequires: update-desktop-files
%endif
Url: http://www.trolltech.com
License: QPL, GPL
Group: System/Libraries
AutoReqProv: on
Summary: Qt documentation (architecture independent files)
BuildArch: noarch
%requires_eq libqt4
# COMMON-BEGIN
# COMMON-BEGIN
Version: 4.5.3
Release: 3.<RELEASE2>
%define base_name libqt4
%define x11_free -x11-opensource-src-
%define rversion 4.5.3
Source: qt%x11_free%rversion.tar.bz2
Source10: qt4config.desktop
Source11: designer4.desktop
Source12: linguist4.desktop
Source13: assistant4.desktop
Source14: assistant.png
Source15: designer.png
Source16: linguist.png
Patch2: qt-never-strip.diff
Patch3: plastik-default.diff
Patch6: use-freetype-default.diff
Patch1006: use-freetype-default-legacy.diff
Patch8: link-tools-shared.diff
Patch39: 0191-listview-alternate-row-colors.diff
Patch40: 0188-fix-moc-parser-same-name-header.diff
Patch43: 0195-compositing-properties.diff
Patch55: ignore-global-advance-width-in-fots.diff
Patch60: 0180-window-role.diff
Patch61: qt4-fake-bold.patch
Patch70: 0225-invalidate-tabbar-geometry-on-refresh.patch
Patch75: qt-debug-timer.diff
Patch87: qfatal-noreturn.diff
Patch90: display-key-support.diff
Patch101: no-moc-date.diff
Patch102: 0253-qmake_correct_path_separators.diff
Patch105: disable-callgrind.diff
Patch106: build-install-qdoc3.diff
Patch108: 0280-deserialization-custom-dbus-properties.diff
Patch111: 0283-do-not-deduce-scrollbar-extent-twice.diff
Patch113: 0019-Make-QMenu-respect-the-minimum-width-set.patch
Patch114: avoid-dbus-deadlock.diff
Patch116: fix-xsync-flag.diff
Patch117: glib-eventloop-regression.diff
Patch118: filter-leak-fix.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if %suse_version > 910
%define common_options --opensource -fast -no-separate-debug-info -shared -xkb -xrender -xcursor -dbus-linked -xfixes -xrandr -xinerama -sm -no-nas-sound -no-rpath -system-libjpeg -system-libpng -accessibility -cups -stl -nis -system-zlib -qt-gif -prefix /usr -L %_libdir -libdir %_libdir -docdir %_docdir/%{base_name} -examplesdir %_libdir/qt4/examples -demosdir %_libdir/qt4/demos -plugindir %plugindir -translationdir /usr/share/qt4/translations -iconv -sysconfdir /etc/settings -datadir /usr/share/qt4/ -no-pch -reduce-relocations -exceptions -system-libtiff -glib -optimized-qmake -no-webkit -no-xmlpatterns -system-sqlite -qt3support -xsync
%else
%define common_options --opensource -fast -no-separate-debug-info -shared -xkb -no-xrender -no-xrandr -no-xinerama -no-xshape -no-nas-sound -no-rpath -system-libjpeg -system-libpng -accessibility -cups -stl -nis -system-zlib -qt-gif -prefix /usr -L %_libdir -libdir %_libdir -docdir %_docdir/%{base_name} -examplesdir %_libdir/qt4/examples -demosdir %_libdir/qt4/demos -plugindir %plugindir -translationdir /usr/share/qt4/translations -iconv -sysconfdir /etc/settings -datadir /usr/share/qt4/ -no-pch -no-exceptions -system-libtiff -no-sm -no-opengl -no-xcursor -no-webkit -no-xmlpatterns
%endif
%define check_config \
grep '# define' src/corelib/global/qconfig.h | egrep -v 'QT_(ARCH|USE)'; \
if test -f /usr/share/qt4/mkspecs/qconfig.pri ; then \
cmp /usr/share/qt4/mkspecs/qconfig.pri mkspecs/qconfig.pri || exit 1; \
fi \
%description
Qt is a set of libraries for developing applications.
This package contains base tools, like string, xml, and network
handling.
Authors:
--------
Qt Software
%prep
%define plugindir %_libdir/qt4/plugins
%setup -q -n qt%x11_free%rversion
%patch2
%patch3
%if %suse_version > 1010
%patch6
%else
%patch1006
%endif
# needs rediffing
#%patch8
%patch39
%patch40
%patch43
%patch55
%patch60
%if %suse_version > 910
# bnc#374073 comment #8
# %patch61
%endif
%patch70
%patch75
%patch87
%patch90
%patch101
%patch102
%patch105
%patch106
%patch108
%patch111
%patch113 -p1
%patch114 -p1
%patch116
%patch117 -p1
%patch118
# be sure not to use them
rm -rf src/3rdparty/{libjpeg,freetype,libpng,zlib,libtiff}
# COMMON-END
# COMMON-END
%build
export QTDIR=$PWD
export PATH=$PWD/bin:$PATH
export LD_LIBRARY_PATH=$PWD/lib/
sed -i -e "/^QMAKE_CFLAGS_RELEASE[ \t]*+=/s,\$, $RPM_OPT_FLAGS," mkspecs/common/g++.conf
%if %suse_version > 910
OPTIONS="-system-sqlite"
%else
OPTIONS=""
%endif
export MAKEFLAGS="%{?jobs:-j %jobs}"
echo yes | ./configure %common_options $OPTIONS -plugin-sql-sqlite -nomake demos -xmlpatterns -webkit
%check_config
pushd src
make %{?jobs:-j%jobs} sub-moc sub-rcc sub-uic
popd
pushd tools
make %{?jobs:-j%jobs} sub-assistant
popd
pushd tools/qdoc3
make %{?jobs:-j%jobs}
popd
test -d doc/qch || make %{?jobs:-j%jobs} docs
./config.status
%install
export QTDIR=$PWD
# htmldocs are not generated - why?
for d in docimages qchdocs htmldocs ; do
make INSTALL_ROOT=$RPM_BUILD_ROOT install_${d}
done
#mkdir -p $RPM_BUILD_ROOT/%_docdir/%base_name/html
#for d in html-api html-assistant html-designer html-linguist html-qmake; do
# for f in doc/$d/*; do
# test -f $f && install -m 644 $f $RPM_BUILD_ROOT/%_docdir/%base_name/html
# done
#done
rm -rf $RPM_BUILD_ROOT/usr/{bin,%_lib}
%clean
rm -rf $RPM_BUILD_ROOT
# no baselibs supplements for older distros
%if %suse_version < 1110
sed -i -e 's, supplements .*,,' $RPM_SOURCE_DIR/baselibs.conf
%endif
%files
%defattr(-,root,root,755)
%dir /usr/share/doc/packages/%base_name
/usr/share/doc/packages/%base_name/qch
/usr/share/doc/packages/%base_name/html*
/usr/share/doc/packages/%base_name/src
%changelog