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

Revision 7327, 4.7 KB checked in by Takemikaduchi, 11 years ago (diff)

new upstream release

Line 
1
2Name:           accountsservice
3Version:        0.6.30
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%configure
72make %{?_smp_mflags}
73
74
75%install
76make install DESTDIR=$RPM_BUILD_ROOT
77rm $RPM_BUILD_ROOT%{_libdir}/*.la
78rm $RPM_BUILD_ROOT%{_libdir}/*.a
79%find_lang accounts-service
80
81
82%files -f accounts-service.lang
83%defattr(-,root,root,-)
84%doc COPYING README AUTHORS
85%{_sysconfdir}/dbus-1/system.d/org.freedesktop.Accounts.conf
86%{_libexecdir}/accounts-daemon
87%{_datadir}/dbus-1/interfaces/org.freedesktop.Accounts.xml
88%{_datadir}/dbus-1/interfaces/org.freedesktop.Accounts.User.xml
89%{_datadir}/dbus-1/system-services/org.freedesktop.Accounts.service
90%{_datadir}/polkit-1/actions/org.freedesktop.accounts.policy
91%dir %{_localstatedir}/lib/AccountsService/
92%dir %{_localstatedir}/lib/AccountsService/users
93%dir %{_localstatedir}/lib/AccountsService/icons
94#/lib/systemd/system/accounts-daemon.service
95
96%files libs
97%defattr(-,root,root,-)
98%{_libdir}/libaccountsservice.so.*
99%{_libdir}/girepository-1.0/AccountsService-1.0.typelib
100
101%files devel
102%defattr(-,root,root,-)
103%{_includedir}/accountsservice-1.0
104%{_libdir}/libaccountsservice.so
105%{_libdir}/pkgconfig/accountsservice.pc
106%{_datadir}/gir-1.0/AccountsService-1.0.gir
107
108%files doc
109%defattr(-,root,root,-)
110%{_datadir}/gtk-doc/html/libaccountsservice/
111
112%changelog
113* Sun Jan 13 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.30-1
114- new upstream release
115- create subpackage (%{name}-doc)
116
117* Sun Sep 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.25-1
118- new upstream release
119
120* Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.18-1
121- new upstream release
122
123* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.14-1
124- new upstream release
125
126* Wed Aug 17 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.13-1
127- initial build for Vine Linux
128
129
130* Mon Jun 06 2011 Ray Strode <rstrode@redhat.com> 0.6.12-1
131- Update to latest release
132
133* Wed May 18 2011 Matthias Clasen <mclasen@redhat.com> 0.6.11-1
134- Update to 0.6.11
135
136* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.3-2
137- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
138
139* Wed Feb 02 2011 Ray Strode <rstrode@redhat.com> 0.6.3-1
140- Update to 0.6.3
141
142* Thu Jan 27 2011 Matthias Clasen <mclasen@redhat.com> 0.6.2-1
143- Update to 0.6.2
144
145* Wed Jul 21 2010 Matthias Clasen <mclasen@redhat.com> 0.6.1-1
146- Update to 0.6.1
147- Install systemd unit file
148
149* Mon Apr  5 2010 Matthias Clasen <mclasen@redhat.com> 0.6-2
150- Always emit changed signal on icon change
151
152* Tue Mar 30 2010 Matthias Clasen <mclasen@redhat.com> 0.6-1
153- Update to 0.6
154
155* Mon Mar 22 2010 Matthias Clasen <mclasen@redhat.com> 0.5-1
156- Update to 0.5
157
158* Mon Feb 22 2010 Bastien Nocera <bnocera@redhat.com> 0.4-3
159- Fix directory ownership
160
161* Mon Feb 22 2010 Bastien Nocera <bnocera@redhat.com> 0.4-2
162- Add missing directories to the filelist
163
164* Fri Jan 29 2010 Matthias Clasen <mclasen@redhat.com> 0.4-1
165- Initial packaging, based on work by Richard Hughes
Note: See TracBrowser for help on using the repository browser.