SPECS: pam-script.spec (NEW) - added

twittner twittner at pld-linux.org
Thu Aug 11 18:23:07 CEST 2005


Author: twittner                     Date: Thu Aug 11 16:23:07 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added

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

---- Diffs:

================================================================
Index: SPECS/pam-script.spec
diff -u /dev/null SPECS/pam-script.spec:1.1
--- /dev/null	Thu Aug 11 18:23:07 2005
+++ SPECS/pam-script.spec	Thu Aug 11 18:23:02 2005
@@ -0,0 +1,48 @@
+# $Revision$, $Date$
+Summary:	PAM module for executing scripts.
+Name:		pam-script
+Version:	0.1.3
+Release:	0.1
+License:	GPL
+Group:		Applications/System
+Source0:	http://freshmeat.net/redir/pam_script/22413/url_tgz/%{name}-%{version}.tar.gz
+# Source0-md5:	fd1fa2ac933a49dfaf4917d6271e0173
+Patch0:		%{name}-Makefile.patch
+URL:		http://www.bofs.co.za/~iburger/pam_script/index.html
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+PAM-scripts is a module which allows to execute scripts after opening
+and/or closing a session using pam.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__make} CC="%{__cc}" CFLAGS="%{rpmcflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -D pam_script.so $RPM_BUILD_ROOT/%{_lib}/security/pam_script.so
+install -D pam-script.5 $RPM_BUILD_ROOT/%{_mandir}/man5/pam-script.5
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Changelog README examples/kde
+%attr(755,root,root) /%{_lib}/security/*
+%{_mandir}/man?/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/08/11 16:23:02  twittner
+- added
+
================================================================



More information about the pld-cvs-commit mailing list