package created using the webbuild interface [release 1.94.4-1mamba;Thu Sep 26 2024]

This commit is contained in:
Silvan Calarco 2024-10-03 11:04:47 +02:00
parent 7745ec944f
commit 213c81f8d1
2 changed files with 63 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# fprintd
D-Bus service to access fingerprint readers.

61
fprintd.spec Normal file
View File

@ -0,0 +1,61 @@
Name: fprintd
Version: 1.94.4
Release: 1mamba
Summary: D-Bus service to access fingerprint readers
Group: System/Kernel and Hardware
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://fprint.freedesktop.org/
Source: https://gitlab.freedesktop.org/libfprint/fprintd.git/v%{version}/fprintd-%{version}.tar.bz2
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libfprint-devel
BuildRequires: libglib-devel
BuildRequires: libpam-devel
BuildRequires: libpolkit-devel
BuildRequires: libsystemd-devel
## AUTOBUILDREQ-END
BuildRequires: meson
%description
D-Bus service to access fingerprint readers.
%debug_package
%prep
%setup -q
%build
%meson
%meson_build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%meson_install
%find_lang %{name} || touch %{name}.lang
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files -f %{name}.lang
%defattr(-,root,root)
%{_sysconfdir}/fprintd.conf
%{_bindir}/fprintd-*
%{_unitdir}/fprintd.service
%{_pam_moduledir}/pam_fprintd.so
%{_libexecdir}/fprintd
%{_datadir}/dbus-1/interfaces/net.reactivated.Fprint.Device.xml
%{_datadir}/dbus-1/interfaces/net.reactivated.Fprint.Manager.xml
%{_datadir}/dbus-1/system-services/net.reactivated.Fprint.service
%{_datadir}/dbus-1/system.d/net.reactivated.Fprint.conf
%{_mandir}/man1/fprintd.1*
%{_mandir}/man8/pam_fprintd.8*
%{_datadir}/polkit-1/actions/net.reactivated.fprint.device.policy
%doc AUTHORS COPYING
%changelog
* Thu Sep 26 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.94.4-1mamba
- package created using the webbuild interface