accountsservice-vl.spec 4.7 KB

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