6.2.0 - beta4
This commit is contained in:
parent
37cc28ec23
commit
ffea66615e
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
|||||||
/qtbase-everywhere-src-6.1.1.tar.xz
|
/qtbase-everywhere-src-6.1.1.tar.xz
|
||||||
/qtbase-everywhere-src-6.1.2.tar.xz
|
/qtbase-everywhere-src-6.1.2.tar.xz
|
||||||
/qtbase-everywhere-src-6.2.0-beta3.tar.xz
|
/qtbase-everywhere-src-6.2.0-beta3.tar.xz
|
||||||
|
/qtbase-everywhere-src-6.2.0-beta4.tar.xz
|
||||||
|
@ -35,13 +35,13 @@ BuildRequires: pkgconfig(libsystemd)
|
|||||||
|
|
||||||
%global unstable 1
|
%global unstable 1
|
||||||
%if 0%{unstable}
|
%if 0%{unstable}
|
||||||
%global prerelease beta3
|
%global prerelease beta4
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: qt6-qtbase
|
Name: qt6-qtbase
|
||||||
Summary: Qt6 - QtBase components
|
Summary: Qt6 - QtBase components
|
||||||
Version: 6.2.0%{?unstable:~%{prerelease}}
|
Version: 6.2.0%{?unstable:~%{prerelease}}
|
||||||
Release: 4%{?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
|
||||||
@ -429,7 +429,7 @@ translationdir=%{_qt6_translationdir}
|
|||||||
|
|
||||||
Name: Qt6
|
Name: Qt6
|
||||||
Description: Qt6 Configuration
|
Description: Qt6 Configuration
|
||||||
Version: 6.2.0~beta3
|
Version: 6.2.0
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# rpm macros
|
# rpm macros
|
||||||
@ -495,7 +495,7 @@ mv %{buildroot}/%{_qt6_libexecdir}/ensure_pro_file.cmake %{buildroot}/%{_qt6_lib
|
|||||||
%check
|
%check
|
||||||
# verify Qt6.pc
|
# verify Qt6.pc
|
||||||
export PKG_CONFIG_PATH=%{buildroot}%{_libdir}/pkgconfig
|
export PKG_CONFIG_PATH=%{buildroot}%{_libdir}/pkgconfig
|
||||||
test "$(pkg-config --modversion Qt6)" = "%{version}"
|
test "$(pkg-config --modversion Qt6)" = "%{qt_version}"
|
||||||
%if 0%{?tests}
|
%if 0%{?tests}
|
||||||
## see tests/README for expected environment (running a plasma session essentially)
|
## see tests/README for expected environment (running a plasma session essentially)
|
||||||
## we are not quite there yet
|
## we are not quite there yet
|
||||||
@ -549,10 +549,10 @@ make check -k ||:
|
|||||||
%dir %{_qt6_plugindir}/script/
|
%dir %{_qt6_plugindir}/script/
|
||||||
%dir %{_qt6_plugindir}/sqldrivers/
|
%dir %{_qt6_plugindir}/sqldrivers/
|
||||||
%dir %{_qt6_plugindir}/styles/
|
%dir %{_qt6_plugindir}/styles/
|
||||||
%{_qt6_plugindir}/networkinformation/libnetworkmanager.so
|
%{_qt6_plugindir}/networkinformation/libqnetworkmanager.so
|
||||||
%{_qt6_plugindir}/sqldrivers/libqsqlite.so
|
%{_qt6_plugindir}/sqldrivers/libqsqlite.so
|
||||||
%{_qt6_plugindir}/tls/libcertonlybackend.so
|
%{_qt6_plugindir}/tls/libqcertonlybackend.so
|
||||||
%{_qt6_plugindir}/tls/libopensslbackend.so
|
%{_qt6_plugindir}/tls/libqopensslbackend.so
|
||||||
|
|
||||||
%files common
|
%files common
|
||||||
# mostly empty for now, consider: filesystem/dir ownership, licenses
|
# mostly empty for now, consider: filesystem/dir ownership, licenses
|
||||||
@ -833,6 +833,9 @@ make check -k ||:
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 10 2021 Jan Grulich <jgrulich@redhat.com> - 6.2.0~beta4-1
|
||||||
|
- 6.2.0 - beta4
|
||||||
|
|
||||||
* Wed Sep 08 2021 Rex Dieter <rdieter@fedoraproject.org> - 6.2.0~beta3-4
|
* Wed Sep 08 2021 Rex Dieter <rdieter@fedoraproject.org> - 6.2.0~beta3-4
|
||||||
- rebuild
|
- rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (qtbase-everywhere-src-6.2.0-beta3.tar.xz) = b1b671763a626c6c12894576c82cf2a6846cee9a68b78d465b757fcc4dc6ff33d57496e1ab0db548514381d5b328e2a60fd6d424cbcb5f8b42964cf9084fe29d
|
SHA512 (qtbase-everywhere-src-6.2.0-beta4.tar.xz) = 505bc408682a6004fdc63705d431018c44f4e696f9f7a58a182d6151de29deefbb18e8e8f18973eccc1d863321a2819dc18a9080051216bbe812acb910e43462
|
||||||
|
Loading…
Reference in New Issue
Block a user