6.0.1
This commit is contained in:
parent
723082b886
commit
18da394bdc
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/qtsvg-everywhere-src-6.0.0.tar.xz
|
/qtsvg-everywhere-src-6.0.0.tar.xz
|
||||||
|
/qtsvg-everywhere-src-6.0.1.tar.xz
|
||||||
|
@ -2,15 +2,17 @@
|
|||||||
|
|
||||||
Summary: Qt6 - Support for rendering and displaying SVG
|
Summary: Qt6 - Support for rendering and displaying SVG
|
||||||
Name: qt6-%{qt_module}
|
Name: qt6-%{qt_module}
|
||||||
Version: 6.0.0
|
Version: 6.0.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
|
License: LGPLv3 or GPLv2+
|
||||||
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
|
||||||
Url: http://www.qt.io
|
Url: http://www.qt.io
|
||||||
%global majmin %(echo %{version} | cut -d. -f1-2)
|
%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
|
Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz
|
||||||
|
|
||||||
|
# filter plugin provides
|
||||||
|
%global __provides_exclude_from ^%{_qt6_plugindir}/.*\\.so$
|
||||||
|
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: ninja-build
|
BuildRequires: ninja-build
|
||||||
@ -59,10 +61,8 @@ done
|
|||||||
popd
|
popd
|
||||||
|
|
||||||
|
|
||||||
%ldconfig_scriptlets
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE.*
|
%license dist/changes-5.7.0 LICENSE.GPL2 LICENSE.GPL3 LICENSE.LGPLv3
|
||||||
%{_qt6_libdir}/libQt6Svg.so.6*
|
%{_qt6_libdir}/libQt6Svg.so.6*
|
||||||
%{_qt6_libdir}/libQt6SvgWidgets.so.6*
|
%{_qt6_libdir}/libQt6SvgWidgets.so.6*
|
||||||
%{_qt6_plugindir}/iconengines/libqsvgicon.so
|
%{_qt6_plugindir}/iconengines/libqsvgicon.so
|
||||||
@ -86,6 +86,9 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 04 2021 Jan Grulich <jgrulich@redhat.com> - 6.0.1-1
|
||||||
|
- 6.0.1
|
||||||
|
|
||||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.0-2
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.0-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (qtsvg-everywhere-src-6.0.0.tar.xz) = 0ab31f746bb5503059a5779d7f084ada59c7a4c7d391b44e7c5ae8b38f4e762d7a67b128efb4877a1953c8896380f00336e0d918e005ea3862cbd5479a6ac86c
|
SHA512 (qtsvg-everywhere-src-6.0.1.tar.xz) = 2c132bb8aaaa50a935c9d4cbeee0a73ae19c69671398cfe69f411a31172cef36172649943fcb507135f9abdecb188ada1ba25aa0c09654b9842e1a17fa5d4db6
|
||||||
|
Loading…
Reference in New Issue
Block a user