Revert "- Final 5.8 spec. Need be bootstrapped first run, then qttools, then run again with docs."

This reverts commit fafeab55a2.
This commit is contained in:
Rex Dieter 2017-02-09 07:38:29 -06:00
parent fafeab55a2
commit 1a5fd22f91

View File

@ -22,7 +22,13 @@
%global rpm_macros_dir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d) %global rpm_macros_dir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
# set to 1 to enable bootstrap # set to 1 to enable bootstrap
%global bootstrap 0 %global bootstrap 1
%if 0%{?fedora} > 25 || 0%{?rhel} > 7
# set to 1 for openssl-1.1.x support
#global openssl11 1
%global firebird3x 1
%endif
%if 0%{?fedora} > 21 %if 0%{?fedora} > 21
# use external qt_settings pkg # use external qt_settings pkg
@ -60,7 +66,7 @@ BuildRequires: pkgconfig(libsystemd)
Name: qt5-qtbase Name: qt5-qtbase
Summary: Qt5 - QtBase components Summary: Qt5 - QtBase components
Version: 5.8.0 Version: 5.8.0
Release: 5%{?dist} Release: 1%{?dist}
# See LGPL_EXCEPTIONS.txt, for exception details # See LGPL_EXCEPTIONS.txt, for exception details
License: LGPLv2 with exceptions or GPLv3 with exceptions License: LGPLv2 with exceptions or GPLv3 with exceptions
@ -255,7 +261,8 @@ Requires: clang >= 3.7.0
Summary: API documentation for %{name} Summary: API documentation for %{name}
License: GFDL License: GFDL
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
BuildRequires: qt5-doctools BuildRequires: qt5-qhelpgenerator
BuildRequires: qt5-qdoc
BuildArch: noarch BuildArch: noarch
%description doc %description doc
@ -350,7 +357,9 @@ Qt5 libraries used for drawing widgets and OpenGL items.
%if 0%{?openssl11} %if 0%{?openssl11}
%patch63 -p1 -b .openssl11 %patch63 -p1 -b .openssl11
%endif %endif
%if 0%{?firebird3x}
%patch64 -p1 -b .firebird %patch64 -p1 -b .firebird
%endif
%if 0%{?inject_optflags} %if 0%{?inject_optflags}
## adjust $RPM_OPT_FLAGS ## adjust $RPM_OPT_FLAGS
@ -985,20 +994,6 @@ fi
%changelog %changelog
* Sat Jan 28 2017 Helio Chissini de Castro <helio@kde.org> - 5.8.0-5
- Really debootstrap :-P
* Fri Jan 27 2017 Helio Chissini de Castro <helio@kde.org> - 5.8.0-4
- Debootstrap
- Use meta doctools package to build docs
* Fri Jan 27 2017 Helio Chissini de Castro <helio@kde.org> - 5.8.0-3
- Unify firebird patch for both versions
- Bootstrap again for copr
* Thu Jan 26 2017 Helio Chissini de Castro <helio@kde.org> - 5.8.0-2
- Debootstrap after tools built. New tool needed qtattributionsscanner
* Thu Jan 26 2017 Helio Chissini de Castro <helio@kde.org> - 5.8.0-1 * Thu Jan 26 2017 Helio Chissini de Castro <helio@kde.org> - 5.8.0-1
- Initial update for 5.8.0 - Initial update for 5.8.0