forked from pool/dconf
Accepting request 283783 from GNOME:Factory
1 OBS-URL: https://build.opensuse.org/request/show/283783 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dconf?expand=0&rev=38
This commit is contained in:
commit
6b9d44726b
@ -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
|
Sun Oct 5 10:20:55 UTC 2014 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package dconf
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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}
|
%{_mandir}/man1/dconf-service.1%{?ext_man}
|
||||||
# alternative databases
|
# alternative databases
|
||||||
%{_sysconfdir}/dconf/
|
%{_sysconfdir}/dconf/
|
||||||
%dir %{_datadir}/appdata
|
|
||||||
%{_datadir}/appdata/ca.desrt.dconf-editor.appdata.xml
|
|
||||||
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
@ -210,6 +208,8 @@ mkdir -p %{buildroot}%{_sysconfdir}/dconf/{profile,db}
|
|||||||
%files editor
|
%files editor
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_bindir}/dconf-editor
|
%{_bindir}/dconf-editor
|
||||||
|
%dir %{_datadir}/appdata
|
||||||
|
%{_datadir}/appdata/ca.desrt.dconf-editor.appdata.xml
|
||||||
%{_datadir}/applications/ca.desrt.dconf-editor.desktop
|
%{_datadir}/applications/ca.desrt.dconf-editor.desktop
|
||||||
%{_datadir}/dbus-1/services/ca.desrt.dconf-editor.service
|
%{_datadir}/dbus-1/services/ca.desrt.dconf-editor.service
|
||||||
%{_datadir}/glib-2.0/schemas/ca.desrt.dconf-editor.gschema.xml
|
%{_datadir}/glib-2.0/schemas/ca.desrt.dconf-editor.gschema.xml
|
||||||
|
Loading…
Reference in New Issue
Block a user