@@ 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