de-bootstrap (#1685456)

This commit is contained in:
Rex Dieter 2019-03-05 10:29:31 -06:00
parent e5af27bede
commit ef77a370ad

View File

@ -1,11 +1,11 @@
%global qt_module qtxmlpatterns %global qt_module qtxmlpatterns
%global bootstrap 1 #global bootstrap 1
Summary: Qt5 - QtXmlPatterns component Summary: Qt5 - QtXmlPatterns component
Name: qt5-%{qt_module} Name: qt5-%{qt_module}
Version: 5.12.1 Version: 5.12.1
Release: 1%{?dist} Release: 2%{?dist}
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
License: LGPLv2 with exceptions or GPLv3 with exceptions License: LGPLv2 with exceptions or GPLv3 with exceptions
Url: http://www.qt.io Url: http://www.qt.io
@ -106,13 +106,16 @@ popd
%{_qt5_libdir}/pkgconfig/Qt5*.pc %{_qt5_libdir}/pkgconfig/Qt5*.pc
%{_qt5_archdatadir}/mkspecs/modules/*.pri %{_qt5_archdatadir}/mkspecs/modules/*.pri
%if !0%{?no_examples} %if !0%{?no_examples:1}
%files examples %files examples
%{_qt5_examplesdir}/ %{_qt5_examplesdir}/
%endif %endif
%changelog %changelog
* Tue Mar 05 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.1-2
- de-bootstrap (#1685456)
* Mon Feb 04 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.1-1 * Mon Feb 04 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.12.1-1
- 5.12.1 - 5.12.1
- bootstrap support - bootstrap support