ukui-biometric-auth/ukui-biometric-auth.spec

88 lines
2.1 KiB
RPMSpec
Raw Normal View History

2020-07-09 09:40:43 +08:00
%define debug_package %{nil}
Name: ukui-biometric-auth
Summary: ukui-biometric-auth
2020-11-03 14:07:55 +08:00
Version: 1.2.1
2021-10-20 16:46:39 +08:00
Release: 2
2020-07-09 09:40:43 +08:00
2020-07-24 15:07:21 +08:00
License: GPL-3+
2020-07-09 09:40:43 +08:00
URL: https://github.com/ukui/ukui-biometric-auth
Source0: %{name}-%{version}.tar.gz
2020-07-24 15:07:21 +08:00
BuildRequires: cmake qt5-qtbase-devel pam-devel polkit-qt5-1-devel qt5-qttools-devel pkg-config
Requires: cmake qt5-qtbase-devel pam-devel polkit-qt5-1-devel qt5-qttools-devel pkg-config
2020-07-09 09:40:43 +08:00
%description
ukui-biometric-auth
%package -n libpam-biometric
Summary: Insertable authentication module for PAM
Requires: cmake qt5-qtbase-devel pam-devel polkit-qt5-1 qt5-qttools-devel pkg-config
Suggests: biometric-auth
%description -n libpam-biometric
The indispensable part for biometric authentication in
ukui desktop environment.
This package contains a modules for PAM.
%package -n ukui-polkit
Summary: UKUI authentication agent for PolicyKit-1
Requires: cmake qt5-qtbase-devel pam-devel polkit-qt5-1 qt5-qttools-devel pkg-config
Provides: polkit-1-auth-agent
Suggests: biometric-auth
%description -n ukui-polkit
The ukui-polkit package supports general authentication and
biometric authentication that the service is provided by the
biometric-auth package.
%prep
%setup -q
%build
mkdir build
cd build
cmake ..
make
%install
cd build
make DESTDIR=$RPM_BUILD_ROOT install
%preun -n libpam-biometric
pam-auth-update --package --remove pam-biometric
%post -n libpam-biometric
pam-auth-update --package
%files -n libpam-biometric
2021-10-20 16:46:39 +08:00
%{_sysconfdir}/biometric-auth/ukui-biometric.conf
2020-07-09 09:40:43 +08:00
/lib/security/*
2021-10-20 16:46:39 +08:00
%{_bindir}/*
%{_datadir}/pam-configs/*
%{_datadir}/polkit-1/actions/*.policy
%{_datadir}/ukui-biometric/images/
%{_datadir}/ukui-biometric/i18n_qm/*.qm
%{_datadir}/ukui-biometric/i18n_qm/bioauth-bin/*.qm
2020-07-09 09:40:43 +08:00
%files -n ukui-polkit
2021-10-20 16:46:39 +08:00
%{_sysconfdir}/xdg/*
%{_prefix}/lib/*
%{_prefix}/share/ukui-biometric/i18n_qm/polkit/*.qm
2020-07-09 09:40:43 +08:00
%changelog
2021-10-20 16:46:39 +08:00
* Wed Oct 20 2021 douyan <douyan@kylinos.cn> - 1.2.1-2
- modify spec file
2020-11-03 14:07:55 +08:00
* Thu Jul 9 2020 douyan <douyan@kylinos.cn> - 1.2.1-1
- update to upstream version 1.2.1-1
2020-07-09 09:40:43 +08:00
* Thu Jul 9 2020 douyan <douyan@kylinos.cn> - 1.2.0-1
2021-10-20 16:46:39 +08:00
- Init package for openEuler