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
This commit is contained in:
Vincent Untz 2011-12-21 04:26:00 +00:00 committed by Git OBS Bridge
parent 20a0a51baa
commit 9d3bb454be
2 changed files with 9 additions and 9 deletions

View File

@ -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

View File

@ -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}