Author: vip Date: Sat Mar 29 12:25:30 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - new, NFY - TODO: examples, doc
---- Files affected: SPECS: libfprint.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/libfprint.spec diff -u /dev/null SPECS/libfprint.spec:1.1 --- /dev/null Sat Mar 29 13:25:30 2008 +++ SPECS/libfprint.spec Sat Mar 29 13:25:25 2008 @@ -0,0 +1,77 @@ +# $Revision$, $Date$ +Summary: Fingerprint reader library +Summary(pl.UTF-8): Biblioteka do obsługi czytników linii papilarnych +Name: libfprint +Version: 0.0.6 +Release: 0.5 +License: LGPL v2.1 +Group: Libraries +Source0: http://dl.sourceforge.net/fprint/%{name}-%{version}.tar.bz2 +# Source0-md5: 4f47b46021b186488b60aaa97f90fe43 +URL: http://reactivated.net/fprint/wiki/Libfprint +BuildRequires: libusb-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Open source software library, written in C, designed to make it easy +for application developers to add support for consumer fingerprint +readers to their software. + +%description -l pl.UTF-8 +Napisana w C, biblioteka o otwartym kodzie, zaprojektowana aby ułatwić +programistom dodawanie obsługi czytników linii papilarnych do ich +oprogramowania. + +%package devel +Summary: libfprint header files +Summary(pl.UTF-8): Pliki nagłówkowe libfprint +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +Requires: libusb-devel + +%description devel +libfprint header files. + +%description devel -l pl.UTF-8 +Pliki nagłówkowe libfprint. + +%prep +%setup -q + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +%{__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) +%attr(755,root,root) %{_libdir}/libfprint.so* + +%files devel +%defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/libfprint.so* +%dir %{_includedir}/libfprint +%{_includedir}/libfprint/fprint.h +%{_pkgconfigdir}/libfprint.pc + + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2008-03-29 12:25:25 vip +- new, NFY +- TODO: examples, doc + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
