automatic version update by autodist [release 1.9.5-1mamba;Sat Nov 06 2021]
This commit is contained in:
parent
eaade38c0a
commit
6d8faf73bd
12
jsoncpp.spec
12
jsoncpp.spec
@ -1,6 +1,6 @@
|
|||||||
%define pkgver %(echo %version | tr _ -)
|
%define pkgver %(echo %version | tr _ -)
|
||||||
Name: jsoncpp
|
Name: jsoncpp
|
||||||
Version: 1.9.4
|
Version: 1.9.5
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: An implementation of a JSON reader and writer in C++
|
Summary: An implementation of a JSON reader and writer in C++
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -9,7 +9,6 @@ Distribution: openmamba
|
|||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://jsoncpp.sourceforge.net/
|
URL: http://jsoncpp.sourceforge.net/
|
||||||
Source: https://github.com/open-source-parsers/jsoncpp.git/%{version}/jsoncpp-%{version}.tar.bz2
|
Source: https://github.com/open-source-parsers/jsoncpp.git/%{version}/jsoncpp-%{version}.tar.bz2
|
||||||
#Source: http://downloads.sourceforge.net/project/jsoncpp/jsoncpp/%{pkgver}/jsoncpp-src-%{pkgver}.tar.gz
|
|
||||||
Patch0: jsoncpp-0.5.0-soname.patch
|
Patch0: jsoncpp-0.5.0-soname.patch
|
||||||
Patch1: jsoncpp-0.6.0_rc2-buildfix-fPIC.patch
|
Patch1: jsoncpp-0.6.0_rc2-buildfix-fPIC.patch
|
||||||
Patch2: jsoncpp-1.4.4-pkg-config-fix-includedir.patch
|
Patch2: jsoncpp-1.4.4-pkg-config-fix-includedir.patch
|
||||||
@ -20,7 +19,6 @@ BuildRequires: libgcc
|
|||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
jsoncpp is an implementation of a JSON (http://json.org) reader and writer in C++. JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate.
|
jsoncpp is an implementation of a JSON (http://json.org) reader and writer in C++. JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate.
|
||||||
@ -78,13 +76,17 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%dir %{_includedir}/jsoncpp/json
|
%dir %{_includedir}/jsoncpp/json
|
||||||
%{_includedir}/jsoncpp/json/*.h
|
%{_includedir}/jsoncpp/json/*.h
|
||||||
%{_libdir}/libjsoncpp.so
|
%{_libdir}/libjsoncpp.so
|
||||||
%{_libdir}/libjsoncpp_static.a
|
%{_libdir}/libjsoncpp.a
|
||||||
%dir %{_libdir}/objects-Release/jsoncpp_object
|
%dir %{_libdir}/objects-Release/jsoncpp_object
|
||||||
%{_libdir}/objects-Release/jsoncpp_object/json_*.cpp.o
|
%{_libdir}/objects-Release/jsoncpp_object/json_*.cpp.o
|
||||||
%{_libdir}/pkgconfig/jsoncpp.pc
|
%{_libdir}/pkgconfig/jsoncpp.pc
|
||||||
%{_libdir}/cmake/jsoncpp/jsoncppConfig*.cmake
|
%dir %{_libdir}/cmake/jsoncpp
|
||||||
|
%{_libdir}/cmake/jsoncpp/jsoncpp*.cmake
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Nov 06 2021 Automatic Build System <autodist@mambasoft.it> 1.9.5-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Sep 27 2020 Automatic Build System <autodist@mambasoft.it> 1.9.4-1mamba
|
* Sun Sep 27 2020 Automatic Build System <autodist@mambasoft.it> 1.9.4-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user