- Beta 3 community
This commit is contained in:
parent
4b8a455781
commit
18a4a08464
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/qtwebkit-opensource-src-5.7.1.tar.xz
|
/qtwebkit-opensource-src-5.7.1.tar.xz
|
||||||
/qtwebkit-opensource-src-5.8.0.tar.xz
|
/qtwebkit-opensource-src-5.8.0.tar.xz
|
||||||
|
/qtwebkit-opensource-src-5.9.0-beta3.tar.xz
|
||||||
|
@ -5,13 +5,13 @@
|
|||||||
|
|
||||||
Summary: Qt5 - QtWebKit components
|
Summary: Qt5 - QtWebKit components
|
||||||
Name: qt5-qtwebkit
|
Name: qt5-qtwebkit
|
||||||
Version: 5.8.0
|
Version: 5.9.0
|
||||||
Release: 1%{?dist}
|
Release: 0.beta.3%{?dist}
|
||||||
|
|
||||||
# See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details
|
# See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details
|
||||||
# See also http://qt-project.org/doc/qt-5.0/qtdoc/licensing.html
|
# See also http://qt-project.org/doc/qt-5.0/qtdoc/licensing.html
|
||||||
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
||||||
Source0: http://download.qt.io/community_releases/5.8/%{version}-final/%{qt_module}-opensource-src-%{version}.tar.xz
|
Source0: http://download.qt.io/community_releases/5.9/%{version}-beta3/%{qt_module}-opensource-src-%{version}-beta3.tar.xz
|
||||||
|
|
||||||
## downstream patches
|
## downstream patches
|
||||||
# Search /usr/lib{,64}/mozilla/plugins-wrapped for browser plugins too
|
# Search /usr/lib{,64}/mozilla/plugins-wrapped for browser plugins too
|
||||||
@ -73,8 +73,6 @@ BuildRequires: qt5-qtbase-private-devel
|
|||||||
BuildRequires: qt5-qtdeclarative-private-devel
|
BuildRequires: qt5-qtdeclarative-private-devel
|
||||||
%{?_qt5:Requires: qt5-qtdeclarative%{?_isa} = %{_qt5_version}}
|
%{?_qt5:Requires: qt5-qtdeclarative%{?_isa} = %{_qt5_version}}
|
||||||
|
|
||||||
##upstream patches
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}
|
%{summary}
|
||||||
|
|
||||||
@ -98,7 +96,7 @@ BuildArch: noarch
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{qt_module}-opensource-src-%{version}
|
%setup -q -n %{qt_module}-opensource-src-%{version}-beta3
|
||||||
|
|
||||||
%patch1 -p1 -b .pluginpath
|
%patch1 -p1 -b .pluginpath
|
||||||
%patch3 -p1 -b .debuginfo
|
%patch3 -p1 -b .debuginfo
|
||||||
@ -163,7 +161,7 @@ popd
|
|||||||
%doc ChangeLog* VERSION
|
%doc ChangeLog* VERSION
|
||||||
%{_qt5_libdir}/libQt5WebKit.so.5*
|
%{_qt5_libdir}/libQt5WebKit.so.5*
|
||||||
%{_qt5_libdir}/libQt5WebKitWidgets.so.5*
|
%{_qt5_libdir}/libQt5WebKitWidgets.so.5*
|
||||||
#{_qt5_libexecdir}/QtWebPluginProcess
|
%{_qt5_libexecdir}/QtWebPluginProcess
|
||||||
%{_qt5_libexecdir}/QtWebProcess
|
%{_qt5_libexecdir}/QtWebProcess
|
||||||
%{_qt5_archdatadir}/qml/QtWebKit/
|
%{_qt5_archdatadir}/qml/QtWebKit/
|
||||||
|
|
||||||
@ -183,6 +181,9 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 10 2017 Helio Chissini de Castro <helio@kde.org> - 5.9.0-0.beta.3
|
||||||
|
- Community beta3
|
||||||
|
|
||||||
* Thu Mar 30 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.8.0-1
|
* Thu Mar 30 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.8.0-1
|
||||||
- 5.8.0
|
- 5.8.0
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (qtwebkit-opensource-src-5.8.0.tar.xz) = 980b5d267d31911f96822656d33407749eb7aa705d17051fe024505d51b0a6418cbd3492ba703057e8e22b0b1242a923f8b119ef9d52b70b7e6c28f36b2c9b84
|
SHA512 (qtwebkit-opensource-src-5.9.0-beta3.tar.xz) = 188d5abcb964a880fa00d80a9791f750a4328f7ccb6339f38e2b5e8876538522eae170e42af6ffc9ce9130c1639d9b7cfdb56e825c2e89f355a9489972338395
|
||||||
|
Loading…
x
Reference in New Issue
Block a user