source: projects/specs/trunk/p/pam_keyring/pam_keyring-vl.spec @ 521

Revision 521, 2.8 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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