|
|
|
@ -11,7 +11,6 @@ BuildRequires: cmake
|
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
|
|
|
|
|
|
BuildRequires: doxygen
|
|
|
|
|
BuildRequires: gtk3-devel
|
|
|
|
|
BuildRequires: libX11-devel
|
|
|
|
|
BuildRequires: libXcomposite-devel
|
|
|
|
|
BuildRequires: libXdamage-devel
|
|
|
|
@ -30,6 +29,7 @@ BuildRequires: wayland-protocols-devel
|
|
|
|
|
|
|
|
|
|
Obsoletes: maliit-framework-gtk2 < 2.0.0
|
|
|
|
|
Obsoletes: maliit-framework-qt4 < 2.0.0
|
|
|
|
|
Obsoletes: maliit-framework-gtk3 < 2.0.0
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Maliit provides a flexible and cross-platform input method framework. It has a
|
|
|
|
@ -51,12 +51,6 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
%description qt5
|
|
|
|
|
Input method module for Qt 4 based on Maliit framework.
|
|
|
|
|
|
|
|
|
|
%package gtk3
|
|
|
|
|
Summary: Input method module for GTK+ 3 based on Maliit framework
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description gtk3
|
|
|
|
|
Input method module for GTK+ 3 based on Maliit framework.
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
@ -115,9 +109,6 @@ This package contains tests and examples for %{name}.
|
|
|
|
|
%{_libdir}/qt5/plugins/platforminputcontexts/libmaliitplatforminputcontextplugin.so
|
|
|
|
|
%{_libdir}/qt5/plugins/wayland-shell-integration/libinputpanel-shell.so
|
|
|
|
|
|
|
|
|
|
%files gtk3
|
|
|
|
|
%{_libdir}/gtk-3.0/3.0.0/immodules/libim-wayland.so
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%{_includedir}/maliit-2
|
|
|
|
|
%{_libdir}/cmake/MaliitGLib/
|
|
|
|
@ -138,6 +129,7 @@ This package contains tests and examples for %{name}.
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Sep 20 2022 Onuralp Sezer <thunderbirdtr@fedoraproject.org> - 2.3.0-1
|
|
|
|
|
- 2.3.0
|
|
|
|
|
- Obsoletes: maliit-framework-gtk3
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.0-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|