diff --git a/sources b/sources index d573b85..e9b2a4c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sugar-artwork-0.116.tar.xz) = d1f6a65bda47018ad813b457fc0ad9525313a87495366fa93646fbdd6293992c07a2f6e3bf75fd1267a96a71c74d9e4644f100fa52fe0b4c22a5e890d8d696e0 +SHA512 (sugar-artwork-0.118.tar.xz) = 1762f4f73bcc82dc1d04568c0b4e0c4242ac1300bde5cd7c84d7f586949f4afced5bd1bf076764d5aed7f2715944d0a701e7ccab5cff8c8293c2b1505211cc1c diff --git a/sugar-0.116-config-empy-fix.patch b/sugar-0.116-config-empy-fix.patch deleted file mode 100644 index 132242b..0000000 --- a/sugar-0.116-config-empy-fix.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- sugar-artwork-0.116/configure.ac.orig 2019-11-17 09:39:32.061714264 +0000 -+++ sugar-artwork-0.116/configure.ac 2019-11-17 09:39:38.926785227 +0000 -@@ -21,7 +21,7 @@ - fi - - AM_PATH_PYTHON --AC_PATH_PROGS([EMPY], [empy empy3]) -+AC_PATH_PROGS([EMPY], [empy empy3], [/usr/lib/python3.9/site-packages/em.py]) - if test -z "$EMPY"; then - AC_MSG_ERROR([empy is required]) - fi diff --git a/sugar-artwork.spec b/sugar-artwork.spec index cfc64ee..fe1b388 100644 --- a/sugar-artwork.spec +++ b/sugar-artwork.spec @@ -1,15 +1,13 @@ Name: sugar-artwork Summary: Artwork for Sugar look-and-feel -Version: 0.116 -Release: 5%{?dist} +Version: 0.118 +Release: 1%{?dist} URL: http://sugarlabs.org License: ASL 2.0 Source0: http://download.sugarlabs.org/sources/sucrose/glucose/%{name}/%{name}-%{version}.tar.xz -Patch0: sugar-0.116-config-empy-fix.patch BuildRequires: make BuildRequires: gcc -BuildRequires: gtk2-devel BuildRequires: gtk3-devel BuildRequires: perl-XML-Parser BuildRequires: python3 @@ -19,16 +17,13 @@ BuildRequires: xcursorgen BuildRequires: autoconf automake libtool Requires: gtk3 -%description -sugar-artwork contains the themes and icons that make up the Sugar default -look and feel. +# Disable generation of useless debuginfo package, which fails to build, causing an abort +# See https://fedoraproject.org/wiki/Packaging:Debuginfo?rd=Packaging/Debuginfo#Debuginfo_packages +%global debug_package %{nil} -%package gtk2 -Summary: Sugar artwork gtk2 themes -Requires: gtk2 -%description gtk2 -sugar-artwork gtk2 contains the themes and icons that make up the Sugar default +%description +sugar-artwork contains the themes and icons that make up the Sugar default look and feel. %prep @@ -36,7 +31,7 @@ look and feel. %build autoreconf -vif -%configure +%configure --without-gtk2 %make_build %install @@ -73,12 +68,10 @@ touch --no-create %{_datadir}/icons/sugar || : %{_datadir}/themes/sugar-72/gtk-3.20/gtk-widgets.css %{_datadir}/themes/sugar-72/gtk-3.20/assets/* -%files gtk2 -%{_datadir}/themes/sugar-100/gtk-2.0/gtkrc -%{_datadir}/themes/sugar-72/gtk-2.0/gtkrc -%{_libdir}/gtk-2.0/*/engines/*.so - %changelog +* Sun Feb 7 2021 Alex Perez - 0.118-1 +- New release 0.118 + * Wed Jan 27 2021 Fedora Release Engineering - 0.116-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild