polkit-gnome-vl.spec 4.8 KB

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