From 4a7a483702e36f627b45398b6fee674283ab4e61 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Mon, 29 May 2017 07:57:53 +0200 Subject: [PATCH] Do not require nodejs-emojione-json anymore, that package has been orphaned --- ibus-typing-booster.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/ibus-typing-booster.spec b/ibus-typing-booster.spec index c5cfab6..868f3c7 100644 --- a/ibus-typing-booster.spec +++ b/ibus-typing-booster.spec @@ -1,6 +1,6 @@ Name: ibus-typing-booster Version: 1.5.32 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A completion input method License: GPLv3+ Group: System Environment/Libraries @@ -21,7 +21,6 @@ Recommends: gdouros-symbola-fonts # Save some space in the binary rpm by requiring the Fedora # packages which contain the emoji data files: Requires: cldr-emoji-annotation -Requires: nodejs-emojione-json Requires: unicode-ucd %endif BuildRequires: ibus-devel @@ -72,13 +71,14 @@ make install DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true INSTALL="install -p" pkg # These files are in the required package “cldr-emoji-annotation” rm $RPM_BUILD_ROOT/%{_datadir}/%{name}/data/annotations/*.xml rm $RPM_BUILD_ROOT/%{_datadir}/%{name}/data/annotationsDerived/*.xml - # These files are in the required package “nodejs-emojione-json” - rm $RPM_BUILD_ROOT/%{_datadir}/%{name}/data/*.json # This file is in the required package “unicode-ucd”: rm $RPM_BUILD_ROOT/%{_datadir}/%{name}/data/UnicodeData.txt # At least emoji-data.txt emoji-sequences.txt emoji-zwj-sequences.txt # are still there even on Fedora >= 26 they are not available in any packages: gzip --force --best $RPM_BUILD_ROOT/%{_datadir}/%{name}/data/*.txt + # The json file from emojione is not deleted anymore because + # the package nodejs-emojione-json has been orphaned: + gzip --force --best $RPM_BUILD_ROOT/%{_datadir}/%{name}/data/*.json %else gzip --force --best $RPM_BUILD_ROOT/%{_datadir}/%{name}/data/*.{txt,json} gzip --force --best $RPM_BUILD_ROOT/%{_datadir}/%{name}/data/annotations/*.xml @@ -140,6 +140,9 @@ make check || cat ./tests/test-suite.log %changelog +* Mon Apr 24 2017 Mike FABIAN - 1.5.32-2 +- Do not require nodejs-emojione-json anymore, that package has been orphaned + * Mon Apr 24 2017 Mike FABIAN - 1.5.32-1 - update to 1.5.32 - Fix error when starting emoji-picker when the “recently-used” does not yet exist