libfprint-vl.spec 3.8 KB

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