libfprint-vl.spec 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. Summary: Tool kit for fingerprint scanner
  2. Summary(ja): 指紋スキャナツールキット
  3. Name: libfprint
  4. Version: 0.1.0
  5. Release: 1.pre1%{?_dist_release}
  6. Group: System Environment/Libraries
  7. License: LGPLv2+
  8. URL: http://www.reactivated.net/fprint/wiki/Main_Page
  9. Source0: http://downloads.sourceforge.net/fprint/%{name}-0.1.0-pre1.tar.bz2
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
  11. Patch0: 0002-Fix-fp_get_pollfds.patch
  12. # FIXME remove the ImageMagick dependency when we either have the
  13. # gdk-pixbuf support merged, or disable the driver that requires it (F10)
  14. BuildRequires: libusb1-devel ImageMagick-devel glib2-devel openssl-devel
  15. BuildRequires: doxygen
  16. Requires: ConsoleKit
  17. %description
  18. libfprint offers support for consumer fingerprint reader devices.
  19. %package devel
  20. Summary: Development files for %{name}
  21. Group: Development/Libraries
  22. Requires: %{name} = %{version}-%{release}
  23. Requires: pkgconfig
  24. %description devel
  25. The %{name}-devel package contains libraries and header files for
  26. developing applications that use %{name}.
  27. %prep
  28. %setup -q -n %{name}-0.1.0-pre1
  29. %patch0 -p1
  30. %build
  31. %configure --disable-static
  32. make %{?_smp_mflags}
  33. pushd doc
  34. make docs
  35. popd
  36. %install
  37. rm -rf $RPM_BUILD_ROOT
  38. make install DESTDIR=$RPM_BUILD_ROOT
  39. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
  40. %clean
  41. rm -rf $RPM_BUILD_ROOT
  42. %post -p /sbin/ldconfig
  43. %postun -p /sbin/ldconfig
  44. %files
  45. %defattr(-,root,root,-)
  46. %doc COPYING INSTALL NEWS TODO THANKS AUTHORS
  47. %{_libdir}/*.so.*
  48. %files devel
  49. %defattr(-,root,root,-)
  50. %doc HACKING doc/html
  51. %{_includedir}/*
  52. %{_libdir}/*.so
  53. %{_libdir}/pkgconfig/%{name}.pc
  54. %{_datadir}/hal/fdi/information/20thirdparty/10-fingerprint-reader-fprint.fdi
  55. %changelog
  56. * Wed May 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.1.0-1.pre1
  57. - initial build for Vine Linux
  58. * Mon Mar 09 2009 pingou <pingou@pingoured.fr> - 0.1.0-6.pre1
  59. - Rebuilt for rawhide
  60. * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.0-5.pre1
  61. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  62. * Sat Jan 17 2009 Tomas Mraz <tmraz@redhat.com> - 0.1.0-4.pre1
  63. - rebuild with new openssl
  64. * Tue Nov 25 2008 - Bastien Nocera <bnocera@redhat.com> - 0.1.0-3.pre1
  65. - Fix possible crasher in libfprint when setting up the fds for polling
  66. * Mon Nov 24 2008 - Bastien Nocera <bnocera@redhat.com> - 0.1.0-2.pre1
  67. - And add some API docs
  68. * Tue Nov 18 2008 - Bastien Nocera <bnocera@redhat.com> - 0.1.0-1.pre1
  69. - Fix build
  70. * Tue Nov 04 2008 - Bastien Nocera <bnocera@redhat.com> - 0.1.0-0.pre1
  71. - Update to 0.1.0-pre1
  72. * Tue May 13 2008 Pingou <pingoufc4@yahoo.fr> 0.0.5-6
  73. - Correction on the Build Requires
  74. * Tue May 13 2008 Pingou <pingoufc4@yahoo.fr> 0.0.5-5
  75. - Correction on the Build Requires
  76. * Tue May 13 2008 Pingou <pingoufc4@yahoo.fr> 0.0.5-4
  77. - Update the Build Requires due to the change on ImageMagick
  78. * Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.0.5-3
  79. - Autorebuild for GCC 4.3
  80. * Sat Jan 05 2008 Pingou <pingoufc4@yahoo.fr> 0.0.5-2
  81. - Change on the BuildRequires
  82. * Sat Jan 05 2008 Pingou <pingoufc4@yahoo.fr> 0.0.5-1
  83. - Update to version 0.0.5
  84. * Sat Dec 01 2007 Pingou <pingoufc4@yahoo.fr> 0.0.4-3
  85. - Changes on the Requires
  86. * Sun Nov 25 2007 Pingou <pingoufc4@yahoo.fr> 0.0.4-2
  87. - Changes on the Requires
  88. * Sat Nov 24 2007 Pingou <pingoufc4@yahoo.fr> 0.0.4-1
  89. - First release