Author: glen                         Date: Fri Feb  2 04:57:19 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   pam-pam_ccreds.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/pam-pam_ccreds.spec
diff -u /dev/null SPECS/pam-pam_ccreds.spec:1.1
--- /dev/null   Fri Feb  2 05:57:19 2007
+++ SPECS/pam-pam_ccreds.spec   Fri Feb  2 05:57:14 2007
@@ -0,0 +1,52 @@
+# $Revision$, $Date$
+%define        modulename pam_ccreds
+Summary:       PAM cached credentials module
+Name:          pam-%{modulename}
+Version:       4
+Release:       1
+License:       GPL
+Group:         Applications/System
+Source0:       http://www.padl.com/download/pam_ccreds-%{version}.tar.gz
+# Source0-md5: 7dfba0860195d63e173bdb08450462d7
+URL:           http://www.padl.com/OSS/pam_ccreds.html
+BuildRequires: pam-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The pam_ccreds module provides the means for Linux workstations to
+locally authenticate using an enterprise identity when the network is
+unavailable. Used in conjunction with the nss_updatedb utility, it
+provides a mechanism for disconnected use of network directories. They
+are designed to work with pam_ldap and nss_ldap
+
+%prep
+%setup -q -n %{modulename}-%{version}
+
+%build
+%{__autoconf}
+%{__autoheader}
+%configure
+%{__make} -j1
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT/%{_lib}/security
+install pam_ccreds.so $RPM_BUILD_ROOT/%{_lib}/security
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS NEWS COPYING README ChangeLog
+%attr(755,root,root) /%{_lib}/security/pam_ccreds.so
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/02/02 04:57:14  glen
+- new
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to