[iapetal] Add AppData.

Jon Ciesla limb at fedoraproject.org
Thu Sep 25 12:58:36 UTC 2014


commit 478fdde6e7b31798ff0898f19d36ada005fbf3fa
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Thu Sep 25 07:58:41 2014 -0500

    Add AppData.

 .gitignore   |    1 +
 iapetal.spec |   11 ++++++++---
 sources      |    2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c7be96e..161e671 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 iapetal-1.1.tar.gz
+/iapetal-1.2.tar.gz
diff --git a/iapetal.spec b/iapetal.spec
index f39ca01..44b5af8 100644
--- a/iapetal.spec
+++ b/iapetal.spec
@@ -1,6 +1,6 @@
 Name:           iapetal
-Version:        1.1
-Release:        8%{?dist}
+Version:        1.2
+Release:        1%{?dist}
 Summary:        A 2D space rescue game
 
 Group:          Amusements/Games
@@ -28,11 +28,13 @@ from the falling asteroids.
 rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT%{_bindir}
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/iapetal
+mkdir -p $RPM_BUILD_ROOT%{_datadir}/appdata
 
 install -m 755 iapetal.py $RPM_BUILD_ROOT%{_bindir}/iapetal
 install -m 755 iapetal-launcher.py $RPM_BUILD_ROOT%{_bindir}/iapetal-launcher
 install -m 644 *.ogg $RPM_BUILD_ROOT%{_datadir}/iapetal/
 install -m 644 *.png $RPM_BUILD_ROOT%{_datadir}/iapetal/
+install -m 644 iapetal.appdata.xml $RPM_BUILD_ROOT%{_datadir}/appdata/
 
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps
 install -p -m 644 habitat.png \
@@ -66,9 +68,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/iapetal
 %{_datadir}/applications/iapetal.desktop
 %{_datadir}/icons/hicolor/32x32/apps/habitat.png
-
+%{_datadir}/appdata/iapetal.appdata.xml
 
 %changelog
+* Thu Sep 25 2014 Jon Ciesla <limb at jcomserv.net> - 1.2-1
+- Added AppData.
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 50a1730..fd6a0c2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dec393d2788eaa3567cd32dc293d8ef3  iapetal-1.1.tar.gz
+d5d1f61464e0f7ef2139e6aa7fd66c33  iapetal-1.2.tar.gz


More information about the scm-commits mailing list