From 4d743da2faaa253d1ac4beaa1b2dd2d55e4cb0fb Mon Sep 17 00:00:00 2001 From: Mystro256 Date: Mar 17 2018 23:08:50 +0000 Subject: Patch for F26/27 --- diff --git a/90-Second-Portraits.spec b/90-Second-Portraits.spec index 2d7591a..07aa8ec 100644 --- a/90-Second-Portraits.spec +++ b/90-Second-Portraits.spec @@ -1,6 +1,6 @@ Name: 90-Second-Portraits Version: 1.01b -Release: 2%{?dist} +Release: 3%{?dist} Summary: Frantic street painting game #See LICENSE file in source for details @@ -17,6 +17,11 @@ BuildRequires: libappstream-glib BuildArch: noarch Requires: love +# List the arches that love builds on prior to f28 +%if 0%{?fedora} < 28 +ExclusiveArch: %{arm} %{ix86} x86_64 %{mips} aarch64 ppc64 +%endif + #From the website (see URL above) %description 90 Second Portraits is a silly speed painting game developed for Ludum Dare 31 @@ -66,6 +71,9 @@ install -p -D -m 0644 data/images/title_background.png \ %{_datadir}/appdata/*.appdata.xml %changelog +* Sat Mar 17 2018 Jeremy Newton - 1.01b-3 +- Prepare backport to all fedora branches + * Fri Mar 16 2018 Jeremy Newton - 1.01b-2 - Fix license and use license macro - Move some documentation to correct location