diff --git a/sugar-yupana.spec b/sugar-yupana.spec index 5e8c511..3b0f15d 100644 --- a/sugar-yupana.spec +++ b/sugar-yupana.spec @@ -4,7 +4,7 @@ Name: sugar-yupana Version: 17 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Counting and calculating device used by the Incan License: GPLv3+ @@ -27,6 +27,7 @@ sed -i 's/python/python2/g' setup.py %install %{__python2} ./setup.py install --prefix=%{buildroot}/%{_prefix} +rm %{buildroot}%{_prefix}/share/applications/*.desktop || true %find_lang org.sugarlabs.YupanaActivity @@ -38,6 +39,9 @@ sed -i 's/python/python2/g' setup.py %changelog +* Mon Jul 01 2019 Kalpa Welivitigoda 17-10 +- Fix build issue + * Sun Jun 30 2019 Peter Robinson 17-9 - Fix build without python-unversioned-command