8
0
forked from pool/cpp-httplib
2023-02-09 15:11:41 +00:00
committed by Git OBS Bridge
parent 89c65e36ef
commit a52c3c7ac2
6 changed files with 21 additions and 22 deletions

View File

@@ -16,15 +16,15 @@
#
%define sover 0.11
%define libver 0_11
%define sover 0.12
%define libver 0_12
Name: cpp-httplib
Version: 0.11.4
Version: 0.12.0
Release: 0
Summary: A C++11 HTTP/HTTPS library
License: MIT
URL: https://github.com/yhirose/cpp-httplib
Source0: %{name}-%{version}.tar.gz
Source0: https://codeload.github.com/yhirose/cpp-httplib/tar.gz/refs/tags/v%{version}#/%{name}-%{version}.tar.gz
BuildRequires: gcc-c++
BuildRequires: meson >= 0.47.0
BuildRequires: pkgconfig(gtest)