|
|
|
@ -1,7 +1,17 @@
|
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
|
## (rpmautospec version 0.6.1)
|
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
|
release_number = 2;
|
|
|
|
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
|
|
|
|
print(release_number + base_release_number - 1);
|
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
|
|
|
|
|
|
Name: libfprint
|
|
|
|
|
|
|
|
|
|
Version: 1.94.5
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Version: 1.94.6
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: Toolkit for fingerprint scanner
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
@ -27,7 +37,6 @@ BuildRequires: gobject-introspection-devel
|
|
|
|
|
BuildRequires: python3-cairo python3-gobject cairo-devel
|
|
|
|
|
BuildRequires: umockdev >= 0.13.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
libfprint offers support for consumer fingerprint reader devices.
|
|
|
|
|
|
|
|
|
@ -44,7 +53,7 @@ developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
# Include the virtual image driver for integration tests
|
|
|
|
|
%meson -Dgtk-examples=false -Ddrivers=all -Dudev_hwdb=disabled
|
|
|
|
|
%meson -Ddrivers=all -Dinstalled-tests=false
|
|
|
|
|
%meson_build
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
@ -60,6 +69,7 @@ developing applications that use %{name}.
|
|
|
|
|
%doc NEWS THANKS AUTHORS README.md
|
|
|
|
|
%{_libdir}/*.so.*
|
|
|
|
|
%{_libdir}/girepository-1.0/*.typelib
|
|
|
|
|
%{_udevhwdbdir}/60-autosuspend-libfprint-2.hwdb
|
|
|
|
|
%{_udevrulesdir}/70-libfprint-2.rules
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
@ -71,28 +81,62 @@ developing applications that use %{name}.
|
|
|
|
|
%{_datadir}/gtk-doc/html/libfprint-2/
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Dec 19 2022 Bastien Nocera <bnocera@redhat.com> - 1.94.5-1
|
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.94.6-2
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jan 31 2024 Kate Hsuan <hpa@redhat.com> - 1.94.6-1
|
|
|
|
|
- Update to 1.94.6
|
|
|
|
|
|
|
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.94.5-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.94.5-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.94.5-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.94.5-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Nov 22 2022 Bastien Nocera <hadess@hadess.net> - 1.94.5-1
|
|
|
|
|
- Update to 1.94.5
|
|
|
|
|
Resolves: rhbz#2148088
|
|
|
|
|
|
|
|
|
|
* Wed Aug 25 2021 Benjamin Berg <bberg@redhat.com> - 1.94.0-3
|
|
|
|
|
- Rebuilt with gating test fix for skipped tests
|
|
|
|
|
Related: #1981216
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.94.4-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Aug 25 2021 Benjamin Berg <bberg@redhat.com> - 1.94.0-2
|
|
|
|
|
- Rebuilt for gating
|
|
|
|
|
Related: #1981216
|
|
|
|
|
* Mon Jul 11 2022 Benjamin Berg <bberg@redhat.com> - 1.94.4-1
|
|
|
|
|
- Update to 1.94.4
|
|
|
|
|
|
|
|
|
|
* Mon Aug 23 2021 Benjamin Berg <bberg@redhat.com> - 1.94.0-1
|
|
|
|
|
- Update to 1.94.0
|
|
|
|
|
Resolves: #1981216
|
|
|
|
|
* Mon Feb 14 2022 Benjamin Berg <bberg@redhat.com> - 1.94.3-1
|
|
|
|
|
- Update to 1.94.3
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.90.7-4
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
* Mon Feb 14 2022 Benjamin Berg <bberg@redhat.com> - 1.94.2-4
|
|
|
|
|
- Don't set removed x11-examples option
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.90.7-3
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.94.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Nov 03 2021 Benjamin Berg <bberg@redhat.com> - 1.94.2-1
|
|
|
|
|
- Update to 1.94.2 (#1977842)
|
|
|
|
|
|
|
|
|
|
* Fri Sep 24 2021 Benjamin Berg <bberg@redhat.com> - 1.94.1-1
|
|
|
|
|
- Update to 1.94.1
|
|
|
|
|
|
|
|
|
|
* Fri Aug 20 2021 Benjamin Berg <bberg@redhat.com> - 1.94.0-1
|
|
|
|
|
- Update to 1.94.0 (#1977842)
|
|
|
|
|
Related: #1894694
|
|
|
|
|
|
|
|
|
|
* Mon Jul 26 2021 Benjamin Berg <bberg@redhat.com> - 1.92.0-3
|
|
|
|
|
- Add patch disabling timeouts in virtual-device to enable fedora CI
|
|
|
|
|
- Increase timeout of tests by factor 4
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.92.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 01 2021 Benjamin Berg <bberg@redhat.com> - 1.92.0-1
|
|
|
|
|
- Update to 1.92.0 (#1977842)
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.90.7-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
@ -330,3 +374,5 @@ Resolves: rhbz#2148088
|
|
|
|
|
|
|
|
|
|
* Sat Nov 24 2007 Pingou <pingoufc4@yahoo.fr> 0.0.4-1
|
|
|
|
|
- First release
|
|
|
|
|
|
|
|
|
|
## END: Generated by rpmautospec
|
|
|
|
|