accountsservice-vl.spec 5.2 KB

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