487ae1a
Name:		fprintd
Bastien Nocera 6482d74
Version:	0.8.1
6c936ff
Release:	5%{?dist}
487ae1a
Summary:	D-Bus service for Fingerprint reader access
487ae1a
487ae1a
License:	GPLv2+
Bastien Nocera 6482d74
Source0:	https://gitlab.freedesktop.org/libfprint/fprintd/uploads/bdd9f91909f535368b7c21f72311704a/%{name}-%{version}.tar.xz
Bastien Nocera bc2e71e
Url:		http://www.freedesktop.org/wiki/Software/fprint/fprintd
1b47580
ExcludeArch:    s390 s390x
487ae1a
487ae1a
BuildRequires:	dbus-glib-devel
487ae1a
BuildRequires:	pam-devel
487ae1a
BuildRequires:	libfprint-devel >= 0.1.0
a6170b1
BuildRequires:	polkit-devel
487ae1a
BuildRequires:	gtk-doc
a6170b1
BuildRequires:	intltool
a6170b1
BuildRequires:  autoconf automake libtool
Bastien Nocera f40f694
BuildRequires:	perl-podlators
Bastien Nocera dbf1f38
BuildRequires:	pkgconfig(systemd)
487ae1a
487ae1a
%description
487ae1a
D-Bus service to access fingerprint readers.
487ae1a
487ae1a
%package pam
487ae1a
Summary:	PAM module for fingerprint authentication
487ae1a
Requires:	%{name} = %{version}-%{release}
487ae1a
# Note that we obsolete pam_fprint, but as the configuration
487ae1a
# is different, it will be mentioned in the release notes
487ae1a
Provides:	pam_fprint = %{version}-%{release}
487ae1a
Obsoletes:	pam_fprint < 0.2-3
edf75f2
Requires(postun): authselect >= 0.3
487ae1a
487ae1a
License:	GPLv2+
487ae1a
487ae1a
%description pam
487ae1a
PAM module that uses the fprintd D-Bus service for fingerprint
487ae1a
authentication.
487ae1a
487ae1a
%package devel
487ae1a
Summary:	Development files for %{name}
487ae1a
Requires:	%{name} = %{version}-%{release}
487ae1a
License:	GFDLv1.1+
784e43d
BuildArch:	noarch
487ae1a
487ae1a
%description devel
487ae1a
Development documentation for fprintd, the D-Bus service for
487ae1a
fingerprint readers access.
487ae1a
487ae1a
%prep
487ae1a
%setup -q -n %{name}-%{version}
487ae1a
487ae1a
%build
487ae1a
%configure --libdir=/%{_lib}/ --enable-gtk-doc --enable-pam
487ae1a
487ae1a
make %{?_smp_mflags}
487ae1a
487ae1a
%install
487ae1a
rm -rf $RPM_BUILD_ROOT
487ae1a
make install DESTDIR=$RPM_BUILD_ROOT
c320559
mkdir -p $RPM_BUILD_ROOT/%{_localstatedir}/lib/fprint
487ae1a
a9966f8
rm -f $RPM_BUILD_ROOT/%{_lib}/security/pam_fprintd.{a,la,so.*}
8ca66ce
Bastien Nocera 18a5719
%find_lang %{name}
Bastien Nocera 18a5719
Bastien Nocera 6b79265
%postun pam
Bastien Nocera 4449872
if [ $1 -eq 0 ]; then
edf75f2
  /bin/authselect disable-feature with-fingerprint || :
Bastien Nocera 4449872
fi
Bastien Nocera 6b79265
Bastien Nocera 18a5719
%files -f %{name}.lang
487ae1a
%doc README COPYING AUTHORS TODO
487ae1a
%{_bindir}/fprintd-*
487ae1a
%{_libexecdir}/fprintd
487ae1a
# FIXME This file should be marked as config when it does something useful
487ae1a
%{_sysconfdir}/fprintd.conf
487ae1a
%{_sysconfdir}/dbus-1/system.d/net.reactivated.Fprint.conf
487ae1a
%{_datadir}/dbus-1/system-services/net.reactivated.Fprint.service
Bastien Nocera 5293193
/usr/lib/systemd/system/fprintd.service
a6170b1
%{_datadir}/polkit-1/actions/net.reactivated.fprint.device.policy
c320559
%{_localstatedir}/lib/fprint
Bastien Nocera 5105091
%{_mandir}/man1/fprintd.1.gz
487ae1a
487ae1a
%files pam
487ae1a
%doc pam/README
487ae1a
/%{_lib}/security/pam_fprintd.so
487ae1a
487ae1a
%files devel
Bastien Nocera 417547d
%{_datadir}/gtk-doc/
15821a4
%{_datadir}/dbus-1/interfaces/net.reactivated.Fprint.Device.xml
15821a4
%{_datadir}/dbus-1/interfaces/net.reactivated.Fprint.Manager.xml
487ae1a
487ae1a
%changelog
6c936ff
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-5
6c936ff
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
6c936ff
924abc5
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-4
924abc5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
924abc5
Bastien Nocera dbf1f38
* Fri Jul 20 2018 Bastien Nocera <bnocera@redhat.com> - 0.8.1-3
Bastien Nocera dbf1f38
+ fprintd-0.8.1-3
Bastien Nocera dbf1f38
- Fix missing .service file in files by installing systemd
Bastien Nocera dbf1f38
24b6f90
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-2
24b6f90
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
24b6f90
Bastien Nocera 6482d74
* Fri Jun 15 2018 Bastien Nocera <bnocera@redhat.com> - 0.8.1-1
Bastien Nocera 6482d74
+ fprintd-0.8.1-1
Bastien Nocera 6482d74
- Update to 0.8.1
Bastien Nocera 6482d74
- Fixes a possible crash on exit (#1515720)
Bastien Nocera 6482d74
Bastien Nocera 4950a9a
* Wed May 30 2018 Bastien Nocera <bnocera@redhat.com> - 0.8.0-4
Bastien Nocera 4950a9a
+ fprintd-0.8.0-4
Bastien Nocera 4950a9a
- Rebuild
Bastien Nocera 4950a9a
edf75f2
* Tue Feb 20 2018 Pavel Březina <pbrezina@redhat.com> - 0.8.0-3
edf75f2
+ fprintd-0.8.0-3
edf75f2
- Switch from authconfig to authselect
edf75f2
2a0be54
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-2
2a0be54
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
2a0be54
Bastien Nocera f9ab6b5
* Wed Sep 13 2017 Bastien Nocera <bnocera@redhat.com> - 0.8.0-1
Bastien Nocera f9ab6b5
+ fprintd-0.8.0-1
Bastien Nocera f9ab6b5
- Update to 0.8.0
Bastien Nocera f9ab6b5
8c4d984
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-4
8c4d984
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
8c4d984
e9b15a6
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-3
e9b15a6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
e9b15a6
Bastien Nocera 4449872
* Thu Feb 09 2017 Bastien Nocera <bnocera@redhat.com> - 0.7.0-2
Bastien Nocera 4449872
+ fprintd-0.7.0-2
Bastien Nocera 4449872
- Fix fprintd-pam being disabled after upgrade (#1398371)
Bastien Nocera 4449872
Bastien Nocera 3b430a2
* Wed Oct 12 2016 Bastien Nocera <bnocera@redhat.com> - 0.7.0-1
Bastien Nocera 3b430a2
+ fprintd-0.7.0-1
Bastien Nocera 3b430a2
- Update to 0.7.0
Bastien Nocera 3b430a2
Bastien Nocera 6b79265
* Thu Sep 22 2016 Bastien Nocera <bnocera@redhat.com> - 0.6.0-5
Bastien Nocera 6b79265
- Fix warning when uninstalling fprintd-pam (#1203671)
Bastien Nocera 6b79265
f725404
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-4
f725404
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
f725404
ea13d5d
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.0-3
ea13d5d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
ea13d5d
6429e9a
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 0.6.0-2
6429e9a
- Rebuilt for Fedora 23 Change
6429e9a
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
6429e9a
Bastien Nocera 12a3547
* Tue Feb 03 2015 Bastien Nocera <bnocera@redhat.com> 0.6.0-1
Bastien Nocera 12a3547
- Update to 0.6.0
Bastien Nocera 12a3547
c9917e7
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.1-3
c9917e7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
c9917e7
c0be2e2
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.1-2
c0be2e2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
c0be2e2
Bastien Nocera 200fe2b
* Sun Aug 11 2013 Bastien Nocera <bnocera@redhat.com> 0.5.1-1
Bastien Nocera 200fe2b
- Update to 0.5.1
Bastien Nocera 200fe2b
258e962
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.0-2
258e962
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
258e962
Bastien Nocera bc2e71e
* Tue Mar 05 2013 Bastien Nocera <bnocera@redhat.com> 0.5.0-1
Bastien Nocera bc2e71e
- Update to 0.5.0
Bastien Nocera bc2e71e
Bastien Nocera 417547d
* Tue Feb 19 2013 Bastien Nocera <bnocera@redhat.com> 0.4.1-5
Bastien Nocera 417547d
- Co-own the gtk-doc directory (#604351)
Bastien Nocera 417547d
f5189d6
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-4
f5189d6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
f5189d6
c969b61
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-3
c969b61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
c969b61
5691bed
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-2
5691bed
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
5691bed
Bastien Nocera 18a5719
* Thu Nov 10 2011 Bastien Nocera <bnocera@redhat.com> 0.4.1-1
Bastien Nocera 18a5719
- Update to 0.4.1
Bastien Nocera 18a5719
f2deb97
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.0-3
f2deb97
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
f2deb97
88917d4
* Tue Nov 09 2010 Ray Strode <rstrode@redhat.com> 0.2.0-2
88917d4
- Don't allow pam module to ever get unmapped, since that causes
88917d4
  crashes in dbus-glib, gobject, etc.
88917d4
Bastien Nocera 5105091
* Thu Aug 19 2010 Bastien Nocera <bnocera@redhat.com> 0.2.0-1
Bastien Nocera 5105091
- Update to 0.2.0
Bastien Nocera 5105091
5ce835b
* Wed Dec 09 2009 Bastien Nocera <bnocera@redhat.com> 0.1-16.git04fd09cfa
5ce835b
- Remove use of g_error(), or people think that it crashes when we actually
5ce835b
  abort() (#543194)
5ce835b
2af799a
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-15.git04fd09cfa
2af799a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
2af799a
4c4bbdf
* Tue Jul 21 2009 Bastien Nocera <bnocera@redhat.com> 0.1-14.git04fd09cfa
4c4bbdf
- Merge polkit patch and fix for polkit patch
4c4bbdf
784e43d
* Tue Jul 21 2009 Bastien Nocera <bnocera@redhat.com> 0.1-13.git04fd09cfa
784e43d
- Make the -devel package noarch (#507698)
784e43d
4e435b6
* Thu Jul  9 2009 Matthias Clasen <mclasen@redhat.com> 0.1-12.git04fd09cfa
4e435b6
- Fix the pam module (#510152)
4e435b6
0d2c78e
* Sat Jun 20 2009 Bastien Nocera <bnocera@redhat.com> 0.1-11.git04fd09cfa
0d2c78e
- Remove obsolete patch
0d2c78e
a6170b1
* Tue Jun 9 2009 Matthias Clasen <mclasen@redhat.com> 0.1-10.git04fd09cfa
a6170b1
- Port to PolicyKit 1
a6170b1
c320559
* Thu May 07 2009 Bastien Nocera <bnocera@redhat.com> 0.1-9.git04fd09cfa
c320559
- Add /var/lib/fprint to the RPM to avoid SELinux errors (#499513)
c320559
1b47580
* Tue Apr 21 2009 Karsten Hopp <karsten@redhat.com> 0.1-8.git04fd09cfa.1
1b47580
- Excludearch s390 s390x, as we don't have libusb1 on mainframe, we can't build
1b47580
  the required libfprint package
1b47580
3e2de8e
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-8.git04fd09cfa
3e2de8e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
3e2de8e
eb455c9
* Tue Jan 27 2009 - Bastien Nocera <bnocera@redhat.com> - 0.1-7.git04fd09cfa
eb455c9
- Add a patch to handle device disconnects
eb455c9
abee49a
* Mon Jan 26 2009 - Bastien Nocera <bnocera@redhat.com> - 0.1-6.git04fd09cfa
abee49a
- Update to latest git, fixes some run-time warnings
abee49a
4729e3a
* Wed Dec 17 2008 - Bastien Nocera <bnocera@redhat.com> - 0.1-5.git43fe72a2aa
4729e3a
- Add patch to stop leaking a D-Bus connection on failure
4729e3a
23302b5
* Tue Dec 09 2008 - Bastien Nocera <bnocera@redhat.com> - 0.1-4.git43fe72a2aa
23302b5
- Update D-Bus config file for recent D-Bus changes
23302b5
487ae1a
* Thu Dec 04 2008 - Bastien Nocera <bnocera@redhat.com> - 0.1-3.git43fe72a2aa
487ae1a
- Update following comments in the review
487ae1a
487ae1a
* Sun Nov 23 2008 - Bastien Nocera <bnocera@redhat.com> - 0.1-2.gitaf42ec70f3
487ae1a
- Update to current git master, and add documentation
487ae1a
487ae1a
* Tue Nov 04 2008 - Bastien Nocera <bnocera@redhat.com> - 0.1-1
487ae1a
- First package
487ae1a