[simple-scan] Don't own the appdata directory

Kalev Lember kalev at fedoraproject.org
Wed Sep 17 12:54:09 UTC 2014


commit f507d5cabf759e36c19587617b3918b718c4b612
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Wed Sep 17 14:53:43 2014 +0200

    Don't own the appdata directory
    
    It's part of the filesystem package now.

 simple-scan.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/simple-scan.spec b/simple-scan.spec
index b643866..a2bfe93 100644
--- a/simple-scan.spec
+++ b/simple-scan.spec
@@ -46,7 +46,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %doc COPYING NEWS README.md
 %{_mandir}/man1/%{name}.1.gz
 %{_bindir}/%{name}
-%{_datadir}/appdata/
+%{_datadir}/appdata/%{name}.appdata.xml
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/%{name}/
 %{_datadir}/glib-2.0/schemas/org.gnome.SimpleScan.gschema.xml


More information about the scm-commits mailing list