polkit-gnome-vl.spec 5.0 KB

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