diff --git a/dconf.changes b/dconf.changes index 9a7e912..5a22dcd 100644 --- a/dconf.changes +++ b/dconf.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Feb 2 13:53:58 UTC 2015 - dimstar@opensuse.org + +- Move ca.desrt.dconf-editor.appdata.xml to dconf-editor + subpackage: the appdata.xml file is supposed to be in the same + package as the .desktop file (boo#915692). + ------------------------------------------------------------------- Sun Oct 5 10:20:55 UTC 2014 - zaitor@opensuse.org diff --git a/dconf.spec b/dconf.spec index 9ba8fee..7e3e1d8 100644 --- a/dconf.spec +++ b/dconf.spec @@ -1,7 +1,7 @@ # # spec file for package dconf # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -190,8 +190,6 @@ mkdir -p %{buildroot}%{_sysconfdir}/dconf/{profile,db} %{_mandir}/man1/dconf-service.1%{?ext_man} # alternative databases %{_sysconfdir}/dconf/ -%dir %{_datadir}/appdata -%{_datadir}/appdata/ca.desrt.dconf-editor.appdata.xml %files lang -f %{name}.lang @@ -210,6 +208,8 @@ mkdir -p %{buildroot}%{_sysconfdir}/dconf/{profile,db} %files editor %defattr(-, root, root) %{_bindir}/dconf-editor +%dir %{_datadir}/appdata +%{_datadir}/appdata/ca.desrt.dconf-editor.appdata.xml %{_datadir}/applications/ca.desrt.dconf-editor.desktop %{_datadir}/dbus-1/services/ca.desrt.dconf-editor.service %{_datadir}/glib-2.0/schemas/ca.desrt.dconf-editor.gschema.xml