2011-05-19 16:08:10 +00:00
|
|
|
|
|
|
|
Name: qtwebkit
|
2012-05-22 14:54:39 +00:00
|
|
|
Version: 2.2.2
|
2012-11-13 13:34:06 +00:00
|
|
|
Release: 3%{?dist}
|
2011-05-19 16:08:10 +00:00
|
|
|
Summary: Qt WebKit bindings
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
|
|
|
URL: http://trac.webkit.org/wiki/QtWebKit
|
2012-05-11 16:41:38 +00:00
|
|
|
# get make-package.py:
|
|
|
|
# $ git clone git://qt.gitorious.org/qtwebkit/tools.git
|
|
|
|
# get Qt WebKit source code:
|
|
|
|
# $ git clone git://gitorious.org/+qtwebkit-developers/webkit/qtwebkit.git
|
2012-05-22 14:54:39 +00:00
|
|
|
# create a branch from a tag (e.g. qtwebkit-2.2.2):
|
|
|
|
# $ git checkout -b qtwebkit-2.2.2 qtwebkit-2.2.2
|
2012-05-11 16:41:38 +00:00
|
|
|
# generate the tarball (requires: bison flex gperf):
|
|
|
|
# $ make-package.py
|
|
|
|
# fix/repack the generated tarball:
|
2012-05-22 14:54:39 +00:00
|
|
|
# $ tar xzf qtwebkit-2.2.2-source.tar.gz
|
|
|
|
# $ mv qtwebkit-2.2.2-source/include qtwebkit-2.2.2-source/Source/
|
|
|
|
# $ tar cJf qtwebkit-2.2.2-source.tar.xz qtwebkit-2.2.2-source/
|
2012-05-11 16:41:38 +00:00
|
|
|
Source0: qtwebkit-%{version}-source.tar.xz
|
2011-05-19 16:08:10 +00:00
|
|
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
|
|
|
|
|
|
|
# search /usr/lib{,64}/mozilla/plugins-wrapped for browser plugins too
|
|
|
|
Patch1: webkit-qtwebkit-2.2-tp1-pluginpath.patch
|
2011-05-24 12:05:06 +00:00
|
|
|
|
2011-06-22 21:28:45 +00:00
|
|
|
# include -debuginfo except on s390(x) during linking of libQtWebKit
|
|
|
|
Patch3: webkit-qtwebkit-2.2-debuginfo.patch
|
2011-05-24 12:05:06 +00:00
|
|
|
|
2011-07-21 14:02:50 +00:00
|
|
|
# https://bugs.webkit.org/show_bug.cgi?id=63941
|
|
|
|
# -Wall + -Werror = fail
|
2012-05-22 14:54:39 +00:00
|
|
|
Patch4: qtwebkit-2.2.2-no_Werror.patch
|
2011-05-19 16:08:10 +00:00
|
|
|
|
2011-05-24 12:05:06 +00:00
|
|
|
# fix for qt-4.6.x
|
|
|
|
Patch5: webkit-qtwebkit-2.2tp1-qt46.patch
|
|
|
|
|
2011-11-18 19:47:00 +00:00
|
|
|
# fix for glib-2.31+
|
2011-12-21 13:12:12 +00:00
|
|
|
# See https://bugs.webkit.org/show_bug.cgi?id=69840 for the gory details.
|
2011-12-21 13:07:56 +00:00
|
|
|
Patch6: qtwebkit-2.2.x-glib231-wk#69840.patch
|
2011-11-18 19:47:00 +00:00
|
|
|
|
2012-01-24 13:58:00 +00:00
|
|
|
# gcc doesn't support flag -fuse-ld=gold
|
|
|
|
Patch7: webkit-qtwebkit-ld.gold.patch
|
|
|
|
|
2012-11-13 13:34:06 +00:00
|
|
|
# svg infinite loop
|
|
|
|
# https://projects.kde.org/news/177
|
|
|
|
# https://bugs.webkit.org/show_bug.cgi?id=97258
|
|
|
|
Patch8: qtwebkit-svg_infinite_loop.patch
|
|
|
|
|
2011-05-19 16:08:10 +00:00
|
|
|
BuildRequires: chrpath
|
2011-09-29 14:10:51 +00:00
|
|
|
BuildRequires: libicu-devel
|
2011-12-19 20:35:32 +00:00
|
|
|
BuildRequires: libjpeg-devel
|
2011-11-18 19:47:00 +00:00
|
|
|
BuildRequires: pkgconfig(gio-2.0) pkgconfig(glib-2.0)
|
2011-08-10 16:08:09 +00:00
|
|
|
# gstreamer media support
|
2011-11-18 19:47:00 +00:00
|
|
|
BuildRequires: pkgconfig(gstreamer-0.10) pkgconfig(gstreamer-app-0.10)
|
2011-09-29 13:54:37 +00:00
|
|
|
BuildRequires: pkgconfig(libpcre)
|
2011-12-19 20:35:32 +00:00
|
|
|
BuildRequires: pkgconfig(libpng)
|
2011-09-29 13:54:37 +00:00
|
|
|
BuildRequires: pkgconfig(QtCore) pkgconfig(QtNetwork)
|
|
|
|
BuildRequires: pkgconfig(sqlite3)
|
2011-12-19 21:40:20 +00:00
|
|
|
BuildRequires: pkgconfig(xext)
|
|
|
|
BuildRequires: pkgconfig(xrender)
|
2011-08-29 10:25:39 +00:00
|
|
|
%if 0%{?fedora}
|
2011-09-29 13:54:37 +00:00
|
|
|
# for QtLocation, QtSensors
|
2011-05-19 16:08:10 +00:00
|
|
|
BuildRequires: qt-mobility-devel >= 1.2
|
2011-08-29 10:25:39 +00:00
|
|
|
%endif
|
2011-06-03 18:17:13 +00:00
|
|
|
Obsoletes: qt-webkit < 1:4.9.0
|
2011-05-19 16:08:10 +00:00
|
|
|
Provides: qt-webkit = 2:%{version}-%{release}
|
|
|
|
Provides: qt4-webkit = 2:%{version}-%{release}
|
|
|
|
Provides: qt4-webkit%{?_isa} = 2:%{version}-%{release}
|
|
|
|
|
2011-06-03 18:17:13 +00:00
|
|
|
%{?_qt4_version:Requires: qt4%{?_isa} >= %{_qt4_version}}
|
|
|
|
|
2011-05-19 16:08:10 +00:00
|
|
|
%description
|
|
|
|
%{summary}
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2011-06-03 18:17:13 +00:00
|
|
|
Requires: qt4-devel
|
2011-05-19 16:08:10 +00:00
|
|
|
# when qt_webkit_version.pri was moved from qt-devel => qt-webkit-devel
|
|
|
|
Conflicts: qt-devel < 1:4.7.2-9
|
2011-06-03 18:17:13 +00:00
|
|
|
Obsoletes: qt-webkit-devel < 1:4.9.0
|
2011-05-19 16:08:10 +00:00
|
|
|
Provides: qt-webkit-devel = 2:%{version}-%{release}
|
|
|
|
Provides: qt4-webkit-devel = 2:%{version}-%{release}
|
|
|
|
Provides: qt4-webkit-devel%{?_isa} = 2:%{version}-%{release}
|
|
|
|
%description devel
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
2012-05-11 16:41:38 +00:00
|
|
|
%setup -q -n qtwebkit-%{version}-source
|
2011-05-19 16:08:10 +00:00
|
|
|
|
|
|
|
%patch1 -p1 -b .pluginpath
|
2011-06-22 21:28:45 +00:00
|
|
|
%patch3 -p1 -b .debuginfo
|
2011-05-19 16:08:10 +00:00
|
|
|
%patch4 -p1 -b .no_Werror
|
2012-05-11 19:09:45 +00:00
|
|
|
## don't unconditionally apply this anymore
|
|
|
|
## it has side-effects ( like http://bugzilla.redhat.com/761337 )
|
|
|
|
#patch5 -p1 -b .qt46
|
2011-11-18 19:47:00 +00:00
|
|
|
%patch6 -p1 -b .glib231
|
2012-01-24 13:58:00 +00:00
|
|
|
%patch7 -p1 -b .ld.gold
|
2012-11-13 13:34:06 +00:00
|
|
|
%patch8 -p1 -b .svn_infinite_loop
|
2012-05-11 16:41:38 +00:00
|
|
|
|
2011-05-19 16:08:10 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
PATH=%{_qt4_bindir}:$PATH; export PATH
|
|
|
|
QTDIR=%{_qt4_prefix}; export QTDIR
|
|
|
|
|
2012-05-11 16:41:38 +00:00
|
|
|
pushd Source
|
|
|
|
%{_qt4_qmake}
|
|
|
|
popd
|
|
|
|
|
|
|
|
make %{?_smp_mflags} -C Source
|
2011-05-19 16:08:10 +00:00
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
2012-05-11 16:41:38 +00:00
|
|
|
make install INSTALL_ROOT=%{buildroot} -C Source
|
2011-05-19 16:08:10 +00:00
|
|
|
|
|
|
|
## HACK, there has to be a better way
|
|
|
|
chrpath --list %{buildroot}%{_qt4_libdir}/libQtWebKit.so.4.9.0 ||:
|
|
|
|
chrpath --delete %{buildroot}%{_qt4_libdir}/libQtWebKit.so.4.9.0 ||:
|
2011-05-24 14:06:35 +00:00
|
|
|
%if 0%{?_qt4_importdir:1}
|
2011-05-19 16:08:10 +00:00
|
|
|
chrpath --list %{buildroot}%{_qt4_importdir}/QtWebKit/libqmlwebkitplugin.so ||:
|
|
|
|
chrpath --delete %{buildroot}%{_qt4_importdir}/QtWebKit/libqmlwebkitplugin.so ||:
|
2011-05-24 12:05:06 +00:00
|
|
|
%endif
|
2011-05-19 16:08:10 +00:00
|
|
|
|
2012-05-11 16:41:38 +00:00
|
|
|
|
2011-05-19 16:08:10 +00:00
|
|
|
%clean
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_qt4_libdir}/libQtWebKit.so.4*
|
2011-05-24 14:06:35 +00:00
|
|
|
%if 0%{?_qt4_importdir:1}
|
|
|
|
%{_qt4_importdir}/QtWebKit/
|
|
|
|
%endif
|
2011-05-19 16:08:10 +00:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_qt4_datadir}/mkspecs/modules/qt_webkit_version.pri
|
|
|
|
%{_qt4_headerdir}/QtWebKit/
|
|
|
|
%{_qt4_libdir}/libQtWebKit.prl
|
|
|
|
%{_qt4_libdir}/libQtWebKit.so
|
|
|
|
%{_libdir}/pkgconfig/QtWebKit.pc
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2012-11-13 13:34:06 +00:00
|
|
|
* Tue Nov 13 2012 Rex Dieter <rdieter@fedoraproject.org> 2.2.2-3
|
|
|
|
- Certain SVG content freezes QtWebKit (webkit#97258)
|
|
|
|
|
2012-07-21 13:56:04 +00:00
|
|
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-05-22 14:54:39 +00:00
|
|
|
* Tue May 22 2012 Rex Dieter <rdieter@fedoraproject.org> 2.2.2-1
|
|
|
|
- qtwebkit-2.2.2
|
|
|
|
|
2012-05-11 19:09:45 +00:00
|
|
|
* Fri May 11 2012 Rex Dieter <rdieter@fedoraproject.org> 2.2.1-6
|
|
|
|
- can't render Complex Text Layout (Hindi, Arabic) (#761337)
|
|
|
|
|
2012-05-11 16:41:38 +00:00
|
|
|
* Fri May 11 2012 Rex Dieter <rdieter@fedoraproject.org> 2.2.1-5
|
|
|
|
- respin tarball using upstream make-package.py tool
|
|
|
|
|
2012-01-24 13:58:00 +00:00
|
|
|
* Tue Jan 24 2012 Than Ngo <than@redhat.com> - 2.2.1-4
|
|
|
|
- gcc doesn't support flag -fuse-ld=gold yet
|
2012-01-24 15:43:57 +00:00
|
|
|
- fix build failure with gcc-4.7
|
2012-01-24 13:58:00 +00:00
|
|
|
|
2012-01-14 02:33:45 +00:00
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-12-21 13:07:56 +00:00
|
|
|
* Wed Dec 21 2011 Than Ngo <than@redhat.com> - 2.2.1-2
|
|
|
|
- backport the correct patch from trunk to fix glib-2.31 issue
|
|
|
|
|
2011-12-19 21:40:20 +00:00
|
|
|
* Mon Dec 19 2011 Rex Dieter <rdieter@fedoraproject.org> 2.2.1-1
|
|
|
|
- qtwebkit-2.2.1
|
|
|
|
- add explicit BR: pkgconfig(xext) pkgconfig(xrender)
|
|
|
|
|
2011-12-19 20:35:32 +00:00
|
|
|
* Sun Nov 27 2011 Rex Dieter <rdieter@fedoraproject.org> 2.2.0-3
|
|
|
|
- add explicit BR: libjpeg-devel libpng-devel
|
|
|
|
|
2011-11-18 19:47:00 +00:00
|
|
|
* Fri Nov 18 2011 Rex Dieter <rdieter@fedoraproject.org> 2.2.0-2
|
|
|
|
- fix FTBFS against newer glib
|
|
|
|
|
2011-09-29 13:54:37 +00:00
|
|
|
* Thu Sep 29 2011 Rex Dieter <rdieter@fedoraproject.org> 2.2.0-1
|
|
|
|
- qtwebkit-2.2.0 (final)
|
|
|
|
- more pkgconfig-style deps
|
|
|
|
|
2011-09-14 16:07:07 +00:00
|
|
|
* Wed Sep 14 2011 Rex Dieter <rdieter@fedoraproject.org> 2.2.0-0.1.rc1
|
|
|
|
- qtwebkit-2.2.0-rc1
|
|
|
|
|
2011-09-06 17:11:03 +00:00
|
|
|
* Tue Sep 06 2011 Rex Dieter <rdieter@fedoraproject.org> 2.2-16.week35
|
|
|
|
- qtwebkit-2.2-week35 snapshot
|
|
|
|
|
2011-09-01 16:59:38 +00:00
|
|
|
* Thu Sep 01 2011 Rex Dieter <rdieter@fedoraproject.org> 2.2-15.week34
|
|
|
|
- qtwebkit-2.2-week34 snapshot
|
|
|
|
|
2011-08-27 11:15:46 +00:00
|
|
|
* Sat Aug 27 2011 Than Ngo <than@redhat.com> - 2.2-14.week32
|
|
|
|
- drop conditional
|
|
|
|
|
2011-08-18 17:48:04 +00:00
|
|
|
* Thu Aug 18 2011 Rex Dieter <rdieter@fedoraproject.org> 2.2-13.week32
|
|
|
|
- qtwebkit-2.2-week32 snapshot
|
|
|
|
|
2011-08-10 16:08:09 +00:00
|
|
|
* Wed Aug 10 2011 Rex Dieter <rdieter@fedoraproject.org> 2.2-12.week31
|
|
|
|
- BR: gstreamer-devel bits
|
|
|
|
|
2011-08-09 20:49:24 +00:00
|
|
|
* Tue Aug 09 2011 Rex Dieter <rdieter@fedoraproject.org> 2.2-11.week31
|
|
|
|
- qtwebkit-2.2-week31 snapshot
|
|
|
|
|
2011-07-23 23:07:31 +00:00
|
|
|
* Sat Jul 23 2011 Rex Dieter <rdieter@fedoraproject.org> 2.2-10.week28
|
|
|
|
- rebuild
|
|
|
|
|
2011-07-21 14:02:50 +00:00
|
|
|
* Wed Jul 20 2011 Rex Dieter <rdieter@fedoraproject.org> 2.2-9.week28
|
|
|
|
- qtwebkit-2.2-week28 snapshot
|
|
|
|
|
2011-07-20 20:44:50 +00:00
|
|
|
* Wed Jul 20 2011 Rex Dieter <rdieter@fedoraproject.org> 2.2-8.20110621
|
|
|
|
- rebuild (qt48)
|
|
|
|
|
2011-06-22 15:32:16 +00:00
|
|
|
* Wed Jun 22 2011 Dan Horák <dan[at]danny.cz> 2.2-7.20110621
|
|
|
|
- bump release for the s390 build fix
|
|
|
|
|
2011-06-21 19:12:55 +00:00
|
|
|
* Tue Jun 21 2011 Rex Dieter <rdieter@fedoraproject.org> 2.2-6.20110621
|
|
|
|
- 20110621 snapshot
|
|
|
|
- s390: respin javascriptcore_debuginfo.patch to omit -g from CXXFLAGS too
|
|
|
|
|
2011-06-03 18:17:13 +00:00
|
|
|
* Fri Jun 03 2011 Rex Dieter <rdieter@fedoraproject.org> 2.2-5.20110603
|
|
|
|
- 20110603 snapshot
|
|
|
|
- drop unused/deprecated phonon/gstreamer support snippets
|
|
|
|
- add minimal qt4 dep
|
|
|
|
|
2011-05-24 12:07:42 +00:00
|
|
|
* Tue May 24 2011 Than Ngo <than@redhat.com> - 2.2-4.20110513
|
2011-05-24 12:05:06 +00:00
|
|
|
- fix for qt-4.6.x
|
|
|
|
- add condition for rhel
|
|
|
|
- enable shared for qtwebkit build
|
|
|
|
|
2011-05-24 12:07:42 +00:00
|
|
|
* Thu May 19 2011 Rex Dieter <rdieter@fedoraproject.org> 2.2-3.20110513
|
2011-05-19 16:11:05 +00:00
|
|
|
- bump up Obsoletes: qt-webkit a bit, to be on the safe side
|
|
|
|
|
2011-05-19 16:08:10 +00:00
|
|
|
* Fri May 13 2011 Rex Dieter <rdieter@fedoraproject.org> 2.2-2.20110513
|
|
|
|
- 20110513 qtwebkit-2.2 branch snapshot
|
|
|
|
- cleanup deps
|
|
|
|
- drop -Werror
|
|
|
|
|
|
|
|
* Thu May 12 2011 Than Ngo <than@redhat.com> - 2.2-1
|
|
|
|
- 2.2-tp1
|
|
|
|
- gstreamer is now default, drop unneeded phonon patch
|
|
|
|
|
|
|
|
* Fri Apr 22 2011 Rex Dieter <rdieter@fedoraproject.org> 2.1-4
|
|
|
|
- javascriptcore -debuginfo too (#667175)
|
|
|
|
|
|
|
|
* Fri Apr 22 2011 Rex Dieter <rdieter@fedoraproject.org> 2.1-3
|
|
|
|
- Provides: qt(4)-webkit(-devel) = 2:%%version...
|
|
|
|
|
|
|
|
* Thu Apr 21 2011 Rex Dieter <rdieter@fedoraproject.org> 2.1-2
|
|
|
|
- -devel: Conflicts: qt-devel < 1:4.7.2-9 (qt_webkit_version.pri)
|
|
|
|
- drop old/deprecated Obsoletes/Provides: WebKit-qt
|
|
|
|
- use modified, less gigantic tarball
|
|
|
|
- patch to use phonon instead of QtMultimediaKit
|
|
|
|
- patch pluginpath for /usr/lib{,64}/mozilla/plugins-wrapped
|
|
|
|
|
|
|
|
* Tue Apr 19 2011 Rex Dieter <rdieter@fedoraproject.org> 2.1-1
|
|
|
|
- 2.1
|
|
|
|
|
|
|
|
* Mon Nov 08 2010 Than Ngo <than@redhat.com> - 2.0-2
|
|
|
|
- fix webkit to export symbol correctly
|
|
|
|
|
|
|
|
* Tue Nov 02 2010 Rex Dieter <rdieter@fedoraproject.org> 2.0-1
|
|
|
|
- 2.0 (as released with qt-4.7.0)
|
|
|
|
|
|
|
|
* Thu Sep 09 2010 Rex Dieter <rdieter@fedoraproject.org> 2.0-0.1.week32
|
|
|
|
- first try, borrowing a lot from debian/kubuntu packaging
|