f08973
Name:           libfprint
f08973
Version:        0.8.2
f08973
Release:        1%{?dist}
f08973
Summary:        Toolkit for fingerprint scanner
f08973
f08973
Group:          System Environment/Libraries
f08973
License:        LGPLv2+
f08973
URL:            http://www.freedesktop.org/wiki/Software/fprint/libfprint
f08973
Source0:        https://gitlab.freedesktop.org/libfprint/libfprint/uploads/a6084497941324538aefbdf7b954f1e9/%{name}-%{version}.tar.xz
f08973
ExcludeArch:    s390 s390x
f08973
f08973
BuildRequires:  libusb1-devel glib2-devel nss-devel pixman-devel
f08973
# For the udev.pc to install the rules
f08973
BuildRequires:  systemd
f08973
BuildRequires:  gtk-doc meson
f08973
f08973
%description
f08973
libfprint offers support for consumer fingerprint reader devices.
f08973
f08973
%package        devel
f08973
Summary:        Development files for %{name}
f08973
Group:          Development/Libraries
f08973
Requires:       %{name}%{?_isa} = %{version}-%{release}
f08973
f08973
f08973
%description    devel
f08973
The %{name}-devel package contains libraries and header files for
f08973
developing applications that use %{name}.
f08973
f08973
f08973
%prep
f08973
%setup -q
f08973
f08973
%build
f08973
%meson -Dx11-examples=false
f08973
%meson_build
f08973
f08973
%install
f08973
%meson_install
f08973
f08973
%post -p /sbin/ldconfig
f08973
f08973
%postun -p /sbin/ldconfig
f08973
f08973
%files
f08973
%license COPYING
f08973
%doc NEWS TODO THANKS AUTHORS README
f08973
%{_libdir}/*.so.*
f08973
%{_udevrulesdir}/60-fprint-autosuspend.rules
f08973
f08973
%files devel
f08973
%doc HACKING.md
f08973
%{_includedir}/*
f08973
%{_libdir}/*.so
f08973
%{_libdir}/pkgconfig/%{name}.pc
f08973
%{_datadir}/gtk-doc/html/libfprint/
f08973
f08973
%changelog
f08973
* Tue Jul 17 2018 Bastien Nocera <bnocera@redhat.com> - 0.8.2-1
f08973
+ libfprint-0.8.2-1
f08973
- Update to 0.8.2
f08973
- Resolves: #1100801
f08973
f08973
* Fri Jun 15 2018 Bastien Nocera <bnocera@redhat.com> - 0.8.1-1
f08973
+ libfprint-0.8.1-1
f08973
- Update to 0.8.1
f08973
- Resolves: #1100801
f08973
f08973
* Tue Apr 12 2016 Bastien Nocera <bnocera@redhat.com> - 0.5.0-4
f08973
- Work-around the lack of USB PM in the kernel
f08973
Resolves: #1173367
f08973
f08973
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.5.0-3
f08973
- Mass rebuild 2013-12-27
f08973
f08973
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.0-2
f08973
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
f08973
f08973
* Mon Dec 03 2012 Bastien Nocera <bnocera@redhat.com> 0.5.0-1
f08973
- Update to 0.5.0
f08973
- Re-add not useless udev rules
f08973
f08973
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.0-5
f08973
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
f08973
f08973
* Fri May 18 2012 Matthias Clasen <mclasen@redhat.com> - 0.4.0-4
f08973
- Drop broken and useless udev rules (#744637)
f08973
f08973
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.0-3
f08973
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
f08973
f08973
* Mon Nov 21 2011 Adam Jackson <ajax@redhat.com> 0.4.0-2
f08973
- Rebuild without Requires: ConsoleKit, going away in F17
f08973
f08973
* Thu Nov 10 2011 Bastien Nocera <bnocera@redhat.com> 0.4.0-1
f08973
- Update to 0.4.0
f08973
f08973
* Mon Nov 07 2011 Adam Jackson <ajax@redhat.com> 0.3.0-3
f08973
- Rebuild for libpng 1.5
f08973
f08973
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.0-2
f08973
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
f08973
f08973
* Wed Sep 08 2010 Bastien Nocera <bnocera@redhat.com> 0.3.0-1
f08973
- Update to 0.3.0
f08973
f08973
* Thu Aug 19 2010 Bastien Nocera <bnocera@redhat.com> 0.2.0-1
f08973
- Update to 0.2.0
f08973
f08973
* Wed Jun 30 2010 Matthew Garrett <mjg@redhat.com> 0.1.0-16.pre3
f08973
- Fix #505438 to avoid message on boot on some systems
f08973
f08973
* Tue Jun 01 2010 Bastien Nocera <bnocera@redhat.com> 0.1.0-16.pre2
f08973
- Add README to package
f08973
f08973
* Wed Jan 20 2010 Bastien Nocera <bnocera@redhat.com> 0.1.0-15.pre2
f08973
- Require hal-filesystem for the fdi file
f08973
f08973
* Tue Dec 01 2009 Bastien Nocera <bnocera@redhat.com> 0.1.0-14.pre2
f08973
- Update AES1610 patch
f08973
f08973
* Mon Nov 30 2009 Bastien Nocera <bnocera@redhat.com> 0.1.0-13.pre2
f08973
- Add aes1610 driver (#499732)
f08973
f08973
* Thu Oct 01 2009 Bastien Nocera <bnocera@redhat.com> 0.1.0-12.pre2
f08973
- Update udev autosuspend rules and disable SGS Thomson reader
f08973
f08973
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 0.1.0-11.pre2
f08973
- rebuilt with new openssl
f08973
f08973
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.0-10.pre2
f08973
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
f08973
f08973
* Tue Jul 21 2009 Bastien Nocera <bnocera@redhat.com> 0.1.0-9.pre2
f08973
- Use gdk-pixbuf for image manipulation instead of ImageMagick (#472103)
f08973
f08973
* Sat Jun 20 2009 Bastien Nocera <bnocera@redhat.com> 0.1.0-8.pre2
f08973
- Update to 0.1.0-pre2
f08973
f08973
* Tue Jun 09 2009 Matthew Garrett <mjg@redhat.com> 0.1.0-7.pre1
f08973
- fprint-add-udev-rules.patch - build udev rules for autosuspend
f08973
- move hal fdi into the main package rather than -devel
f08973
- add autoreconf as a build depend while carrying the udev diff
f08973
f08973
* Tue Apr 21 2009 Karsten Hopp <karsten@redhat.com> 0.1.0-6.pre1.1
f08973
- Excludearch s390 s390x, we don't have USB devices there and this package
f08973
  doesn't build without USB support
f08973
f08973
* Mon Mar 09 2009 pingou <pingou@pingoured.fr> - 0.1.0-6.pre1
f08973
- Rebuilt for rawhide
f08973
f08973
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.0-5.pre1
f08973
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
f08973
f08973
* Sat Jan 17 2009 Tomas Mraz <tmraz@redhat.com> - 0.1.0-4.pre1
f08973
- rebuild with new openssl
f08973
f08973
* Tue Nov 25 2008 - Bastien Nocera <bnocera@redhat.com> - 0.1.0-3.pre1
f08973
- Fix possible crasher in libfprint when setting up the fds for polling
f08973
f08973
* Mon Nov 24 2008 - Bastien Nocera <bnocera@redhat.com> - 0.1.0-2.pre1
f08973
- And add some API docs
f08973
f08973
* Tue Nov 18 2008 - Bastien Nocera <bnocera@redhat.com> - 0.1.0-1.pre1
f08973
- Fix build
f08973
f08973
* Tue Nov 04 2008 - Bastien Nocera <bnocera@redhat.com> - 0.1.0-0.pre1
f08973
- Update to 0.1.0-pre1
f08973
f08973
* Tue May 13 2008  Pingou <pingoufc4@yahoo.fr> 0.0.5-6
f08973
- Correction on the Build Requires
f08973
f08973
* Tue May 13 2008  Pingou <pingoufc4@yahoo.fr> 0.0.5-5
f08973
- Correction on the Build Requires
f08973
f08973
* Tue May 13 2008  Pingou <pingoufc4@yahoo.fr> 0.0.5-4
f08973
- Update the Build Requires due to the change on ImageMagick
f08973
f08973
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.0.5-3
f08973
- Autorebuild for GCC 4.3
f08973
f08973
* Sat Jan 05 2008 Pingou <pingoufc4@yahoo.fr> 0.0.5-2
f08973
- Change on the BuildRequires
f08973
f08973
* Sat Jan 05 2008 Pingou <pingoufc4@yahoo.fr> 0.0.5-1
f08973
- Update to version 0.0.5
f08973
f08973
* Sat Dec 01 2007 Pingou <pingoufc4@yahoo.fr> 0.0.4-3
f08973
- Changes on the Requires
f08973
f08973
* Sun Nov 25 2007 Pingou <pingoufc4@yahoo.fr> 0.0.4-2
f08973
- Changes on the Requires
f08973
f08973
* Sat Nov 24 2007 Pingou <pingoufc4@yahoo.fr> 0.0.4-1
f08973
- First release