polkit-gnome-vl.spec 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. Summary: PolicyKit integration for the GNOME desktop
  2. Summary(ja): PolicyKit の GNOME デスクトップ統合
  3. Name: polkit-gnome
  4. Version: 0.103
  5. Release: 1%{?_dist_release}
  6. License: LGPLv2+
  7. URL: http://www.freedesktop.org/wiki/Software/PolicyKit
  8. Group: Applications/System
  9. Source0: http://hal.freedesktop.org/releases/%{name}-%{version}.tar.xz
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  11. BuildRequires: gtk3-devel
  12. BuildRequires: polkit-devel >= 0.102
  13. BuildRequires: desktop-file-utils
  14. BuildRequires: intltool
  15. BuildRequires: dbus-glib-devel
  16. #Obsoletes: PolicyKit-gnome <= 0.10
  17. #Provides: PolicyKit-gnome = 0.11
  18. #Obsoletes: PolicyKit-gnome-libs <= 0.10
  19. #Provides: PolicyKit-gnome-libs = 0.11
  20. Provides: PolicyKit-authentication-agent
  21. Requires: polkit
  22. Vendor: Project Vine
  23. Distribution: Vine Linux
  24. Obsoletes: %{name}-devel < 0.103
  25. Obsoletes: %{name}-docs < 0.103
  26. %description
  27. polkit-gnome provides an authentication agent for PolicyKit
  28. that matches the look and feel of the GNOME desktop.
  29. %prep
  30. %setup -q
  31. %build
  32. %configure \
  33. --enable-gtk-doc
  34. make
  35. %install
  36. rm -rf $RPM_BUILD_ROOT
  37. make install DESTDIR=$RPM_BUILD_ROOT
  38. %find_lang polkit-gnome-1
  39. %clean
  40. rm -rf $RPM_BUILD_ROOT
  41. %files -f polkit-gnome-1.lang
  42. %defattr(-,root,root,-)
  43. %doc COPYING AUTHORS README
  44. %{_libexecdir}/*
  45. %changelog
  46. * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.103-1
  47. - new upstream release
  48. - remove %{name}-devel and %{name}-docs sub package
  49. * Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.102-1
  50. - new upstream release
  51. - change BuildRequires: gtk3-devel instead of gtk2-devel
  52. * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.101-1
  53. - new upstream release
  54. * Sat Oct 02 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.99-1
  55. - new upstream release
  56. - remove BuildRequires: gir-repository-devel
  57. * Fri Oct 01 2010 Shu KONNO <owa@bg.wakwak.com> 0.96-2
  58. - rebuilt with rpm-4.8.1 for pkg-config
  59. * Mon Feb 22 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.96-1
  60. - update to 0.96
  61. * Mon Oct 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.95-0.1.git20090913.6
  62. - initial build for Vine Linux
  63. * Wed Oct 7 2009 Matthias Clasen <mclasen@redhat.com> - 0.95.0.git20090913.6
  64. - Prevent the statusicon from eating whitespace
  65. * Mon Sep 14 2009 David Zeuthen <davidz@redhat.com> - 0.95-0.git20090913.5
  66. - add Provides: PolicyKit-authentication-agent to satify what PolicyKit-gnome
  67. also provided
  68. * Mon Sep 14 2009 David Zeuthen <davidz@redhat.com> - 0.95-0.git20090913.4
  69. - Refine how Obsolete: is used and also add Provides: (thanks Jesse
  70. Keating and nim-nim)
  71. * Mon Sep 14 2009 David Zeuthen <davidz@redhat.com> - 0.95-0.git20090913.3
  72. - Obsolete old PolicyKit-gnome packages
  73. * Sun Sep 13 2009 David Zeuthen <davidz@redhat.com> - 0.95-0.git20090913.2
  74. - Update BR
  75. * Sun Sep 13 2009 David Zeuthen <davidz@redhat.com> - 0.95-0.git20090913.1
  76. - Update BR
  77. * Sun Sep 13 2009 David Zeuthen <davidz@redhat.com> - 0.95-0.git20090913
  78. - Update to git snapshot
  79. - Turn on GObject introspection
  80. * Wed Sep 2 2009 Matthias Clasen <mclasen@redhat.com> - 0.94-4
  81. - Just remove the OnlyShowIn, it turns out everybody wants this
  82. * Sat Aug 29 2009 Matthias Clasen <mclasen@redhat.com> - 0.94-3
  83. - Require a new enough polkit (#517479)
  84. * Sat Aug 29 2009 Matthias Clasen <mclasen@redhat.com> - 0.94-2
  85. - Show in KDE, too (#519674)
  86. * Wed Aug 12 2009 David Zeuthen <davidz@redhat.com> - 0.94-1
  87. - Update to upstream release 0.94
  88. * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.93-3
  89. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  90. * Mon Jul 20 2009 David Zeuthen <davidz@redhat.com> - 0.93-2
  91. - Rebuild
  92. * Mon Jul 20 2009 David Zeuthen <davidz@redhat.com> - 0.93-1
  93. - Update to 0.93
  94. * Tue Jun 9 2009 Matthias Clasen <mclasen@redhat.com> - 0.9.2-3
  95. - Fix BuildRequires
  96. * Tue Jun 09 2009 David Zeuthen <davidz@redhat.com> - 0.92-2
  97. - Change license to LGPLv2+
  98. - Remove Requires: gnome-session
  99. * Mon Jun 08 2009 David Zeuthen <davidz@redhat.com> - 0.92-1
  100. - Update to 0.92 release
  101. * Wed May 27 2009 David Zeuthen <davidz@redhat.com> - 0.92-0.git20090527
  102. - Update to 0.92 snapshot
  103. * Mon Feb 9 2009 David Zeuthen <davidz@redhat.com> - 0.91-1
  104. - Initial spec file.