5.11.0
This commit is contained in:
parent
eb532ea262
commit
63da377dba
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,5 +1,2 @@
|
|||||||
/qtxmlpatterns-opensource-src-5.9.1.tar.xz
|
|
||||||
/qtxmlpatterns-opensource-src-5.9.2.tar.xz
|
|
||||||
/qtxmlpatterns-opensource-src-5.9.3.tar.xz
|
|
||||||
/qtxmlpatterns-everywhere-src-5.10.0.tar.xz
|
|
||||||
/qtxmlpatterns-everywhere-src-5.10.1.tar.xz
|
/qtxmlpatterns-everywhere-src-5.10.1.tar.xz
|
||||||
|
/qtxmlpatterns-everywhere-src-5.11.0.tar.xz
|
||||||
|
@ -2,12 +2,13 @@
|
|||||||
|
|
||||||
Summary: Qt5 - QtXmlPatterns component
|
Summary: Qt5 - QtXmlPatterns component
|
||||||
Name: qt5-%{qt_module}
|
Name: qt5-%{qt_module}
|
||||||
Version: 5.10.1
|
Version: 5.11.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?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
|
||||||
Source0: https://download.qt.io/official_releases/qt/5.10/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz
|
%global majmin %(echo %{version} | cut -d. -f1-2)
|
||||||
|
Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: qt5-qtbase-devel >= %{version}
|
BuildRequires: qt5-qtbase-devel >= %{version}
|
||||||
BuildRequires: qt5-qtbase-private-devel
|
BuildRequires: qt5-qtbase-private-devel
|
||||||
@ -39,7 +40,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
|||||||
%build
|
%build
|
||||||
%{qmake_qt5}
|
%{qmake_qt5}
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -74,8 +75,7 @@ done
|
|||||||
popd
|
popd
|
||||||
|
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%ldconfig_scriptlets
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE.LGPL*
|
%license LICENSE.LGPL*
|
||||||
@ -96,6 +96,9 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 23 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.0-1
|
||||||
|
- 5.11.0
|
||||||
|
|
||||||
* Tue Feb 13 2018 Jan Grulich <jgrulich@redhat.com> - 5.10.1-1
|
* Tue Feb 13 2018 Jan Grulich <jgrulich@redhat.com> - 5.10.1-1
|
||||||
- 5.10.1
|
- 5.10.1
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (qtxmlpatterns-everywhere-src-5.10.1.tar.xz) = 942188fbfde248d956af009e69639beb90f860febc11b6b5d779376516e007d6d6c883ca68b8b70a2f7dbc6b353e65a2cccbde01766224d821052f07d6d56134
|
SHA512 (qtxmlpatterns-everywhere-src-5.11.0.tar.xz) = 842d37b462acfe056b9a2de2876b9567001f5b7aea77bea416378952fa266112bef4a4ab5f86201ac00e97c43db5b9ec17fc2ba052671fa72969bca56960a5da
|
||||||
|
Loading…
Reference in New Issue
Block a user