Update to 5.8.0
- Add qt5-qtbase-doc as requires to doc creation. Is needed to generate proper indexes and enable examples to be proper installed.
This commit is contained in:
parent
69a328fce2
commit
f10e0adb16
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@
|
||||
/qtxmlpatterns-opensource-src-5.6.1.tar.xz
|
||||
/qtxmlpatterns-opensource-src-5.7.0.tar.xz
|
||||
/qtxmlpatterns-opensource-src-5.7.1.tar.xz
|
||||
/qtxmlpatterns-opensource-src-5.8.0.tar.xz
|
||||
|
@ -11,16 +11,14 @@
|
||||
%endif
|
||||
%endif
|
||||
|
||||
#define prerelease
|
||||
|
||||
Summary: Qt5 - QtXmlPatterns component
|
||||
Name: qt5-%{qt_module}
|
||||
Version: 5.7.1
|
||||
Release: 5%{?dist}
|
||||
Version: 5.8.0
|
||||
Release: 2%{?dist}
|
||||
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
|
||||
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
||||
Url: http://www.qt.io
|
||||
Source0: http://download.qt.io/snapshots/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
|
||||
|
||||
BuildRequires: qt5-qtbase-devel >= %{version}
|
||||
|
||||
@ -42,8 +40,8 @@ Requires: qt5-qtbase-devel%{?_isa}
|
||||
Summary: API documentation for %{name}
|
||||
License: GFDL
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
BuildRequires: qt5-qdoc
|
||||
BuildRequires: qt5-qhelpgenerator
|
||||
BuildRequires: qt5-doctools
|
||||
BuildRequires: qt5-qtbase-doc
|
||||
BuildArch: noarch
|
||||
%description doc
|
||||
%{summary}.
|
||||
@ -79,7 +77,7 @@ make install INSTALL_ROOT=%{buildroot} -C %{_target_platform}
|
||||
make install_docs INSTALL_ROOT=%{buildroot} -C %{_target_platform}
|
||||
%endif
|
||||
|
||||
# put non-conflicting binaries with -qt5 postfix in %{_bindir}
|
||||
# put non-conflicting binaries with -qt5 postfix in {_bindir}
|
||||
mkdir %{buildroot}%{_bindir}
|
||||
pushd %{buildroot}%{_qt5_bindir}
|
||||
for i in * ; do
|
||||
@ -129,17 +127,19 @@ popd
|
||||
%license LICENSE.FDL
|
||||
%{_qt5_docdir}/qtxmlpatterns.qch
|
||||
%{_qt5_docdir}/qtxmlpatterns/
|
||||
%endif
|
||||
|
||||
%if 0%{?_qt5_examplesdir:1}
|
||||
%files examples
|
||||
%{_qt5_examplesdir}/
|
||||
%endif
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.7.1-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
* Fri Jan 27 2017 Helio Chissini de Castro <helio@kde.org> - 5.8.0-2
|
||||
- Add qt5-qtbase-doc as requires to doc creation. Is needed to generate proper indexes
|
||||
and enable examples to be proper installed.
|
||||
|
||||
* Fri Jan 27 2017 Helio Chissini de Castro <helio@kde.org> - 5.8.0-1
|
||||
- New upstream version
|
||||
|
||||
* Sat Dec 10 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.7.1-4
|
||||
- drop BR: cmake (handled by qt5-rpm-macros now)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (qtxmlpatterns-opensource-src-5.7.1.tar.xz) = 2acdee1e49a154dd111be6afcb7f765d98fc17c49f79cf08c5fc03cda7e0cab7537e2dd57d976ee13b72c46a577bad2ac8466444ec46b3f14130f71756ac63a2
|
||||
SHA512 (qtxmlpatterns-opensource-src-5.8.0.tar.xz) = debaf9fe25621deaac9f2d27bc909ea67d257884ac7577a6e2f5fdba6590d06d5f22659be55ee17dbcd431d76156082665ecb92c6ea13bf79e0f568fe383d377
|
||||
|
Loading…
Reference in New Issue
Block a user