From 9d3bb454be51ef9af81c946125dec1956fceb199feb31ab82ee65c221531513a Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Wed, 21 Dec 2011 04:26:00 +0000 Subject: [PATCH] Accepting request 97428 from home:vuntz:branches:GNOME:Factory tweak OBS-URL: https://build.opensuse.org/request/show/97428 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/accountsservice?expand=0&rev=19 --- accountsservice.changes | 4 +++- accountsservice.spec | 14 ++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/accountsservice.changes b/accountsservice.changes index b6c3ec1..c96c23d 100644 --- a/accountsservice.changes +++ b/accountsservice.changes @@ -1,7 +1,9 @@ ------------------------------------------------------------------- Thu Dec 8 08:55:14 UTC 2011 - dimstar@opensuse.org -- Split typelib in own package, typelib-1_0-AccountsService-1_0. +- Split typelib file into typelib-1_0-AccountsService-1_0 + subpackage. +- Add typelib-1_0-AccountsService-1_0 Requires to devel subpackage. ------------------------------------------------------------------- Tue Oct 18 06:54:27 UTC 2011 - vuntz@opensuse.org diff --git a/accountsservice.spec b/accountsservice.spec index 36fd956..840a3c8 100644 --- a/accountsservice.spec +++ b/accountsservice.spec @@ -16,14 +16,13 @@ # - Name: accountsservice Version: 0.6.15 -Release: 1 -License: GPL-3.0+ +Release: 0 Summary: D-Bus Service to Manipulate User Account Information -Url: http://www.fedoraproject.org/wiki/Features/UserAccountDialog +License: GPL-3.0+ Group: System/Daemons +Url: http://www.fedoraproject.org/wiki/Features/UserAccountDialog Source: http://www.freedesktop.org/software/accountsservice/%{name}-%{version}.tar.xz # WARNING: do not remove/significantly change patch0 without updating the relevant patch in gdm too # PATCH-FIX-OPENSUSE accountsservice-sysconfig.patch bnc#688071 vuntz@opensuse.org -- Read/write autologin configuration from sysconfig, like gdm (see gdm-sysconfig-settings.patch) @@ -49,7 +48,6 @@ The implementation is based on the useradd, usermod and userdel commands. %package -n libaccountsservice0 -License: GPL-3.0+ Summary: D-Bus Service to Manipulate User Account Information -- Client Library Group: System/Libraries # Clients do need the server to do something useful @@ -62,17 +60,17 @@ querying and manipulating user account information. This package provides a client library for the service. %package -n typelib-1_0-AccountsService-1_0 -Summary: D-Bus Service to Manipulate User Account Information -- gi-bindings +Summary: D-Bus Service to Manipulate User Account Information -- Introspection bindings Group: System/Libraries %description -n typelib-1_0-AccountsService-1_0 The accountsservice server provides a set of D-Bus interfaces for querying and manipulating user account information. -This package provides the gi-bindings for the service. +This package provides the GObject Introspection bindings for the +client library. %package devel -License: GPL-3.0+ Summary: D-Bus Service to Manipulate User Account Information -- Development Files Group: Development/Libraries/C and C++ Requires: libaccountsservice0 = %{version}