limb pushed to gramps (f20). "Actually install the AppData file"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu May 21 14:13:29 UTC 2015


From da432d5fc9cb1a18c361d72451b94cbf8029a29a Mon Sep 17 00:00:00 2001
From: Richard Hughes <richard at hughsie.com>
Date: Fri, 19 Sep 2014 20:15:26 +0100
Subject: Actually install the AppData file


diff --git a/gramps.spec b/gramps.spec
index 022d246..2ea34ae 100644
--- a/gramps.spec
+++ b/gramps.spec
@@ -1,7 +1,7 @@
 #global		_beta 2
 Name:           gramps
 Version:        4.1.0
-Release:        2%{?_beta:.beta%{_beta}}%{?dist}
+Release:        3%{?_beta:.beta%{_beta}}%{?dist}
 Summary:        Genealogical Research and Analysis Management Programming System
 
 Group:          Applications/Productivity
@@ -101,6 +101,8 @@ mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/mime/packages
 cp -p build/data/gramps.xml ${RPM_BUILD_ROOT}%{_datadir}/mime/packages/
 mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/application-registry
 cp -p data/gramps.applications ${RPM_BUILD_ROOT}%{_datadir}/application-registry/
+mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/appdata/
+cp -p build/data/gramps.appdata.xml ${RPM_BUILD_ROOT}%{_datadir}/appdata/
 mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man1
 cp -p build/data/man/gramps.1.gz ${RPM_BUILD_ROOT}%{_mandir}/man1/gramps.1.gz
 mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/pixmaps
@@ -143,6 +145,7 @@ fi
 %doc AUTHORS COPYING FAQ NEWS TODO
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
+%{_datadir}/appdata/gramps.appdata.xml
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/application-registry/%{name}.applications
 %{_datadir}/mime/packages/%{name}.xml
@@ -170,6 +173,9 @@ fi
 %{python3_sitelib}/gramps/webapp
 
 %changelog
+* Fri Sep 19 2014 Richard Hughes <richard at hughsie.com> 4.1.0-3
+- Actually install the AppData file
+
 * Wed Jul 16 2014 Bastien Nocera <bnocera at redhat.com> 4.1.0-2}
 - Update run-time dependencies for GTK+ 3.x
 - Switch to Python 3
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/gramps.git/commit/?h=f20&id=da432d5fc9cb1a18c361d72451b94cbf8029a29a


More information about the scm-commits mailing list