SPECS: pam-pam_bioapi.spec (NEW) - new

arekm arekm at pld-linux.org
Sat Apr 8 22:49:20 CEST 2006


Author: arekm                        Date: Sat Apr  8 20:49:20 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/pam-pam_bioapi.spec
diff -u /dev/null SPECS/pam-pam_bioapi.spec:1.1
--- /dev/null	Sat Apr  8 22:49:20 2006
+++ SPECS/pam-pam_bioapi.spec	Sat Apr  8 22:49:14 2006
@@ -0,0 +1,58 @@
+# $Revision$, $Date$
+%define 	modulename pam_bioapi
+Summary:	PAM BioAPI module
+Summary(pl):	Moduł PAM BioAPI
+Name:		pam-%{modulename}
+Version:	0.2.1
+Release:	0.1
+Epoch:		0
+License:	GPL v2
+Group:		Applications/System
+Source0:	http://www.qrivy.net/~michael/blua/pam_bioapi/%{modulename}-%{version}.tar.bz2
+# Source0-md5:	7101c49d5774e892f0eda401b4c1f634
+URL:		http://www.qrivy.net/~michael/blua/
+BuildRequires:	bioapi-devel
+BuildRequires:	pam-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Provides a PAM-compliant interface to use in biometrically
+authenticating local users.
+
+%prep
+%setup -q -n %{modulename}-%{version}
+
+%build
+CPPFLAGS="-I%{_includedir}/bioapi"
+%configure \
+	--libdir=/%{_lib}
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_sysconfdir}/bioapi/pam/
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README NEWS
+%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) /%{_lib}/security/pam*.so*
+%dir %{_sysconfdir}/bioapi
+%dir %{_sysconfdir}/bioapi/pam
+
+%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  2006/04/08 20:49:14  arekm
+- new
+
================================================================


More information about the pld-cvs-commit mailing list