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

Revision 6890, 4.2 KB checked in by Takemikaduchi, 12 years ago (diff)

GNOME-3.6.0 & Cinnamon-1.6.1

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