gnome-keyring-manager-vl.spec 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. Summary: Keyring management program for the GNOME Desktop
  2. Summary(ja): GNOMEデスクトップ向けの鍵束管理ツール
  3. Name: gnome-keyring-manager
  4. Version: 2.20.0
  5. Release: 1%{?_dist_release}
  6. License: GPL
  7. Group: User Interface/Desktops
  8. Source: gnome-keyring-manager-%{version}.tar.bz2
  9. URL: http://www.gnome.org/
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: gnome-keyring-devel
  12. BuildRequires: libgnomeui-devel
  13. BuildRequires: pkgconfig
  14. BuildRequires: gnome-doc-utils >= 0.3.2
  15. BuildRequires: libSM-devel
  16. %description
  17. gnome-keyring-manager is an application that lets you manage the
  18. passwords and other secrets you have saved in your keyring.
  19. %prep
  20. %setup -q -n gnome-keyring-manager-%{version}
  21. %build
  22. %configure --disable-scrollkeeper
  23. %__make %{?_smp_mflags}
  24. %install
  25. rm -fr %{buildroot}
  26. export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
  27. %makeinstall
  28. unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
  29. %find_lang %{name}
  30. %clean
  31. rm -fr %{buildroot}
  32. %post
  33. export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
  34. SCHEMAS="gnome-keyring-manager.schemas"
  35. for S in $SCHEMAS; do
  36. gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S > /dev/null
  37. done
  38. %files -f %{name}.lang
  39. %defattr(-, root, root)
  40. %doc AUTHORS COPYING ChangeLog NEWS README
  41. %{_bindir}/*
  42. %{_datadir}/applications/*
  43. %{_sysconfdir}/gconf/schemas/*.schemas
  44. %{_datadir}/gnome-keyring-manager
  45. %{_datadir}/gnome/help/gnome-keyring-manager
  46. %{_datadir}/omf/gnome-keyring-manager
  47. %{_datadir}/man/man1/*
  48. %changelog
  49. * Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.20.0-1
  50. - new upstream release
  51. - add BuildRequires: libSM-devel
  52. * Fri Aug 15 2008 Shu KONNO <owa@bg.wakwak.com> 2.18.0-1vl5
  53. - applied new versioning policy, spec in utf-8
  54. * Sat Apr 28 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.0-0vl1
  55. - new upstream release
  56. * Tue May 16 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl1
  57. - initial build for Vine Linux
  58. * Mon Mar 13 2006 Matthias Clasen <mclasen@redhat.com> 2.14.0-1
  59. - Update to 2.14.0
  60. * Tue Feb 28 2006 Karsten Hopp <karsten@redhat.de> 2.12.0-3
  61. - BuildRequires: gnome-doc-utils
  62. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.12.0-2.2.1
  63. - bump again for double-long bug on ppc(64)
  64. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.12.0-2.2
  65. - rebuilt for new gcc4.1 snapshot and glibc changes
  66. * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
  67. - rebuilt
  68. * Wed Nov 2 2005 Matthias Clasen <mclasen@redhat.com> 2.12.0-2
  69. - Avoid the error dialog if there is no default keyring.
  70. * Wed Sep 7 2005 Matthias Clasen <mclasen@redhat.com> 2.12.0-1
  71. - Update to 2.12.0
  72. * Tue Aug 16 2005 David Zeuthen <davidz@redhat.com>
  73. - Rebuilt
  74. * Thu Aug 4 2005 Matthias Clasen <mclasen@redhat.com> 2.11.1-1
  75. - New upstream version
  76. * Mon Mar 21 2005 David Zeuthen <davidz@redhat.com> 0.0.4-3
  77. - Fix Group tag for consistency (#147903)
  78. * Wed Mar 2 2005 Alex Larsson <alexl@redhat.com> 0.0.4-2
  79. - Rebuild
  80. * Tue Feb 1 2005 Matthias Clasen <mclasen@redhat.com> - 0.0.4-1
  81. - Update to 0.0.4
  82. * Mon Aug 16 2004 Alexander Larsson <alexl@redhat.com> - 0.0.3-1
  83. - First version