SPECS: tfm-fingerprint.spec (NEW) - new
arekm
arekm at pld-linux.org
Sat Apr 8 22:24:07 CEST 2006
Author: arekm Date: Sat Apr 8 20:24:07 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
tfm-fingerprint.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/tfm-fingerprint.spec
diff -u /dev/null SPECS/tfm-fingerprint.spec:1.1
--- /dev/null Sat Apr 8 22:24:07 2006
+++ SPECS/tfm-fingerprint.spec Sat Apr 8 22:24:02 2006
@@ -0,0 +1,53 @@
+# $Revision$, $Date$
+Summary: TouchChip TFM/ESS FingerPrint BSP
+Name: tfm-fingerprint
+Version: 1.0
+Release: 0.1
+License: Custom EULA
+Group: Applications/Networking
+Source0: http://www.upek.com/support/download/TFMESS_BSP_LIN_%{version}.zip
+# NoSource0-md5: 5da4e96ddb8ee446ef3fd7eff05fadc6
+URL: http://www.upek.com/support/dl_linux_bsp.asp
+Requires(post,postun): bioapi
+Requires: bioapi
+ExclusiveArch: %{ix86}
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+TouchChip TFM/ESS FingerPrint BSP.
+
+%prep
+%setup -q -c
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT/{etc,%{_libdir}}
+
+echo 'security-level="5"' > $RPM_BUILD_ROOT%{_sysconfdir}/tfmessbsp.cfg
+install libtfmessbsp.so $RPM_BUILD_ROOT%{_libdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+/sbin/ldconfig
+%{_bindir}/BioAPI-mod_install -fi %{_libdir}/libtfmessbsp.so
+
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc *.pdf REDISTRIBUTABLES.TXT relnotes.txt
+%attr(755,root,root) %{_libdir}/lib*.so*
+%attr(644,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*.cfg
+
+%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:24:02 arekm
+- new
+
================================================================
More information about the pld-cvs-commit
mailing list