source: projects/specs/trunk/a/accountsservice/accountsservice-vl.spec @ 9073

Revision 9073, 5.9 KB checked in by Takemikaduchi, 9 years ago (diff)

GNOME 3.14.1

Line 
1Name:           accountsservice
2Version:        0.6.39
3Release:        1%{?_dist_release}
4Summary:        D-Bus interfaces for querying and manipulating user account information
5Summary(ja):    ユーザーアカウント情報の問合せや処理を行うための D-Bus インターフェース
6
7Group:          System Environment/Daemons
8License:        GPLv3+
9URL:            http://www.fedoraproject.org/wiki/Features/UserAccountDialog
10#VCS: git:git://git.freedesktop.org/accountsservice
11Source0:        http://mclasen.fedorapeople.org/accounts/accountsservice-%{version}.tar.xz
12
13# for Vine Linux
14Patch1000:      accountsservice-0.6.37-vine-environment.patch
15
16BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
17BuildRequires:  glib2-devel
18BuildRequires:  dbus-glib-devel
19BuildRequires:  polkit-devel
20BuildRequires:  intltool
21# BuildRequires:  systemd-units
22BuildRequires:  gobject-introspection-devel
23
24Requires:       polkit
25Requires:       ConsoleKit
26Requires:       shadow-utils
27
28Vendor: Project Vine
29Distribution: Vine Linux
30Packager: Takemikaduchi
31
32
33%description
34The accountsservice project provides a set of D-Bus interfaces for
35querying and manipulating user account information and an implementation
36of these interfaces, based on the useradd, usermod and userdel commands.
37
38
39%package libs
40Summary: Client-side library to talk to accountsservice
41Summary(ja): accountsservice と対話するためのクライアント側ライブラリ
42Group: System Environment/Libraries
43Requires: %{name} = %{version}-%{release}
44
45%description libs
46The accountsservice-libs package contains a library that can
47be used by applications that want to interact with the accountsservice
48daemon.
49
50
51%package devel
52Summary: Development files for accountsservice-libs
53Summary(ja): accountsservice-libs の開発用ファイル
54Group: Development/Libraries
55Requires: %{name}-libs = %{version}-%{release}
56
57%description devel
58The accountsservice-devel package contains headers and other
59files needed to build applications that use accountsservice-libs.
60
61
62%package        doc
63Summary:        Documentation for %{name}
64Summary(ja):    %{name} 用のドキュメント
65Group:          Documentation
66Requires:       %{name} = %{version}-%{release}
67BuildArch:      noarch
68
69%description    doc
70This package contains documentation for %{name}.
71
72
73%prep
74%setup -q
75%patch1000 -p1 -b .vine
76
77%build
78autoreconf -if
79%configure \
80    --disable-static \
81    --with-minimum-uid=500 \
82        --disable-systemd
83make %{?_smp_mflags}
84
85
86%install
87rm -rf $RPM_BUILD_ROOT
88
89make install DESTDIR=$RPM_BUILD_ROOT
90rm $RPM_BUILD_ROOT%{_libdir}/*.la
91
92%find_lang accounts-service
93
94
95%post libs -p /sbin/ldconfig
96
97%postun libs -p /sbin/ldconfig
98
99%clean
100rm -rf $RPM_BUILD_ROOT
101
102
103%files -f accounts-service.lang
104%defattr(-,root,root,-)
105%doc COPYING README AUTHORS
106%{_sysconfdir}/dbus-1/system.d/org.freedesktop.Accounts.conf
107%{_libexecdir}/accounts-daemon
108%{_datadir}/dbus-1/interfaces/org.freedesktop.Accounts.xml
109%{_datadir}/dbus-1/interfaces/org.freedesktop.Accounts.User.xml
110%{_datadir}/dbus-1/system-services/org.freedesktop.Accounts.service
111%{_datadir}/polkit-1/actions/org.freedesktop.accounts.policy
112%dir %{_localstatedir}/lib/AccountsService/
113%dir %{_localstatedir}/lib/AccountsService/users
114%dir %{_localstatedir}/lib/AccountsService/icons
115#/lib/systemd/system/accounts-daemon.service
116
117%files libs
118%defattr(-,root,root,-)
119%{_libdir}/libaccountsservice.so.*
120%{_libdir}/girepository-1.0/AccountsService-1.0.typelib
121
122%files devel
123%defattr(-,root,root,-)
124%{_includedir}/accountsservice-1.0
125%{_libdir}/libaccountsservice.so
126%{_libdir}/pkgconfig/accountsservice.pc
127%{_datadir}/gir-1.0/AccountsService-1.0.gir
128
129%files doc
130%defattr(-,root,root,-)
131%{_datadir}/gtk-doc/html/libaccountsservice/
132
133%changelog
134* Mon Nov 03 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.39-1
135- new upstream release
136
137* Sat Nov  1 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.6.37-2
138- moved libs package to System Environment/Libraries
139- added %%post, %%postun and %%clean section
140- added Japanese summary
141
142* Sun Apr 13 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.37-1
143- new upstream release
144- add Patch1000 (accountsservice-0.6.37-vine-environment.patch)
145
146* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.31-2
147- rebuild with VineSeed environment
148
149* Wed Apr 24 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.31-1
150- new upstream release
151
152* Sun Jan 13 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.30-1
153- new upstream release
154- create subpackage (%{name}-doc)
155
156* Sun Sep 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.25-1
157- new upstream release
158
159* Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.18-1
160- new upstream release
161
162* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.14-1
163- new upstream release
164
165* Wed Aug 17 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.13-1
166- initial build for Vine Linux
167
168
169* Mon Jun 06 2011 Ray Strode <rstrode@redhat.com> 0.6.12-1
170- Update to latest release
171
172* Wed May 18 2011 Matthias Clasen <mclasen@redhat.com> 0.6.11-1
173- Update to 0.6.11
174
175* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.3-2
176- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
177
178* Wed Feb 02 2011 Ray Strode <rstrode@redhat.com> 0.6.3-1
179- Update to 0.6.3
180
181* Thu Jan 27 2011 Matthias Clasen <mclasen@redhat.com> 0.6.2-1
182- Update to 0.6.2
183
184* Wed Jul 21 2010 Matthias Clasen <mclasen@redhat.com> 0.6.1-1
185- Update to 0.6.1
186- Install systemd unit file
187
188* Mon Apr  5 2010 Matthias Clasen <mclasen@redhat.com> 0.6-2
189- Always emit changed signal on icon change
190
191* Tue Mar 30 2010 Matthias Clasen <mclasen@redhat.com> 0.6-1
192- Update to 0.6
193
194* Mon Mar 22 2010 Matthias Clasen <mclasen@redhat.com> 0.5-1
195- Update to 0.5
196
197* Mon Feb 22 2010 Bastien Nocera <bnocera@redhat.com> 0.4-3
198- Fix directory ownership
199
200* Mon Feb 22 2010 Bastien Nocera <bnocera@redhat.com> 0.4-2
201- Add missing directories to the filelist
202
203* Fri Jan 29 2010 Matthias Clasen <mclasen@redhat.com> 0.4-1
204- Initial packaging, based on work by Richard Hughes
Note: See TracBrowser for help on using the repository browser.