Update to 5.8.0
- filter qml provides, BR: qtbase-private-devel qtdeclarative explicitly
This commit is contained in:
parent
72d4f65d8d
commit
a83eb18915
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/qtwayland-opensource-src-5.7.1.tar.xz
|
||||
/qtwayland-opensource-src-5.8.0.tar.xz
|
||||
|
@ -2,20 +2,20 @@
|
||||
|
||||
Summary: Qt5 - Wayland platform support and QtCompositor module
|
||||
Name: qt5-%{qt_module}
|
||||
Version: 5.7.1
|
||||
Release: 4%{?dist}
|
||||
Version: 5.8.0
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: LGPLv2 with exceptions or LGPLv3 with exceptions
|
||||
Url: http://www.qt.io
|
||||
Source0: http://download.qt.io/official_releases/qt/5.7/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz
|
||||
Source0: http://download.qt.io/official_releases/qt/5.8/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz
|
||||
|
||||
# filter qml provides
|
||||
%global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$
|
||||
|
||||
BuildRequires: qt5-qtbase-devel >= %{version}
|
||||
BuildRequires: qt5-qtbase-static
|
||||
BuildRequires: qt5-qtdeclarative-devel
|
||||
BuildRequires: pkgconfig(Qt5Quick)
|
||||
BuildRequires: pkgconfig(Qt5Qml)
|
||||
BuildRequires: pkgconfig(xkbcommon)
|
||||
BuildRequires: pkgconfig(wayland-scanner)
|
||||
BuildRequires: pkgconfig(wayland-server)
|
||||
@ -29,7 +29,6 @@ BuildRequires: pkgconfig(xcomposite)
|
||||
BuildRequires: pkgconfig(xrender)
|
||||
BuildRequires: pkgconfig(libudev)
|
||||
BuildRequires: pkgconfig(libinput)
|
||||
|
||||
BuildRequires: qt5-qtbase-private-devel
|
||||
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
|
||||
|
||||
@ -37,21 +36,21 @@ BuildRequires: qt5-qtbase-private-devel
|
||||
%{summary}.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
# why was this added explicitly? auto-pkgconfig deps should pick this up -- rex
|
||||
Requires: pkgconfig(xkbcommon)
|
||||
Requires: qt5-qtbase-devel%{?_isa}
|
||||
Requires: pkgconfig(xkbcommon)
|
||||
Requires: qt5-qtbase-devel%{?_isa}
|
||||
%description devel
|
||||
%{summary}.
|
||||
|
||||
%package examples
|
||||
Summary: Examples for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Summary: Programming examples for %{name}
|
||||
BuildRequires: qt5-qtbase-doc
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
%description examples
|
||||
%{summary}.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n %{qt_module}-opensource-src-%{version}
|
||||
|
||||
@ -74,7 +73,6 @@ for prl_file in libQt5*.prl ; do
|
||||
done
|
||||
popd
|
||||
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
@ -92,7 +90,6 @@ popd
|
||||
%{_qt5_plugindir}/platforms/libqwayland-generic.so
|
||||
%{_qt5_plugindir}/platforms/libqwayland-xcomposite-egl.so
|
||||
%{_qt5_plugindir}/platforms/libqwayland-xcomposite-glx.so
|
||||
%{_qt5_plugindir}/platforms/libcustom-wayland.so
|
||||
%dir %{_qt5_qmldir}/QtWayland
|
||||
%{_qt5_qmldir}/QtWayland/*
|
||||
|
||||
@ -116,11 +113,7 @@ popd
|
||||
%files examples
|
||||
%{_qt5_examplesdir}/wayland/
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.7.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Mon Jan 02 2017 Rex Dieter <rdieter@math.unl.edu> - 5.7.1-3
|
||||
- filter qml provides, BR: qtbase-private-devel qtdeclarative explicitly
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (qtwayland-opensource-src-5.7.1.tar.xz) = 41a6699b9048a859bb0cb1e37cd0a3977f52a5a223d4f6a4ce5e1402c5b829cc907593ce2b70f4ec24dfad147251bb2f20e889eae26072cf53e774b4585f2921
|
||||
SHA512 (qtwayland-opensource-src-5.8.0.tar.xz) = 75e87aa164a085b357cdcedab7b591a6f2fc543b2105cdc0760306192446c99aaf3467538896a68c2796d6d23eaac886bdef87fe58816a3dd759d4802690bdea
|
||||
|
Loading…
Reference in New Issue
Block a user