SPECS: thinkfinger.spec (NEW) - initial

arekm arekm at pld-linux.org
Tue Jan 30 12:18:34 CET 2007


Author: arekm                        Date: Tue Jan 30 11:18:34 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial

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

---- Diffs:

================================================================
Index: SPECS/thinkfinger.spec
diff -u /dev/null SPECS/thinkfinger.spec:1.1
--- /dev/null	Tue Jan 30 12:18:34 2007
+++ SPECS/thinkfinger.spec	Tue Jan 30 12:18:28 2007
@@ -0,0 +1,100 @@
+# $Revision$, $Date$
+Summary:	Driver for SGS Thomson fingerprint reader
+Name:		thinkfinger
+Version:	0.2.1
+Release:	0.1
+License:	GPL
+Group:		Base
+Source0:	http://dl.sourceforge.net/thinkfinger/%{name}-%{version}.tar.gz
+# Source0-md5:	d6d9771faf8c6b768449e0b415be2dde
+URL:		http://thinkfinger.sourceforge.net
+BuildRequires:	pam-devel >= 0.99.1.0
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+ThinkFinger is a driver for the SGS Thomson Microelectronics
+fingerprint reader found in most IBM/Lenovo ThinkPads.
+
+%package devel
+Summary:	Header files for thinkfinger
+Summary(pl):	Pliki nagłówkowe thinkfinger
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+
+%description devel
+Header files for thinkfinger.
+
+%description devel -l pl
+Pliki nagłówkowe thinkfinger.
+
+%package static
+Summary:	Static thinkfinger libraries
+Summary(pl):	Statyczne biblioteki thinkfinger
+Group:		Development/Libraries
+Requires:	%{name}-devel = %{version}-%{release}
+
+%description static
+Static thinkfinger libraries.
+
+%description static -l pl
+Statyczne biblioteki thinkfinger.
+
+%package -n pam-pam_thinkfinger
+Summary:	A PAM module - thinkfinger
+Group:		Base
+
+%description -n pam-pam_thinkfinger
+A PAM module - thinkfinger.
+
+%prep
+%setup -q
+
+%build
+%configure \
+	--enable-pam \
+	--with-securedir=/%{_lib}/security
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_sysconfdir}/pam_thinkfinger
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc NEWS README
+%attr(755,root,root) %{_sbindir}/*
+%attr(755,root,root) %{_libdir}/*.so.*
+
+%files devel
+%defattr(644,root,root,755)
+%{_pkgconfigdir}/*.pc
+%{_libdir}/*.la
+%{_includedir}/%{name}
+%attr(755,root,root) %{_libdir}/*.so
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/*.la
+
+%files -n pam-pam_thinkfinger
+%defattr(644,root,root,755)
+%dir %{_sysconfdir}/pam_thinkfinger
+%attr(755,root,root) /%{_lib}/security/*.so
+
+%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  2007/01/30 11:18:28  arekm
+- initial
+
================================================================


More information about the pld-cvs-commit mailing list