accountsservice-vl.spec 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. Name: accountsservice
  2. Version: 0.6.31
  3. Release: 2%{?_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. # for Vine Linux
  53. sed -i "s|redhat|vine|g" configure.ac
  54. autoreconf -if
  55. %configure
  56. make %{?_smp_mflags}
  57. %install
  58. make install DESTDIR=$RPM_BUILD_ROOT
  59. rm $RPM_BUILD_ROOT%{_libdir}/*.la
  60. rm $RPM_BUILD_ROOT%{_libdir}/*.a
  61. %find_lang accounts-service
  62. %files -f accounts-service.lang
  63. %defattr(-,root,root,-)
  64. %doc COPYING README AUTHORS
  65. %{_sysconfdir}/dbus-1/system.d/org.freedesktop.Accounts.conf
  66. %{_libexecdir}/accounts-daemon
  67. %{_datadir}/dbus-1/interfaces/org.freedesktop.Accounts.xml
  68. %{_datadir}/dbus-1/interfaces/org.freedesktop.Accounts.User.xml
  69. %{_datadir}/dbus-1/system-services/org.freedesktop.Accounts.service
  70. %{_datadir}/polkit-1/actions/org.freedesktop.accounts.policy
  71. %dir %{_localstatedir}/lib/AccountsService/
  72. %dir %{_localstatedir}/lib/AccountsService/users
  73. %dir %{_localstatedir}/lib/AccountsService/icons
  74. #/lib/systemd/system/accounts-daemon.service
  75. %files libs
  76. %defattr(-,root,root,-)
  77. %{_libdir}/libaccountsservice.so.*
  78. %{_libdir}/girepository-1.0/AccountsService-1.0.typelib
  79. %files devel
  80. %defattr(-,root,root,-)
  81. %{_includedir}/accountsservice-1.0
  82. %{_libdir}/libaccountsservice.so
  83. %{_libdir}/pkgconfig/accountsservice.pc
  84. %{_datadir}/gir-1.0/AccountsService-1.0.gir
  85. %files doc
  86. %defattr(-,root,root,-)
  87. %{_datadir}/gtk-doc/html/libaccountsservice/
  88. %changelog
  89. * Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.31-2
  90. - rebuild with VineSeed environment
  91. * Wed Apr 24 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.31-1
  92. - new upstream release
  93. * Sun Jan 13 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.30-1
  94. - new upstream release
  95. - create subpackage (%{name}-doc)
  96. * Sun Sep 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.25-1
  97. - new upstream release
  98. * Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.18-1
  99. - new upstream release
  100. * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.14-1
  101. - new upstream release
  102. * Wed Aug 17 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.13-1
  103. - initial build for Vine Linux
  104. * Mon Jun 06 2011 Ray Strode <rstrode@redhat.com> 0.6.12-1
  105. - Update to latest release
  106. * Wed May 18 2011 Matthias Clasen <mclasen@redhat.com> 0.6.11-1
  107. - Update to 0.6.11
  108. * Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.3-2
  109. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  110. * Wed Feb 02 2011 Ray Strode <rstrode@redhat.com> 0.6.3-1
  111. - Update to 0.6.3
  112. * Thu Jan 27 2011 Matthias Clasen <mclasen@redhat.com> 0.6.2-1
  113. - Update to 0.6.2
  114. * Wed Jul 21 2010 Matthias Clasen <mclasen@redhat.com> 0.6.1-1
  115. - Update to 0.6.1
  116. - Install systemd unit file
  117. * Mon Apr 5 2010 Matthias Clasen <mclasen@redhat.com> 0.6-2
  118. - Always emit changed signal on icon change
  119. * Tue Mar 30 2010 Matthias Clasen <mclasen@redhat.com> 0.6-1
  120. - Update to 0.6
  121. * Mon Mar 22 2010 Matthias Clasen <mclasen@redhat.com> 0.5-1
  122. - Update to 0.5
  123. * Mon Feb 22 2010 Bastien Nocera <bnocera@redhat.com> 0.4-3
  124. - Fix directory ownership
  125. * Mon Feb 22 2010 Bastien Nocera <bnocera@redhat.com> 0.4-2
  126. - Add missing directories to the filelist
  127. * Fri Jan 29 2010 Matthias Clasen <mclasen@redhat.com> 0.4-1
  128. - Initial packaging, based on work by Richard Hughes