Name: omemo-utils Version: 1.0.0 Release: 4%{?dist} Summary: Utilities for OMEMO media sharing License: MIT URL: https://github.com/wstrm/%{name} Source0: https://github.com/wstrm/%{name}/archive/v%{version}.tar.gz BuildRequires: make BuildRequires: gcc BuildRequires: libgcrypt-devel BuildRequires: libcurl-devel %description Omut is a command-line utility for OMEMO media sharing. The binary is called omut. It provides an easy way to encrypt a separate file like a document or a picture, then you are able to send the data to your contacts (single or multiple contacts at the same time). This tool provides also a feature to decrypt a file sent by your contact, by using the direct URL location of the encrypted file. URLs are prefixed with aesgcm://. By default, the downloaded file will be send to standard output. This package contains only the omut binary file and the README for documentation. Please read the README for more informations and command-line options: /usr/share/doc/omemo-utils/README.md %prep %autosetup %build # Need to reset CFLAGS to use -g option: # Adding -g option to force to generate debuginfo package %make_build CFLAGS="%{optflags}" %install # Prefix needs to be set to /usr instead of /usr/local %make_install PREFIX=%{_prefix} %files %license LICENSE %doc README.md %{_bindir}/omut %changelog * Sat Dec 17 2022 Matthieu Saulnier - 1.0.0-4 - Improve %%description and comments * Wed Aug 25 2021 Matthieu Saulnier - 1.0.0-3 - Package Review RHBZ#1991343: - Replace prefix variable with macro * Fri Aug 13 2021 Matthieu Saulnier - 1.0.0-2 - Package Review RHBZ#1991343: - Add missing BuildRequires (make) * Mon Aug 09 2021 Matthieu Saulnier - 1.0.0-1 - Initial packaging