From 667df9bf6e32cfb930854856ef047d237c0e8c7e Mon Sep 17 00:00:00 2001 From: Mystro256 Date: Mar 19 2018 14:17:32 +0000 Subject: Fix appdata folder included in binary --- diff --git a/mrrescue.spec b/mrrescue.spec index ee74961..5ca7279 100644 --- a/mrrescue.spec +++ b/mrrescue.spec @@ -1,6 +1,6 @@ Name: mrrescue Version: 1.02e -Release: 7%{?dist} +Release: 8%{?dist} Summary: Arcade-style fire fighting game #See LICENSE file in source for details @@ -36,7 +36,7 @@ sed -i 's/VERSION/%{version}/g' appdata/%{name}.6 %build #love "binary" files are just zipped sources, but should exclude appdata/docs -zip -r %{name}.love . -x appdata -x LICENSE -x README.md +zip -r %{name}.love . -x appdata/* -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 @@ -73,10 +73,13 @@ install -p -D -m 0644 %{name}.png \ %{_datadir}/appdata/*.appdata.xml %changelog +* Mon Mar 19 2018 Jeremy Newton - 1.02e-8 +- Remove more unnecessary files from love binary + * Sat Mar 17 2018 Jeremy Newton - 1.02e-7 - Add ppc64le build for f28+ - Add README.md to docs -- Move docs from love binary +- Remove docs from love binary * Thu Feb 08 2018 Fedora Release Engineering - 1.02e-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild