Update howdy.spec
This commit is contained in:
parent
2a80c71adb
commit
c5dc966190
1 changed files with 9 additions and 9 deletions
|
|
@ -7,9 +7,9 @@
|
||||||
Name: howdy
|
Name: howdy
|
||||||
Version: 2.5.1
|
Version: 2.5.1
|
||||||
%if %{with_snapshot}
|
%if %{with_snapshot}
|
||||||
Release: 0.1.git.%{date}%{shortcommit}%{?dist}
|
Release: 0.1.git.%{date}%{shortcommit}%{?dist}
|
||||||
%else
|
%else
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
%endif
|
%endif
|
||||||
Summary: Windows Hello™ style authentication for Linux
|
Summary: Windows Hello™ style authentication for Linux
|
||||||
|
|
||||||
|
|
@ -17,20 +17,20 @@ Summary: Windows Hello™ style authentication for Linux
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/boltgolt/%{name}
|
URL: https://github.com/boltgolt/%{name}
|
||||||
%if %{with_snapshot}
|
%if %{with_snapshot}
|
||||||
Source0: https://github.com/boltgolt/%{name}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
|
Source0: https://github.com/boltgolt/%{name}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
|
||||||
%else
|
%else
|
||||||
Source0: https://github.com/boltgolt/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/boltgolt/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
# We need python3-devel for pathfix.py
|
# We need python3-devel for pathfix.py
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
Requires: python3dist(dlib) >= 6.0
|
Requires: python3dist(dlib) >= 6.0
|
||||||
Requires: python3dist(v4l2)
|
Requires: python3dist(v4l2)
|
||||||
Requires: python3-face_recognition
|
Requires: python3-face_recognition
|
||||||
Supplements: python3-face_recognition_models
|
Supplements: python3-face_recognition_models
|
||||||
Requires: python3-opencv
|
Requires: python3-opencv
|
||||||
Requires: python3-pam
|
Requires: python3-pam
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue