From 8e33df8bf715a00105b9140c55c8c07510dba468 Mon Sep 17 00:00:00 2001 From: Ibiam Chihurumnaya Date: Aug 11 2020 17:13:32 +0000 Subject: add missing % in update for python bytecompile changes Signed-off-by: Ibiam Chihurumnaya --- diff --git a/sugar-words.spec b/sugar-words.spec index 29b8267..a1365a2 100644 --- a/sugar-words.spec +++ b/sugar-words.spec @@ -1,13 +1,13 @@ Name: sugar-words Version: 24 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A multi lingual dictionary with speech synthesis License: GPLv3+ URL: https://github.com/sugarlabs/words-activity Source0: http://download.sugarlabs.org/sources/honey/Words/Words-%{version}.tar.bz2 -BuildRequires: python3-devel sugar-toolkit-gtk3 gettext +BuildRequires: python3 python3-devel sugar-toolkit-gtk3 gettext BuildArch: noarch Requires: sugar @@ -30,7 +30,7 @@ python3 ./setup.py install --prefix=%{buildroot}/%{_prefix} rm %{buildroot}%{_prefix}/share/applications/*.desktop || true # https://fedoraproject.org/wiki/Changes/No_more_automagic_Python_bytecompilation_phase_3 -%py_byte_compile %{python3} %{buildroot}%{_datadir}/{sugaractivitydir}/Words.activity/ +%py_byte_compile %{python3} %{buildroot}%/&{sugaractivitydir}/Words.activity/ %find_lang org.laptop.Words @@ -39,6 +39,9 @@ rm %{buildroot}%{_prefix}/share/applications/*.desktop || true %{sugaractivitydir}/Words.activity/ %changelog +* Tue Aug 11 2020 Ibiam Chihurumnaya - 24-4 +- add missing % in update for python bytecompile changes + * Sat Aug 01 2020 Fedora Release Engineering - 24-3 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild