Browse Source

add buildrequires and requires + some corrections

Signed-off-by: Toshaan Bharvani <toshaan@powerel.org>
master
Toshaan Bharvani 9 months ago
parent
commit
c1c863bf51
  1. 9
      SPECS/otpclient.spec

9
SPECS/otpclient.spec

@ -5,7 +5,9 @@ Release: 1%{?dist} @@ -5,7 +5,9 @@ Release: 1%{?dist}
License: GPLv3
Url: https://github.com/paolostivanin/OTPClient
Source0: https://github.com/paolostivanin/OTPClient/archive/refs/tags/v%{version}.tar.gz

BuildRequires: zbar
BuildRequires: libcotp-devel
Requires: libcotp

%description
Highly secure and easy to use GTK+ software
@ -15,11 +17,12 @@ and HMAC-Based One-Time Passwords (HOTP). @@ -15,11 +17,12 @@ and HMAC-Based One-Time Passwords (HOTP).


%prep
%setup -q -n OTPClient
%setup -q -n OTPClient-%{version}


%build
%cmake_install
%cmake
%cmake_build


%install

Loading…
Cancel
Save