~wombelix/aws-c-sdkutils

c08135eb7efc0605f111d93b2ce8defde4da1141 — Dominik Wombacher 5 months ago e2133bf
feat: update to 0.1.16
1 files changed, 10 insertions(+), 6 deletions(-)

M aws-c-sdkutils.spec
M aws-c-sdkutils.spec => aws-c-sdkutils.spec +10 -6
@@ 1,18 1,18 @@
Name:           aws-c-sdkutils
Version:        0.1.1 
Release:        5%{?dist}
Version:        0.1.16
Release:        1%{?dist}
Summary:        Utility package for AWS SDK for C

License:        ASL 2.0
License:        Apache-2.0
URL:            https://github.com/awslabs/%{name}
Source0:        %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
Patch0:         aws-c-sdkutils-cmake.patch

BuildRequires:  gcc
BuildRequires:  cmake
BuildRequires:  aws-c-common-devel = 0.6.14
BuildRequires:  aws-c-common-devel

Requires:       aws-c-common-libs = 0.6.14
Requires:       aws-c-common-libs

%description
Utility package for AWS SDK for C


@@ 41,16 41,17 @@ Utility package for AWS SDK for C
%cmake -DBUILD_SHARED_LIBS=ON
%cmake_build


%install
%cmake_install



%files libs
%license LICENSE
%doc README.md
%{_libdir}/libaws-c-sdkutils.so.1.0.0


%files devel
%dir %{_includedir}/aws/sdkutils
%{_includedir}/aws/sdkutils/*.h


@@ 64,6 65,9 @@ Utility package for AWS SDK for C


%changelog
* Wed May 1 2024 Dominik Wombacher <dominik@wombacher.cc> - 0.1.16-1
- update to 0.1.16

* Tue Feb 22 2022 David Duncan <davdunc@amazon.com> - 0.1.1-5
- Updated for package review