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

Revision 7633, 4.8 KB checked in by Takemikaduchi, 11 years ago (diff)

GNOME-3.8.1

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