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
|
Name: maliit-framework
|
||||||
Version: 2.2.0
|
Version: 2.3.0
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: Input method framework
|
Summary: Input method framework
|
||||||
|
|
||||||
License: LGPLv2
|
License: LGPLv2
|
||||||
URL: https://maliit.github.io/
|
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
|
Patch1: move-the-operator-definition-to-global-namespace.patch
|
||||||
|
|
||||||
@ -13,7 +13,6 @@ BuildRequires: cmake
|
|||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: gtk3-devel
|
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libXcomposite-devel
|
BuildRequires: libXcomposite-devel
|
||||||
BuildRequires: libXdamage-devel
|
BuildRequires: libXdamage-devel
|
||||||
@ -32,6 +31,7 @@ BuildRequires: wayland-protocols-devel
|
|||||||
|
|
||||||
Obsoletes: maliit-framework-gtk2 < 2.0.0
|
Obsoletes: maliit-framework-gtk2 < 2.0.0
|
||||||
Obsoletes: maliit-framework-qt4 < 2.0.0
|
Obsoletes: maliit-framework-qt4 < 2.0.0
|
||||||
|
Obsoletes: maliit-framework-gtk3 < 2.0.0
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Maliit provides a flexible and cross-platform input method framework. It has a
|
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
|
Summary: Input method module for Qt 5 based on Maliit framework
|
||||||
BuildRequires: qt5-qtbase-private-devel
|
BuildRequires: qt5-qtbase-private-devel
|
||||||
Obsoletes: maliit-plugins < 2.0.0
|
Obsoletes: maliit-plugins < 2.0.0
|
||||||
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
|
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description qt5
|
%description qt5
|
||||||
Input method module for Qt 4 based on Maliit framework.
|
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
|
%package devel
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
@ -74,7 +68,6 @@ This package contains developer documentation for %{name}.
|
|||||||
%package examples
|
%package examples
|
||||||
Summary: Tests and examples for %{name}
|
Summary: Tests and examples for %{name}
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
Requires: %{name}-gtk3%{?_isa} = %{version}-%{release}
|
|
||||||
Requires: %{name}-qt5%{?_isa} = %{version}-%{release}
|
Requires: %{name}-qt5%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description examples
|
%description examples
|
||||||
@ -112,9 +105,6 @@ make install/fast DESTDIR=%{buildroot}
|
|||||||
%{_libdir}/qt5/plugins/platforminputcontexts/libmaliitplatforminputcontextplugin.so
|
%{_libdir}/qt5/plugins/platforminputcontexts/libmaliitplatforminputcontextplugin.so
|
||||||
%{_libdir}/qt5/plugins/wayland-shell-integration/libinputpanel-shell.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
|
%files devel
|
||||||
%{_includedir}/maliit-2
|
%{_includedir}/maliit-2
|
||||||
%{_libdir}/cmake/MaliitGLib/
|
%{_libdir}/cmake/MaliitGLib/
|
||||||
@ -133,6 +123,9 @@ make install/fast DESTDIR=%{buildroot}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Sep 14 2023 misaka00251 <liuxin@iscas.ac.cn> - 2.2.0-2
|
||||||
- Add patch to fix build with gcc-12 & fix yaml
|
- Add patch to fix build with gcc-12 & fix yaml
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user