update version to 2.3.0
This commit is contained in:
parent
e3a8c95a2a
commit
dd1a158c85
Binary file not shown.
BIN
maliit-framework-2.3.0.tar.gz
Normal file
BIN
maliit-framework-2.3.0.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,11 @@
|
||||
Name: maliit-framework
|
||||
Version: 2.2.0
|
||||
Release: 2
|
||||
Version: 2.3.0
|
||||
Release: 1
|
||||
Summary: Input method framework
|
||||
|
||||
License: LGPLv2
|
||||
URL: https://maliit.github.io/
|
||||
Source0: https://github.com/maliit/framework/archive/refs/tags/framework-%{version}.tar.gz
|
||||
Source0: https://github.com/maliit/framework/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
Patch1: move-the-operator-definition-to-global-namespace.patch
|
||||
|
||||
@ -13,7 +13,6 @@ BuildRequires: cmake
|
||||
BuildRequires: gcc-c++
|
||||
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: gtk3-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXcomposite-devel
|
||||
BuildRequires: libXdamage-devel
|
||||
@ -30,8 +29,9 @@ BuildRequires: qt5-qtwayland-devel
|
||||
BuildRequires: wayland-devel
|
||||
BuildRequires: wayland-protocols-devel
|
||||
|
||||
Obsoletes: maliit-framework-gtk2 < 2.0.0
|
||||
Obsoletes: maliit-framework-qt4 < 2.0.0
|
||||
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
|
||||
@ -43,18 +43,12 @@ link currently uses D-Bus.
|
||||
Summary: Input method module for Qt 5 based on Maliit framework
|
||||
BuildRequires: qt5-qtbase-private-devel
|
||||
Obsoletes: maliit-plugins < 2.0.0
|
||||
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
|
||||
|
||||
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}
|
||||
@ -74,7 +68,6 @@ This package contains developer documentation for %{name}.
|
||||
%package examples
|
||||
Summary: Tests and examples for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: %{name}-gtk3%{?_isa} = %{version}-%{release}
|
||||
Requires: %{name}-qt5%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description examples
|
||||
@ -112,9 +105,6 @@ make install/fast DESTDIR=%{buildroot}
|
||||
%{_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/
|
||||
@ -133,6 +123,9 @@ make install/fast DESTDIR=%{buildroot}
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jan 09 2024 peijiankang <peijiankang@kylinos.cn> - 2.3.0-1
|
||||
- update verison to 2.3.0
|
||||
|
||||
* Thu Sep 14 2023 misaka00251 <liuxin@iscas.ac.cn> - 2.2.0-2
|
||||
- Add patch to fix build with gcc-12 & fix yaml
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user