File libsigv4.spec of Package libsigv4

#
# spec file for package libsigv4
#
# Copyright (c) 2025 Andreas Stieger <Andreas.Stieger@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via https://bugs.opensuse.org/
#


Name:           libsigv4
Version:        0.20250824
Release:        0
Summary:	A highly portable AWS SigV4 C implementation 
License:        MIT
URL:            https://github.com/riptideslabs/libsigv4
Source:         %{name}-%{version}.tar.gz
Patch0:		fix.patch
BuildRequires:  pkgconfig(libssl)
BuildRequires:  pkgconfig(libcrypto)

%description
This project provides a C implementation of AWS Signature Version 4 (SigV4)
signing, suitable for use in embedded, kernel, or user-space applications. It
includes a shared library and an example application demonstrating usage.

%prep
%autosetup -p1

%build
%make_build

%install
%make_install

%check
%make_build check

%files
%license LICENSE
%doc README.md

%changelog

openSUSE Build Service is sponsored by