commit 1b8478c1b0096191e972144d7b9e7dc9efb17467 Author: Toshaan Bharvani Date: Mon Jan 15 16:25:51 2024 +0100 initial package creation Signed-off-by: Toshaan Bharvani diff --git a/SOURCES/.gitkeeper b/SOURCES/.gitkeeper new file mode 100644 index 0000000..e69de29 diff --git a/SPECS/otpclient.spec b/SPECS/otpclient.spec new file mode 100644 index 0000000..1ddce11 --- /dev/null +++ b/SPECS/otpclient.spec @@ -0,0 +1,33 @@ +Name: OTPClient +Summary: OTP client for TOTP/HOTP +Version: 3.3.0 +Release: 1%{?dist} +License: GPLv3 +Url: https://github.com/paolostivanin/OTPClient +Source0: https://github.com/paolostivanin/OTPClient/archive/refs/tags/v%{version}.tar.gz + + +%description +Highly secure and easy to use GTK+ software +for two-factor authentication that supports +both Time-based One-time Passwords (TOTP) +and HMAC-Based One-Time Passwords (HOTP). + + +%prep +%setup -q -n OTPClient + + +%build +%cmake_install + + +%install +%cmake_install + + +%files +%{_bindir}/otpclient + + +%changelog