Accepting request 96131 from home:dimstar:branches:GNOME:Factory
Push typelib change branch OBS-URL: https://build.opensuse.org/request/show/96131 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/accountsservice?expand=0&rev=18
This commit is contained in:
parent
21d1c8f5e6
commit
20a0a51baa
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 8 08:55:14 UTC 2011 - dimstar@opensuse.org
|
||||
|
||||
- Split typelib in own package, typelib-1_0-AccountsService-1_0.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 18 06:54:27 UTC 2011 - vuntz@opensuse.org
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
Name: accountsservice
|
||||
Version: 0.6.15
|
||||
Release: 1
|
||||
License: GPLv3+
|
||||
License: GPL-3.0+
|
||||
Summary: D-Bus Service to Manipulate User Account Information
|
||||
Url: http://www.fedoraproject.org/wiki/Features/UserAccountDialog
|
||||
Group: System/Daemons
|
||||
@ -49,7 +49,7 @@ The implementation is based on the useradd, usermod and userdel
|
||||
commands.
|
||||
|
||||
%package -n libaccountsservice0
|
||||
License: GPLv3+
|
||||
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
|
||||
@ -61,11 +61,22 @@ 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
|
||||
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.
|
||||
|
||||
%package devel
|
||||
License: GPLv3+
|
||||
License: GPL-3.0+
|
||||
Summary: D-Bus Service to Manipulate User Account Information -- Development Files
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libaccountsservice0 = %{version}
|
||||
Requires: typelib-1_0-AccountsService-1_0 = %{version}
|
||||
|
||||
%description devel
|
||||
The accountsservice server provides a set of D-Bus interfaces for
|
||||
@ -113,6 +124,9 @@ rm -rf %{buildroot}
|
||||
%files -n libaccountsservice0
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/*.so.0*
|
||||
|
||||
%files -n typelib-1_0-AccountsService-1_0
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/girepository-1.0/AccountsService-1.0.typelib
|
||||
|
||||
%files devel
|
||||
|
Loading…
Reference in New Issue
Block a user