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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user