Name: bioapi Version: 1.2.4 Release: 1mamba Summary: A high-level generic biometric authentication model Group: Applications/Security Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://code.google.com/p/bioapi-linux/ Source: https://bioapi-linux.googlecode.com/files/bioapi_%{version}.tar.gz Patch0: %{name}-1.2.2-gcc41.patch Patch1: %{name}-1.2.2-gcc44.patch License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libGL-devel BuildRequires: libICE-devel BuildRequires: libSM-devel BuildRequires: libX11-devel BuildRequires: libXau-devel BuildRequires: libXcursor-devel BuildRequires: libXdmcp-devel BuildRequires: libXext-devel BuildRequires: libXft-devel BuildRequires: libXi-devel BuildRequires: libXinerama-devel BuildRequires: libXmu-devel BuildRequires: libXrandr-devel BuildRequires: libXrender-devel BuildRequires: libXt-devel BuildRequires: libfontconfig-devel BuildRequires: libfreetype-devel BuildRequires: libgcc BuildRequires: libjpeg-devel BuildRequires: libmng-devel BuildRequires: libpng-devel BuildRequires: libqt3-devel BuildRequires: libstdc++6-devel BuildRequires: libuuid-devel BuildRequires: libxcb-devel BuildRequires: libz-devel ## AUTOBUILDREQ-END BuildRoot: %{_tmppath}/%{name}-%{version}-root %description The BioAPI Specification is intended to provide a high-level generic biometric authentication model, one suited for any form of biometric technology. It covers the basic functions of Enrollment, Verification, and Identification, and includes a database interface to allow a biometric service provider (BSP) to manage the Identification population for optimum performance. It also provides primitives that allow the application to manage the capture of samples on a client, and the Enrollment, Verification, and Identification on a server. %package -n libbioapi Summary: A high-level generic biometric authentication model Group: System/Libraries %description -n libbioapi The BioAPI Specification is intended to provide a high-level generic biometric authentication model, one suited for any form of biometric technology. It covers the basic functions of Enrollment, Verification, and Identification, and includes a database interface to allow a biometric service provider (BSP) to manage the Identification population for optimum performance. It also provides primitives that allow the application to manage the capture of samples on a client, and the Enrollment, Verification, and Identification on a server. %package -n libbioapi-devel Summary: Devel package for libbioapi Group: Development/Libraries Requires: libbioapi = %{?epoch:%epoch:}%{version}-%{release} %description -n libbioapi-devel The BioAPI Specification is intended to provide a high-level generic biometric authentication model, one suited for any form of biometric technology. It covers the basic functions of Enrollment, Verification, and Identification, and includes a database interface to allow a biometric service provider (BSP) to manage the Identification population for optimum performance. It also provides primitives that allow the application to manage the capture of samples on a client, and the Enrollment, Verification, and Identification on a server. This package contains static libraries and header files need for development. %package -n libbioapi-qt Summary: A qt implementation of the high-level generic biometric authentication model Group: System/Libraries %description -n libbioapi-qt The BioAPI Specification is intended to provide a high-level generic biometric authentication model, one suited for any form of biometric technology. It covers the basic functions of Enrollment, Verification, and Identification, and includes a database interface to allow a biometric service provider (BSP) to manage the Identification population for optimum performance. It also provides primitives that allow the application to manage the capture of samples on a client, and the Enrollment, Verification, and Identification on a server. %package -n libbioapi-qt-devel Summary: Devel package for libbioapi-qt Group: Development/Libraries Requires: libbioapi-qt = %{?epoch:%epoch:}%{version}-%{release} %description -n libbioapi-qt-devel The BioAPI Specification is intended to provide a high-level generic biometric authentication model, one suited for any form of biometric technology. It covers the basic functions of Enrollment, Verification, and Identification, and includes a database interface to allow a biometric service provider (BSP) to manage the Identification population for optimum performance. It also provides primitives that allow the application to manage the capture of samples on a client, and the Enrollment, Verification, and Identification on a server. This package contains static libraries and header files need for development. %prep %setup -q -n bioapi-linux #%patch0 -p1 #%patch1 -p1 %build %configure %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files %defattr(-,root,root) %{_bindir}/BioAPITest %{_bindir}/MdsEdit %{_bindir}/QSample %{_bindir}/Sample %{_bindir}/mds_install %{_bindir}/mod_install %files -n libbioapi %defattr(-,root,root) %{_libdir}/libbioapi100.so.* %{_libdir}/libbioapi_dummy100.so.* %{_libdir}/libbioapi_mds300.so.* %{_libdir}/libmds_util.so.* %{_libdir}/libpwbsp.so.* %doc README %files -n libbioapi-devel %defattr(-,root,root) %{_includedir}/bioapi.h %{_includedir}/bioapi_api.h %{_includedir}/bioapi_err.h %{_includedir}/bioapi_installdefs.h %{_includedir}/bioapi_schema.h %{_includedir}/bioapi_spi.h %{_includedir}/bioapi_type.h %{_includedir}/bioapi_typecast.h %{_includedir}/bioapi_util.h %{_includedir}/bioapi_uuid.h %{_includedir}/biospi.h %{_includedir}/biospi_type.h %{_includedir}/bsp_schema.h %{_includedir}/cssmtype.h %{_libdir}/libbioapi100.a %{_libdir}/libbioapi_dummy100.a %{_libdir}/libbioapi_mds300.a %{_libdir}/libmds_util.a %{_libdir}/libpwbsp.a %{_libdir}/libbioapi100.la %{_libdir}/libbioapi_dummy100.la %{_libdir}/libbioapi_mds300.la %{_libdir}/libmds_util.la %{_libdir}/libpwbsp.la %{_libdir}/libbioapi100.so %{_libdir}/libbioapi_dummy100.so %{_libdir}/libbioapi_mds300.so %{_libdir}/libmds_util.so %{_libdir}/libpwbsp.so %files -n libbioapi-qt %defattr(-,root,root) %{_libdir}/libqtpwbsp.so.* %files -n libbioapi-qt-devel %defattr(-,root,root) %{_libdir}/libqtpwbsp.a %{_libdir}/libqtpwbsp.la %{_libdir}/libqtpwbsp.so %changelog * Sun Apr 20 2014 Silvan Calarco 1.2.4-1mamba - update to 1.2.4 * Thu Dec 16 2010 Automatic Build System 1.2.2-3mamba - automatic rebuild by autodist * Sun May 10 2009 Automatic Build System 1.2.2-2mamba - automatic rebuild by autodist * Fri May 25 2007 Silvan Calarco 1.2.2-1mamba - package created by autospec