accountsservice-vl.spec 3.9 KB

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