accountsservice-vl.spec 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. Name: accountsservice
  2. Version: 0.6.37
  3. Release: 2%{?_dist_release}
  4. Summary: D-Bus interfaces for querying and manipulating user account information
  5. Summary(ja): ユーザーアカウント情報の問合せや処理を行うための D-Bus インターフェース
  6. Group: System Environment/Daemons
  7. License: GPLv3+
  8. URL: http://www.fedoraproject.org/wiki/Features/UserAccountDialog
  9. #VCS: git:git://git.freedesktop.org/accountsservice
  10. Source0: http://mclasen.fedorapeople.org/accounts/accountsservice-%{version}.tar.xz
  11. # for Vine Linux
  12. Patch1000: accountsservice-0.6.37-vine-environment.patch
  13. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  14. BuildRequires: glib2-devel
  15. BuildRequires: dbus-glib-devel
  16. BuildRequires: polkit-devel
  17. BuildRequires: intltool
  18. # BuildRequires: systemd-units
  19. BuildRequires: gobject-introspection-devel
  20. Requires: polkit
  21. Requires: ConsoleKit
  22. Requires: shadow-utils
  23. Vendor: Project Vine
  24. Distribution: Vine Linux
  25. Packager: Takemikaduchi
  26. %description
  27. The accountsservice project provides a set of D-Bus interfaces for
  28. querying and manipulating user account information and an implementation
  29. of these interfaces, based on the useradd, usermod and userdel commands.
  30. %package libs
  31. Summary: Client-side library to talk to accountsservice
  32. Summary(ja): accountsservice と対話するためのクライアント側ライブラリ
  33. Group: System Environment/Libraries
  34. Requires: %{name} = %{version}-%{release}
  35. %description libs
  36. The accountsservice-libs package contains a library that can
  37. be used by applications that want to interact with the accountsservice
  38. daemon.
  39. %package devel
  40. Summary: Development files for accountsservice-libs
  41. Summary(ja): accountsservice-libs の開発用ファイル
  42. Group: Development/Libraries
  43. Requires: %{name}-libs = %{version}-%{release}
  44. %description devel
  45. The accountsservice-devel package contains headers and other
  46. files needed to build applications that use accountsservice-libs.
  47. %package doc
  48. Summary: Documentation for %{name}
  49. Summary(ja): %{name} 用のドキュメント
  50. Group: Documentation
  51. Requires: %{name} = %{version}-%{release}
  52. BuildArch: noarch
  53. %description doc
  54. This package contains documentation for %{name}.
  55. %prep
  56. %setup -q
  57. %patch1000 -p1 -b .vine
  58. %build
  59. autoreconf -if
  60. %configure \
  61. --disable-static \
  62. --with-minimum-uid=500
  63. make %{?_smp_mflags}
  64. %install
  65. rm -rf $RPM_BUILD_ROOT
  66. make install DESTDIR=$RPM_BUILD_ROOT
  67. rm $RPM_BUILD_ROOT%{_libdir}/*.la
  68. %find_lang accounts-service
  69. %post libs -p /sbin/ldconfig
  70. %postun libs -p /sbin/ldconfig
  71. %clean
  72. rm -rf $RPM_BUILD_ROOT
  73. %files -f accounts-service.lang
  74. %defattr(-,root,root,-)
  75. %doc COPYING README AUTHORS
  76. %{_sysconfdir}/dbus-1/system.d/org.freedesktop.Accounts.conf
  77. %{_libexecdir}/accounts-daemon
  78. %{_datadir}/dbus-1/interfaces/org.freedesktop.Accounts.xml
  79. %{_datadir}/dbus-1/interfaces/org.freedesktop.Accounts.User.xml
  80. %{_datadir}/dbus-1/system-services/org.freedesktop.Accounts.service
  81. %{_datadir}/polkit-1/actions/org.freedesktop.accounts.policy
  82. %dir %{_localstatedir}/lib/AccountsService/
  83. %dir %{_localstatedir}/lib/AccountsService/users
  84. %dir %{_localstatedir}/lib/AccountsService/icons
  85. #/lib/systemd/system/accounts-daemon.service
  86. %files libs
  87. %defattr(-,root,root,-)
  88. %{_libdir}/libaccountsservice.so.*
  89. %{_libdir}/girepository-1.0/AccountsService-1.0.typelib
  90. %files devel
  91. %defattr(-,root,root,-)
  92. %{_includedir}/accountsservice-1.0
  93. %{_libdir}/libaccountsservice.so
  94. %{_libdir}/pkgconfig/accountsservice.pc
  95. %{_datadir}/gir-1.0/AccountsService-1.0.gir
  96. %files doc
  97. %defattr(-,root,root,-)
  98. %{_datadir}/gtk-doc/html/libaccountsservice/
  99. %changelog
  100. * Sat Nov 1 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.6.37-2
  101. - moved libs package to System Environment/Libraries
  102. - added %%post, %%postun and %%clean section
  103. - added Japanese summary
  104. * Sun Apr 13 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.37-1
  105. - new upstream release
  106. - add Patch1000 (accountsservice-0.6.37-vine-environment.patch)
  107. * Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.31-2
  108. - rebuild with VineSeed environment
  109. * Wed Apr 24 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.31-1
  110. - new upstream release
  111. * Sun Jan 13 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.30-1
  112. - new upstream release
  113. - create subpackage (%{name}-doc)
  114. * Sun Sep 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.25-1
  115. - new upstream release
  116. * Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.18-1
  117. - new upstream release
  118. * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.14-1
  119. - new upstream release
  120. * Wed Aug 17 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.13-1
  121. - initial build for Vine Linux
  122. * Mon Jun 06 2011 Ray Strode <rstrode@redhat.com> 0.6.12-1
  123. - Update to latest release
  124. * Wed May 18 2011 Matthias Clasen <mclasen@redhat.com> 0.6.11-1
  125. - Update to 0.6.11
  126. * Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.3-2
  127. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  128. * Wed Feb 02 2011 Ray Strode <rstrode@redhat.com> 0.6.3-1
  129. - Update to 0.6.3
  130. * Thu Jan 27 2011 Matthias Clasen <mclasen@redhat.com> 0.6.2-1
  131. - Update to 0.6.2
  132. * Wed Jul 21 2010 Matthias Clasen <mclasen@redhat.com> 0.6.1-1
  133. - Update to 0.6.1
  134. - Install systemd unit file
  135. * Mon Apr 5 2010 Matthias Clasen <mclasen@redhat.com> 0.6-2
  136. - Always emit changed signal on icon change
  137. * Tue Mar 30 2010 Matthias Clasen <mclasen@redhat.com> 0.6-1
  138. - Update to 0.6
  139. * Mon Mar 22 2010 Matthias Clasen <mclasen@redhat.com> 0.5-1
  140. - Update to 0.5
  141. * Mon Feb 22 2010 Bastien Nocera <bnocera@redhat.com> 0.4-3
  142. - Fix directory ownership
  143. * Mon Feb 22 2010 Bastien Nocera <bnocera@redhat.com> 0.4-2
  144. - Add missing directories to the filelist
  145. * Fri Jan 29 2010 Matthias Clasen <mclasen@redhat.com> 0.4-1
  146. - Initial packaging, based on work by Richard Hughes