polkit-gnome-vl.spec 4.6 KB

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