pam_keyring-vl.spec 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. Summary: A PAM module that execute gnome-keyring-daemon and unlock the default keyring
  2. Summary(ja): gnome-keyring-daemon を実行しデフォルトのキーリングをアンロックするPAMモジュール
  3. Name: pam_keyring
  4. Version: 0.0.9
  5. Release: 1%{?_dist_release}
  6. License: GPLv2+
  7. Group: System Environment/Base
  8. Source: http://www.hekanetworks.com/opensource/%name/%{name}-%{version}.tar.gz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  10. URL: http://www.hekanetworks.com
  11. Requires: gnome-session
  12. Requires: gnome-keyring
  13. Requires: pam
  14. BuildRequires: gnome-keyring-devel
  15. BuildRequires: pam-devel
  16. BuildRequires: libtool autoconf automake
  17. %description
  18. The pam_keyring module allows GNOME users to automatically unlock
  19. their default keyring using their system password when they log in.
  20. This allows the data in the default keyring to be used more
  21. transparently. Ideally, users should only every have to enter one
  22. password (or physical token, etc.): the password they use to
  23. authenticate themselves to the system when they log in.
  24. %prep
  25. %setup -q
  26. ./autogen.sh
  27. %build
  28. %configure --libdir=/%{_lib}
  29. make %{?_smp_mflags}
  30. %install
  31. rm -rf $RPM_BUILD_ROOT
  32. make install DESTDIR=$RPM_BUILD_ROOT
  33. rm -f $RPM_BUILD_ROOT/%{_lib}/security/*.a
  34. rm -f $RPM_BUILD_ROOT/%{_lib}/security/*.la
  35. %clean
  36. rm -rf $RPM_BUILD_ROOT
  37. %files
  38. %defattr(-, root, root)
  39. %doc AUTHORS COPYING ChangeLog INSTALL NEWS README
  40. %{_mandir}/man8/*
  41. %{_libexecdir}/pam-keyring-tool
  42. /%{_lib}/security/pam_keyring*.so
  43. %changelog
  44. * Thu Aug 27 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.9-1
  45. - initial build for Vine Linux
  46. * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.9-4
  47. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  48. * Sun Feb 22 2009 Denis <denis@new-host.home> - 0.0.9-3
  49. - Added autogen call to fix old libtool scripts
  50. * Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.0.9-2
  51. - Autorebuild for GCC 4.3
  52. * Wed Aug 22 2007 Denis Leroy <denis@poolshark.org> - 0.0.9-1
  53. - Update to upstream 0.0.9
  54. - Updated License tag
  55. * Thu Sep 07 2006 W. Michael Petullo <mike[@]flyn.org> - 0.0.8-3.fc6
  56. - Rebuild for FC6.
  57. * Tue Aug 22 2006 W. Michael Petullo <mike[@]flyn.org> - 0.0.8-2.fc6
  58. - BuildRequires libtool.
  59. * Tue Aug 22 2006 W. Michael Petullo <mike[@]flyn.org> - 0.0.8-1.fc6
  60. - Updated to pam_keyring 0.0.8.
  61. * Thu Jun 08 2006 W. Michael Petullo <mike[@]flyn.org> - 0.0.7-2
  62. - Don't package empty FAQ.
  63. * Mon Apr 03 2006 W. Michael Petullo <mike[@]flyn.org> - 0.0.7-1
  64. - Updated to pam_keyring 0.0.7.
  65. - Add BuildRequires.
  66. - New upstream maintainer.
  67. * Sat Aug 27 2005 W. Michael Petullo <> - 0.0.4-0.fdr.1
  68. - Updated to pam_keyring 0.0.4.
  69. - Should now build properly on x86-64.
  70. * Wed Jun 9 2004 W. Michael Petullo <> - 0.0.1-0.fdr.1
  71. - Initial RPM.