From 37bb18b2027e01fca8e0573bdede506893e0b409 Mon Sep 17 00:00:00 2001 From: Mystro256 Date: Mar 19 2018 14:30:41 +0000 Subject: Properly exclude appdata folder from binary --- diff --git a/90-Second-Portraits.spec b/90-Second-Portraits.spec index 07aa8ec..ab12433 100644 --- a/90-Second-Portraits.spec +++ b/90-Second-Portraits.spec @@ -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 *.txt -x *.md +zip -r %{name}.love . -x appdata/* -x appdata/ -x *.txt -x *.md %install #Install love file @@ -73,6 +73,7 @@ install -p -D -m 0644 data/images/title_background.png \ %changelog * Sat Mar 17 2018 Jeremy Newton - 1.01b-3 - Prepare backport to all fedora branches +- Properly exclude appdata folder from binary * Fri Mar 16 2018 Jeremy Newton - 1.01b-2 - Fix license and use license macro