From 11092c62cbe7e80e5fdfe3af7dbd3b9732bced5c Mon Sep 17 00:00:00 2001 From: Mystro256 Date: Mar 17 2018 16:23:19 +0000 Subject: Add ppc64le support for f28+, fix docs --- diff --git a/mrrescue.spec b/mrrescue.spec index 11dfd64..ee74961 100644 --- a/mrrescue.spec +++ b/mrrescue.spec @@ -1,6 +1,6 @@ Name: mrrescue Version: 1.02e -Release: 6%{?dist} +Release: 7%{?dist} Summary: Arcade-style fire fighting game #See LICENSE file in source for details @@ -18,8 +18,8 @@ BuildRequires: ImageMagick BuildArch: noarch Requires: love -# List the arches that love builds on prior to f29 -%if 0%{?fedora} < 29 +# List the arches that love builds on prior to f28 +%if 0%{?fedora} < 28 ExclusiveArch: %{arm} %{ix86} x86_64 %{mips} aarch64 ppc64 %endif @@ -35,8 +35,8 @@ throwing people around in pseudo-randomly generated buildings. sed -i 's/VERSION/%{version}/g' appdata/%{name}.6 %build -#love "binary" files are just zipped sources, but should exclude appdata -zip -r %{name}.love . -x appdata +#love "binary" files are just zipped sources, but should exclude appdata/docs +zip -r %{name}.love . -x appdata -x LICENSE -x README.md #Generate icon (modified splash.png) convert data/splash.png -crop 256x205+0+0 -background none -gravity center -extent 256x256! %{name}.png @@ -63,6 +63,7 @@ install -p -D -m 0644 %{name}.png \ %{buildroot}/%{_datadir}/pixmaps/%{name}.png %files +%doc README.md %license LICENSE %{_mandir}/man6/%{name}.* %{_bindir}/%{name} @@ -72,6 +73,11 @@ install -p -D -m 0644 %{name}.png \ %{_datadir}/appdata/*.appdata.xml %changelog +* Sat Mar 17 2018 Jeremy Newton - 1.02e-7 +- Add ppc64le build for f28+ +- Add README.md to docs +- Move docs from love binary + * Thu Feb 08 2018 Fedora Release Engineering - 1.02e-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild