automatic version update by autodist [release 1.4.0-1mamba;Mon Oct 25 2021]
This commit is contained in:
parent
44adb38e1e
commit
7c41057f73
@ -1,18 +1,17 @@
|
|||||||
Name: libjson-rpc-cpp
|
Name: libjson-rpc-cpp
|
||||||
Version: 1.3.0
|
Version: 1.4.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: C++ framework for json-rpc (json remote procedure call)
|
Summary: C++ framework for json-rpc (json remote procedure call)
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://github.com/cinemast/libjson-rpc-cpp.git
|
URL: https://github.com/cinemast/libjson-rpc-cpp
|
||||||
Source: https://github.com/cinemast/libjson-rpc-cpp.git/v%{version}/libjson-rpc-cpp-%{version}.tar.bz2
|
Source: https://github.com/cinemast/libjson-rpc-cpp.git/v%{version}/libjson-rpc-cpp-%{version}.tar.bz2
|
||||||
Patch0: libjson-rpc-cpp-1.3.0-libmicrohttpd-0.9.71.patch
|
Patch0: libjson-rpc-cpp-1.3.0-libmicrohttpd-0.9.71.patch
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: ldconfig
|
|
||||||
BuildRequires: libargtable2-devel
|
BuildRequires: libargtable2-devel
|
||||||
BuildRequires: libcurl-devel
|
BuildRequires: libcurl-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
@ -23,7 +22,6 @@ BuildRequires: libstdc++6-devel
|
|||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: libjsoncpp-devel >= 1.9.3
|
BuildRequires: libjsoncpp-devel >= 1.9.3
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
C++ framework for json-rpc (json remote procedure call).
|
C++ framework for json-rpc (json remote procedure call).
|
||||||
@ -49,7 +47,7 @@ This package contains utility applications for %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
#%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -d build \
|
%cmake -d build \
|
||||||
@ -98,6 +96,9 @@ This package contains utility applications for %{name}.
|
|||||||
%{_mandir}/man1/jsonrpcstub.1*
|
%{_mandir}/man1/jsonrpcstub.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 25 2021 Automatic Build System <autodist@mambasoft.it> 1.4.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Aug 20 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.0-1mamba
|
* Thu Aug 20 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.0-1mamba
|
||||||
- update to 1.3.0
|
- update to 1.3.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user