8
0
forked from pool/cpp-httplib

Accepting request 1060702 from home:svalx

Migrate from obscpio to classical tar.gz sources archive for properly

OBS-URL: https://build.opensuse.org/request/show/1060702
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cpp-httplib?expand=0&rev=9
This commit is contained in:
2023-01-24 21:18:07 +00:00
committed by Git OBS Bridge
parent adfc342378
commit 5443574828
6 changed files with 33 additions and 27 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package cpp-httplib-headers
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -22,6 +22,7 @@ Release: 0
Summary: A C++11 header-only HTTP/HTTPS library
License: MIT
URL: https://github.com/yhirose/cpp-httplib
Source0: cpp-httplib-%{version}.tar.gz
BuildRequires: meson >= 0.47.0
%package devel
@@ -43,7 +44,7 @@ post-routing handlers, and support for binding sockets to multiple
interfaces and any available port.
%prep
%setup -q -n %{_sourcedir}/cpp-httplib-%{version} -T -D
%setup -q -n cpp-httplib-%{version}
# For avoid c++ compiler check
sed -i "7s/.*/version: '%{version}',/" meson.build