|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: maliit-framework
|
|
|
|
Name: maliit-framework
|
|
|
|
Version: 2.0.0
|
|
|
|
Version: 2.0.0
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Summary: Input method framework
|
|
|
|
Summary: Input method framework
|
|
|
|
|
|
|
|
|
|
|
|
License: LGPLv2
|
|
|
|
License: LGPLv2
|
|
|
@ -47,6 +47,7 @@ Summary: Input method module for Qt 5 based on Maliit framework
|
|
|
|
# libQt5WaylandClient.so.5(Qt_5.15.2_PRIVATE_API)(64bit)
|
|
|
|
# libQt5WaylandClient.so.5(Qt_5.15.2_PRIVATE_API)(64bit)
|
|
|
|
BuildRequires: qt5-qtbase-private-devel
|
|
|
|
BuildRequires: qt5-qtbase-private-devel
|
|
|
|
#libQt5Core.so.5(Qt_5_PRIVATE_API)(64bit)
|
|
|
|
#libQt5Core.so.5(Qt_5_PRIVATE_API)(64bit)
|
|
|
|
|
|
|
|
Obsoletes: maliit-plugins < 2.0.0
|
|
|
|
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
|
|
|
|
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
@ -137,6 +138,9 @@ This package contains tests and examples for %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Aug 11 2021 Rex Dieter <rdieter@fedoraproject.org> - 2.0.0-4
|
|
|
|
|
|
|
|
- -qt5: Obsoletes: maliit-plugins (#1992368)
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 02 2021 Rex Dieter <rdieter@fedoraproject.org> - 2.0.0-3
|
|
|
|
* Mon Aug 02 2021 Rex Dieter <rdieter@fedoraproject.org> - 2.0.0-3
|
|
|
|
- -qt5: move libmaliit-plugins, private qt5 deps, here
|
|
|
|
- -qt5: move libmaliit-plugins, private qt5 deps, here
|
|
|
|
- drop explicit BR: make (pulled in by cmake)
|
|
|
|
- drop explicit BR: make (pulled in by cmake)
|
|
|
|