polkit-gnome-vl.spec 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. Summary: PolicyKit integration for the GNOME desktop
  2. Summary(ja): PolicyKit の GNOME デスクトップ統合
  3. Name: polkit-gnome
  4. Version: 0.102
  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. BuildRequires: gobject-introspection-devel
  17. #Obsoletes: PolicyKit-gnome <= 0.10
  18. #Provides: PolicyKit-gnome = 0.11
  19. #Obsoletes: PolicyKit-gnome-libs <= 0.10
  20. #Provides: PolicyKit-gnome-libs = 0.11
  21. Provides: PolicyKit-authentication-agent
  22. Requires: polkit
  23. Vendor: Project Vine
  24. Distribution: Vine Linux
  25. %description
  26. polkit-gnome provides an authentication agent for PolicyKit
  27. that matches the look and feel of the GNOME desktop.
  28. %package devel
  29. Summary: Development files for polkit-gnome
  30. Summary(ja): polkit-gnome の開発ファイル
  31. Group: Development/Libraries
  32. Requires: %name = %{version}-%{release}
  33. Requires: %name-docs = %{version}-%{release}
  34. Requires: pkgconfig
  35. Requires: polkit-devel
  36. #Obsoletes: PolicyKit-gnome-devel <= 0.10
  37. #Provides: PolicyKit-gnome-devel = 0.11
  38. #Obsoletes: PolicyKit-gnome-demo <= 0.10
  39. #Provides: PolicyKit-gnome-demo = 0.11
  40. %description devel
  41. Development files for polkit-gnome.
  42. %package docs
  43. Summary: Development documentation for polkit-gnome
  44. Summary(ja): polkit-gnome の開発ドキュメント
  45. Group: Development/Libraries
  46. Requires: %name-devel = %{version}-%{release}
  47. Requires: gtk-doc
  48. %description docs
  49. Development documentation for polkit-gnome.
  50. %prep
  51. %setup -q
  52. %build
  53. %configure \
  54. --with-gtk=3.0 \
  55. --enable-gtk-doc
  56. make
  57. %install
  58. rm -rf $RPM_BUILD_ROOT
  59. make install DESTDIR=$RPM_BUILD_ROOT
  60. rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
  61. rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
  62. %find_lang polkit-gnome-1
  63. %clean
  64. rm -rf $RPM_BUILD_ROOT
  65. %files -f polkit-gnome-1.lang
  66. %defattr(-,root,root,-)
  67. %doc COPYING AUTHORS README
  68. %{_libexecdir}/*
  69. %{_libdir}/lib*.so.*
  70. %{_libdir}/girepository-1.0/*.typelib
  71. %files devel
  72. %defattr(-,root,root,-)
  73. %{_libdir}/lib*.so
  74. %{_libdir}/pkgconfig/*.pc
  75. %{_includedir}/*
  76. %{_datadir}/gir-1.0/*.gir
  77. %files docs
  78. %defattr(-,root,root,-)
  79. %{_datadir}/gtk-doc/html/*
  80. %changelog
  81. * Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.102-1
  82. - new upstream release
  83. - change BuildRequires: gtk3-devel instead of gtk2-devel
  84. * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.101-1
  85. - new upstream release
  86. * Sat Oct 02 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.99-1
  87. - new upstream release
  88. - remove BuildRequires: gir-repository-devel
  89. * Fri Oct 01 2010 Shu KONNO <owa@bg.wakwak.com> 0.96-2
  90. - rebuilt with rpm-4.8.1 for pkg-config
  91. * Mon Feb 22 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.96-1
  92. - update to 0.96
  93. * Mon Oct 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.95-0.1.git20090913.6
  94. - initial build for Vine Linux
  95. * Wed Oct 7 2009 Matthias Clasen <mclasen@redhat.com> - 0.95.0.git20090913.6
  96. - Prevent the statusicon from eating whitespace
  97. * Mon Sep 14 2009 David Zeuthen <davidz@redhat.com> - 0.95-0.git20090913.5
  98. - add Provides: PolicyKit-authentication-agent to satify what PolicyKit-gnome
  99. also provided
  100. * Mon Sep 14 2009 David Zeuthen <davidz@redhat.com> - 0.95-0.git20090913.4
  101. - Refine how Obsolete: is used and also add Provides: (thanks Jesse
  102. Keating and nim-nim)
  103. * Mon Sep 14 2009 David Zeuthen <davidz@redhat.com> - 0.95-0.git20090913.3
  104. - Obsolete old PolicyKit-gnome packages
  105. * Sun Sep 13 2009 David Zeuthen <davidz@redhat.com> - 0.95-0.git20090913.2
  106. - Update BR
  107. * Sun Sep 13 2009 David Zeuthen <davidz@redhat.com> - 0.95-0.git20090913.1
  108. - Update BR
  109. * Sun Sep 13 2009 David Zeuthen <davidz@redhat.com> - 0.95-0.git20090913
  110. - Update to git snapshot
  111. - Turn on GObject introspection
  112. * Wed Sep 2 2009 Matthias Clasen <mclasen@redhat.com> - 0.94-4
  113. - Just remove the OnlyShowIn, it turns out everybody wants this
  114. * Sat Aug 29 2009 Matthias Clasen <mclasen@redhat.com> - 0.94-3
  115. - Require a new enough polkit (#517479)
  116. * Sat Aug 29 2009 Matthias Clasen <mclasen@redhat.com> - 0.94-2
  117. - Show in KDE, too (#519674)
  118. * Wed Aug 12 2009 David Zeuthen <davidz@redhat.com> - 0.94-1
  119. - Update to upstream release 0.94
  120. * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.93-3
  121. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  122. * Mon Jul 20 2009 David Zeuthen <davidz@redhat.com> - 0.93-2
  123. - Rebuild
  124. * Mon Jul 20 2009 David Zeuthen <davidz@redhat.com> - 0.93-1
  125. - Update to 0.93
  126. * Tue Jun 9 2009 Matthias Clasen <mclasen@redhat.com> - 0.9.2-3
  127. - Fix BuildRequires
  128. * Tue Jun 09 2009 David Zeuthen <davidz@redhat.com> - 0.92-2
  129. - Change license to LGPLv2+
  130. - Remove Requires: gnome-session
  131. * Mon Jun 08 2009 David Zeuthen <davidz@redhat.com> - 0.92-1
  132. - Update to 0.92 release
  133. * Wed May 27 2009 David Zeuthen <davidz@redhat.com> - 0.92-0.git20090527
  134. - Update to 0.92 snapshot
  135. * Mon Feb 9 2009 David Zeuthen <davidz@redhat.com> - 0.91-1
  136. - Initial spec file.