~wombelix/aws-c-http

335fb519e57618725423e3b2784922f06b719358 — Dominik Wombacher 3 months ago 499c050
fix: missing summary added
1 files changed, 3 insertions(+), 3 deletions(-)

M aws-c-http.spec
M aws-c-http.spec => aws-c-http.spec +3 -3
@@ 4,7 4,7 @@ C99 implementation of the HTTP/1.1 and HTTP/2 specifications.}
Name:           aws-c-http
Version:        0.8.2
Release:        1%{?dist}
Summary:        %{_description}
Summary:        C99 implementation of the HTTP/1.1 and HTTP/2 specifications

License:        Apache-2.0
URL:            https://github.com/awslabs/%{name}


@@ 29,14 29,14 @@ ExcludeArch: s390x


%package libs
Summary:        C99 implementation of the HTTP/1.1 and HTTP/2 specifications
Summary:        %{summary}
Requires:       %{name}%{?_isa} = %{version}-%{release}

%description libs %{_description}


%package devel
Summary:        C99 implementation of the HTTP/1.1 and HTTP/2 specifications
Summary:        %{summary}
Requires:       openssl-devel
Requires:       aws-c-compression-devel
Requires:       aws-c-io-devel