- And add some API docs
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
Name: libfprint
|
Name: libfprint
|
||||||
Version: 0.1.0
|
Version: 0.1.0
|
||||||
Release: 1.pre1%{?dist}
|
Release: 2.pre1%{?dist}
|
||||||
Summary: Tool kit for fingerprint scanner
|
Summary: Tool kit for fingerprint scanner
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@@ -12,6 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
# FIXME remove the ImageMagick dependency when we either have the
|
# FIXME remove the ImageMagick dependency when we either have the
|
||||||
# gdk-pixbuf support merged, or disable the driver that requires it (F10)
|
# gdk-pixbuf support merged, or disable the driver that requires it (F10)
|
||||||
BuildRequires: libusb1-devel ImageMagick-devel glib2-devel openssl-devel
|
BuildRequires: libusb1-devel ImageMagick-devel glib2-devel openssl-devel
|
||||||
|
BuildRequires: doxygen
|
||||||
Requires: ConsoleKit
|
Requires: ConsoleKit
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -36,7 +37,9 @@ developing applications that use %{name}.
|
|||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
pushd doc
|
||||||
|
make docs
|
||||||
|
popd
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@@ -60,13 +63,16 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc HACKING
|
%doc HACKING doc/html
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/pkgconfig/%{name}.pc
|
%{_libdir}/pkgconfig/%{name}.pc
|
||||||
%{_datadir}/hal/fdi/information/20thirdparty/10-fingerprint-reader-fprint.fdi
|
%{_datadir}/hal/fdi/information/20thirdparty/10-fingerprint-reader-fprint.fdi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 24 2008 - Bastien Nocera <bnocera@redhat.com> - 0.1.0-2.pre1
|
||||||
|
- And add some API docs
|
||||||
|
|
||||||
* Tue Nov 18 2008 - Bastien Nocera <bnocera@redhat.com> - 0.1.0-1.pre1
|
* Tue Nov 18 2008 - Bastien Nocera <bnocera@redhat.com> - 0.1.0-1.pre1
|
||||||
- Fix build
|
- Fix build
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user