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

Revision 8353, 5.2 KB checked in by Takemikaduchi, 10 years ago (diff)

GNOME-3.12.0

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