[evince] Install application appdata in the main package, not -libs

Kalev Lember kalev at fedoraproject.org
Wed Jul 9 12:27:56 UTC 2014


commit 064113fef1640ec55fe85bcc9baa9eba46805044
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Wed Jul 9 14:27:15 2014 +0200

    Install application appdata in the main package, not -libs

 evince.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/evince.spec b/evince.spec
index 161b775..0d6c888 100644
--- a/evince.spec
+++ b/evince.spec
@@ -4,7 +4,7 @@
 
 Name:           evince
 Version:        3.13.3.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Document viewer
 
 License:        GPLv2+ and GPLv3+ and LGPLv2+ and MIT and Afmparse
@@ -159,6 +159,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null ||:
 %files -f evince.lang
 %{_bindir}/*
 %{_datadir}/%{name}/
+%{_datadir}/appdata/evince.appdata.xml
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/applications/evince-previewer.desktop
 %{_datadir}/icons/hicolor/*/apps/evince.*
@@ -198,7 +199,6 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null ||:
 
 %{_libdir}/girepository-1.0/EvinceDocument-3.0.typelib
 %{_libdir}/girepository-1.0/EvinceView-3.0.typelib
-%{_datadir}/appdata/evince.appdata.xml
 
 %files devel
 %{_datadir}/gtk-doc/html/evince/
@@ -227,6 +227,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null ||:
 %{_libdir}/nautilus/extensions-3.0/libevince-properties-page.so
 
 %changelog
+* Wed Jul 09 2014 Kalev Lember <kalevlember at gmail.com> - 3.13.3.1-2
+- Install application appdata in the main package, not -libs
+
 * Thu Jun 26 2014 Richard Hughes <rhughes at redhat.com> - 3.13.3.1-1
 - Update to 3.13.3.1
 


More information about the scm-commits mailing list