forked from pool/aws-c-event-stream
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:
@@ -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>
|
Mon Feb 19 15:45:39 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
@@ -15,6 +15,7 @@
|
|||||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%bcond_with test
|
%bcond_with test
|
||||||
|
|
||||||
%define library_version 1.0.0
|
%define library_version 1.0.0
|
||||||
@@ -31,13 +32,13 @@ Patch0: aces_fix-cmake-modules-path.patch
|
|||||||
Patch1: aces_re-add-so-version.patch
|
Patch1: aces_re-add-so-version.patch
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: ninja
|
||||||
BuildRequires: cmake(aws-c-cal)
|
BuildRequires: cmake(aws-c-cal)
|
||||||
BuildRequires: cmake(aws-c-common)
|
BuildRequires: cmake(aws-c-common)
|
||||||
BuildRequires: cmake(aws-c-io)
|
BuildRequires: cmake(aws-c-io)
|
||||||
BuildRequires: cmake(aws-checksums)
|
BuildRequires: cmake(aws-checksums)
|
||||||
BuildRequires: cmake(s2n)
|
BuildRequires: cmake(s2n)
|
||||||
BuildRequires: pkgconfig(libcrypto)
|
BuildRequires: pkgconfig(libcrypto)
|
||||||
BuildRequires: ninja
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
C99 implementation of the vnd.amazon.eventstream content-type.
|
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.
|
This package contains the development files.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
%patch0 -p1
|
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%define __builder ninja
|
%define __builder ninja
|
||||||
|
Reference in New Issue
Block a user