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

Revision 8119, 4.9 KB checked in by Takemikaduchi, 10 years ago (diff)

rebuild or new upstream release

Line 
1
2Name:           accountsservice
3Version:        0.6.31
4Release:        2%{?_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* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.31-2
117- rebuild with VineSeed environment
118
119* Wed Apr 24 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.31-1
120- new upstream release
121
122* Sun Jan 13 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.30-1
123- new upstream release
124- create subpackage (%{name}-doc)
125
126* Sun Sep 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.25-1
127- new upstream release
128
129* Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.18-1
130- new upstream release
131
132* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.14-1
133- new upstream release
134
135* Wed Aug 17 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.13-1
136- initial build for Vine Linux
137
138
139* Mon Jun 06 2011 Ray Strode <rstrode@redhat.com> 0.6.12-1
140- Update to latest release
141
142* Wed May 18 2011 Matthias Clasen <mclasen@redhat.com> 0.6.11-1
143- Update to 0.6.11
144
145* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.3-2
146- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
147
148* Wed Feb 02 2011 Ray Strode <rstrode@redhat.com> 0.6.3-1
149- Update to 0.6.3
150
151* Thu Jan 27 2011 Matthias Clasen <mclasen@redhat.com> 0.6.2-1
152- Update to 0.6.2
153
154* Wed Jul 21 2010 Matthias Clasen <mclasen@redhat.com> 0.6.1-1
155- Update to 0.6.1
156- Install systemd unit file
157
158* Mon Apr  5 2010 Matthias Clasen <mclasen@redhat.com> 0.6-2
159- Always emit changed signal on icon change
160
161* Tue Mar 30 2010 Matthias Clasen <mclasen@redhat.com> 0.6-1
162- Update to 0.6
163
164* Mon Mar 22 2010 Matthias Clasen <mclasen@redhat.com> 0.5-1
165- Update to 0.5
166
167* Mon Feb 22 2010 Bastien Nocera <bnocera@redhat.com> 0.4-3
168- Fix directory ownership
169
170* Mon Feb 22 2010 Bastien Nocera <bnocera@redhat.com> 0.4-2
171- Add missing directories to the filelist
172
173* Fri Jan 29 2010 Matthias Clasen <mclasen@redhat.com> 0.4-1
174- Initial packaging, based on work by Richard Hughes
Note: See TracBrowser for help on using the repository browser.