## START: Set by rpmautospec ## (rpmautospec version 0.6.0) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec Name: fcitx5-table-other Version: 5.1.3 Release: %autorelease Summary: Other tables for Fcitx5 License: GPLv3 URL: https://github.com/fcitx/fcitx5-table-other Source: https://download.fcitx-im.org/fcitx5/%{name}/%{name}-%{version}.tar.zst Source1: https://download.fcitx-im.org/fcitx5/%{name}/%{name}-%{version}.tar.zst.sig Source2: https://pgp.key-server.io/download/0x8E8B898CBF2412F9 BuildArch: noarch BuildRequires: gnupg2 BuildRequires: cmake BuildRequires: extra-cmake-modules BuildRequires: ninja-build BuildRequires: boost-devel BuildRequires: cmake(Fcitx5Utils) BuildRequires: cmake(LibIMETable) BuildRequires: gettext BuildRequires: libappstream-glib Requires: hicolor-icon-theme Requires: fcitx5-data %description Fcitx-table-other provides some other tables for Fcitx, fork from ibus-table-others, scim-tables. %prep %{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}' %autosetup %build %cmake -GNinja -DCMAKE_PREFIX_PATH="%{_libdir}/cmake;%{_libdir}64/cmake" %cmake_build %install %cmake_install # convert symlinked icons to copied icons, this will help co-existing with # fcitx4 for iconfile in $(find %{buildroot}%{_datadir}/icons -type l) do origicon=$(readlink -f ${iconfile}) rm -f ${iconfile} cp ${origicon} ${iconfile} done appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.metainfo.xml %files %license LICENSES/GPL-3.0-only.txt %doc README NEWS %{_datadir}/fcitx5/inputmethod/* %{_datadir}/fcitx5/table/* %{_datadir}/icons/hicolor/*/apps/* %{_metainfodir}/org.fcitx.Fcitx5.Addon.TableOther.metainfo.xml %changelog ## START: Generated by rpmautospec * Sat Jun 01 2024 Qiyu Yan - 5.1.3-1 - update to upstream release 5.1.3 * Tue Apr 23 2024 Qiyu Yan - 5.1.2-1 - update to upstream release 5.1.2 * Fri Mar 01 2024 Qiyu Yan - 5.1.1-1 - update to upstream release 5.1.1 * Wed Jan 24 2024 Fedora Release Engineering - 5.1.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jan 19 2024 Fedora Release Engineering - 5.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Aug 18 2023 Qiyu Yan - 5.1.0-1 - update to upstream release 5.1.0 * Wed Jul 19 2023 Fedora Release Engineering - 5.0.11-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Sun Mar 12 2023 Qiyu Yan - 5.0.11-1 - update to upstream release 5.0.11 * Thu Jan 19 2023 Fedora Release Engineering - 5.0.10-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Jul 21 2022 Fedora Release Engineering - 5.0.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jul 04 2022 Qiyu Yan - 5.0.10-1 - update to upstream release 5.0.10 * Mon May 23 2022 Qiyu Yan - 5.0.9-1 - update to upstream release 5.0.9 * Thu Mar 10 2022 Qiyu Yan - 5.0.8-1 - update to upstream release 5.0.8 * Wed Feb 02 2022 Qiyu Yan - 5.0.7-1 - update to upstream release 5.0.7 * Thu Jan 20 2022 Fedora Release Engineering - 5.0.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Sat Nov 06 2021 Qiyu Yan - 5.0.6-1 - update to 5.0.6 * Wed Jul 21 2021 Fedora Release Engineering - 5.0.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Wed May 05 2021 Qiyu Yan - 5.0.5-1 - Update to 5.0.5 upstream release * Mon Mar 22 2021 Qiyu Yan - 5.0.4-1 - Update to 5.0.4 upstream release * Fri Mar 12 2021 Qiyu Yan - 5.0.3-1 - Update to 5.0.3 upstream release * Fri Feb 19 2021 Qiyu Yan - 5.0.2-1 - update to 5.0.2 upstream release * Fri Dec 11 23:37:13 CST 2020 Qiyu Yan - 5.0.1-1 - Update to 5.0.1 upstream release ## END: Generated by rpmautospec