]> git.pld-linux.org Git - packages/accountsservice.git/blame - accountsservice.spec
- updated to 0.6.13
[packages/accountsservice.git] / accountsservice.spec
CommitLineData
4baa78bc 1Summary: D-Bus interface for user accounts management
7a647270 2Summary(pl.UTF-8): Interfejs D-Bus do zarządzania kontami użytkowników
4baa78bc 3Name: accountsservice
4bad0b4d 4Version: 0.6.13
4c353993
MB
5Release: 1
6License: GPL v3
4baa78bc
AF
7Group: Applications/System
8Source0: http://cgit.freedesktop.org/accountsservice/snapshot/%{name}-%{version}.tar.bz2
4bad0b4d 9# Source0-md5: 204b19e4522d5fdd3381b1ea14cd8263
4baa78bc 10URL: http://cgit.freedesktop.org/accountsservice/
4e60aced 11BuildRequires: autoconf
12BuildRequires: automake
4baa78bc 13BuildRequires: dbus-glib-devel
4e60aced 14BuildRequires: docbook-dtd412-xml
15BuildRequires: gettext-devel
4baa78bc 16BuildRequires: glib2-devel >= 1:2.26.0
4c353993 17BuildRequires: gobject-introspection-devel >= 0.10.0
4baa78bc 18BuildRequires: intltool >= 0.40.0
4e60aced 19BuildRequires: libtool
4baa78bc 20BuildRequires: libxslt-progs
4e60aced 21BuildRequires: pkgconfig
4bad0b4d 22BuildRequires: polkit-devel >= 0.102
4baa78bc 23BuildRequires: xmlto
607cec3c 24Requires: ConsoleKit
4bad0b4d 25Requires: polkit >= 0.102
4baa78bc
AF
26BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28%description
4e60aced 29The AccountsService project provides:
30- A set of D-Bus interfaces for querying and manipulating user account
31 information.
32- An implementation of these interfaces based on the usermod(8),
33 useradd(8) and userdel(8) commands.
4baa78bc 34
7a647270
ŁK
35%description -l pl.UTF-8
36Projekt AccountsService dostarcza:
37- Zbiór interfejsów D-Bus do odpytywania i manipulowania informacjami
38 o kontach użytkowników.
39- Implementacje tych interfejsów oparte o komendy usermod(8),
40 useradd(8) i userdel(8).
41
4baa78bc
AF
42%package devel
43Summary: accountsservice includes, and more
44Summary(pl.UTF-8): Pliki nagłówkowe biblioteki accountsservice
45Group: Development/Libraries
46Requires: %{name} = %{version}-%{release}
47
48%description devel
49accountsservice includes, and more
50
51%description devel -l pl.UTF-8
52Pliki nagłówkowe biblioteki accountsservice.
53
54%package static
55Summary: accountsservice static library
56Summary(pl.UTF-8): Statyczna biblioteka accountsservice
57Group: Development/Libraries
58Requires: %{name}-devel = %{version}-%{release}
59
60%description static
61accountsservice static library.
62
63%description static -l pl.UTF-8
64Statyczna biblioteka accountsservice.
65
66%prep
67%setup -q
68
69%build
70%{__intltoolize}
71%{__libtoolize}
72%{__aclocal}
73%{__autoconf}
74%{__autoheader}
75%{__automake}
76%configure \
77 XMLTO_FLAGS="--skip-validation" \
4c353993 78 --disable-silent-rules \
4baa78bc
AF
79 --enable-docbook-docs
80%{__make}
81
82%install
83rm -rf $RPM_BUILD_ROOT
84
85%{__make} install \
86 DESTDIR=$RPM_BUILD_ROOT
87
88%{__rm} $RPM_BUILD_ROOT%{_libdir}/libaccountsservice.la
89%{__rm} $RPM_BUILD_ROOT%{_docdir}/accountsservice/spec/AccountsService.html
90
91%find_lang accounts-service
92
93%clean
94rm -rf $RPM_BUILD_ROOT
95
96%post -p /sbin/ldconfig
97%postun -p /sbin/ldconfig
98
99%files -f accounts-service.lang
100%defattr(644,root,root,755)
101%doc AUTHORS NEWS README TODO doc/dbus/AccountsService.html
4c353993
MB
102%attr(755,root,root) %{_libexecdir}/accounts-daemon
103%attr(755,root,root) %{_libdir}/libaccountsservice.so.*.*.*
4baa78bc 104%attr(755,root,root) %ghost %{_libdir}/libaccountsservice.so.0
4c353993
MB
105%{_libdir}/girepository-1.0/AccountsService-1.0.typelib
106/etc/dbus-1/system.d/org.freedesktop.Accounts.conf
4baa78bc
AF
107%{_datadir}/dbus-1/system-services/org.freedesktop.Accounts.service
108%{_datadir}/polkit-1/actions/org.freedesktop.accounts.policy
607cec3c
MB
109%dir /var/lib/AccountsService
110%dir /var/lib/AccountsService/icons
111%dir /var/lib/AccountsService/users
4baa78bc
AF
112
113%files devel
114%defattr(644,root,root,755)
4baa78bc
AF
115%attr(755,root,root) %{_libdir}/libaccountsservice.so
116%{_includedir}/accountsservice-1.0
4c353993
MB
117%{_pkgconfigdir}/accountsservice.pc
118%{_datadir}/dbus-1/interfaces/org.freedesktop.Accounts.User.xml
119%{_datadir}/dbus-1/interfaces/org.freedesktop.Accounts.xml
120%{_datadir}/gir-1.0/AccountsService-1.0.gir
4baa78bc
AF
121
122%files static
123%defattr(644,root,root,755)
124%{_libdir}/libaccountsservice.a
This page took 0.051059 seconds and 4 git commands to generate.