Name: libcotp Version: 4.1.0 Release: 1%{?dist} Summary: C library that generates TOTP and HOTP License: Apache License 2.0 URL: https://github.com/paolostivanin/libcotp Source0: https://github.com/paolostivanin/libcotp/archive/v%{version}/libcotp-%{version}.tar.gz BuildRequires: gcc-c++ BuildRequires: cmake BuildRequires: libgcrypt-devel Requires: libgcrypt %description C library that generates TOTP and HOTP #%%global debug_package %%{nil} %prep %autosetup %build %cmake %cmake_build %install %cmake_install %files %doc README.md %license LICENSE %{_libdir}/libcotp.so %{_libdir}/libcotp.so.* %{_libdir}/pkgconfig/cotp.pc %{_includedir}/cotp.h %{_libdir}/cmake/COTP %changelog * Mon Jun 29 2026 fedora Cloud User - 4.1.0-1 - Update to 4.1.0 * Sat Jan 17 2026 Detlef Graef 3.1.1-1 - Ver. 3.1.1 * Tue Nov 5 2024 Detlef Graef 3.1.0-1 - Ver. 3.1.0 * Tue Jun 11 2024 Detlef Graef 3.0.0-1 - Ver. 3.0.0 * Sat Dec 9 2023 Detlef Graef 2.1.0-1 - Ver. 2.1.0 * Sat Jul 22 2023 Detlef Graef 2.0.1-1 - Ver. 2.0.1 * Mon 6 Jun 2022 Detlef Graef 1.2.6-1 - Ver. 1.2.6 * Sat Nov 14 2020 Detlef Graef 1.2.3-1 - Ver. 1.2.3 * Mon Aug 12 2019 Detlef Graef 1.2.2-1 - Initial version