8
0

Accepting request 1175695 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/1175695
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aws-c-event-stream?expand=0&rev=2
This commit is contained in:
2024-05-22 19:31:59 +00:00
committed by Git OBS Bridge
2 changed files with 9 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue May 21 11:22:18 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %autosetup macro: allows us to eliminate usage of deprecated
%patchN syntax.
-------------------------------------------------------------------
Mon Feb 19 15:45:39 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -15,6 +15,7 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%bcond_with test
%define library_version 1.0.0
@@ -31,13 +32,13 @@ Patch0: aces_fix-cmake-modules-path.patch
Patch1: aces_re-add-so-version.patch
BuildRequires: cmake
BuildRequires: fdupes
BuildRequires: ninja
BuildRequires: cmake(aws-c-cal)
BuildRequires: cmake(aws-c-common)
BuildRequires: cmake(aws-c-io)
BuildRequires: cmake(aws-checksums)
BuildRequires: cmake(s2n)
BuildRequires: pkgconfig(libcrypto)
BuildRequires: ninja
%description
C99 implementation of the vnd.amazon.eventstream content-type.
@@ -62,9 +63,7 @@ C99 implementation of the vnd.amazon.eventstream content-type.
This package contains the development files.
%prep
%setup -q
%patch0 -p1
%patch1 -p1
%autosetup -p1
%build
%define __builder ninja