|
|
|
@ -19,7 +19,7 @@
|
|
|
|
|
Summary: Qt5 - QtWebKit components
|
|
|
|
|
Name: qt5-qtwebkit
|
|
|
|
|
Version: 5.6.0
|
|
|
|
|
Release: 0.6%{?dist}
|
|
|
|
|
Release: 0.7%{?dist}
|
|
|
|
|
|
|
|
|
|
# See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details
|
|
|
|
|
# See also http://qt-project.org/doc/qt-5.0/qtdoc/licensing.html
|
|
|
|
@ -48,6 +48,7 @@ Patch7: 0001-Add-ARM-64-support.patch
|
|
|
|
|
# truly madly deeply no rpath please, kthxbye
|
|
|
|
|
Patch8: qtwebkit-opensource-src-5.2.1-no_rpath.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: cmake
|
|
|
|
|
BuildRequires: qt5-qtbase-devel >= %{version}
|
|
|
|
|
BuildRequires: pkgconfig(Qt5Qml) >= %{version}
|
|
|
|
|
%if ! 0%{?bootstrap}
|
|
|
|
@ -173,7 +174,7 @@ popd
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc Source/WebCore/LICENSE*
|
|
|
|
|
%license Source/WebCore/LICENSE*
|
|
|
|
|
%doc ChangeLog* VERSION
|
|
|
|
|
%{_qt5_libdir}/libQt5WebKit.so.5*
|
|
|
|
|
%{_qt5_libdir}/libQt5WebKitWidgets.so.5*
|
|
|
|
@ -197,6 +198,9 @@ popd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Dec 28 2015 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.7
|
|
|
|
|
- BR: cmake, use %%license
|
|
|
|
|
|
|
|
|
|
* Mon Dec 28 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 5.6.0-0.6
|
|
|
|
|
- Rebuilt for libwebp soname bump
|
|
|
|
|
|
|
|
|
|