diff --git a/jsoncpp.spec b/jsoncpp.spec index ee38af3..383c67d 100644 --- a/jsoncpp.spec +++ b/jsoncpp.spec @@ -1,6 +1,6 @@ %define pkgver %(echo %version | tr _ -) Name: jsoncpp -Version: 1.9.4 +Version: 1.9.5 Release: 1mamba Summary: An implementation of a JSON reader and writer in C++ Group: System/Libraries @@ -9,7 +9,6 @@ Distribution: openmamba Packager: Silvan Calarco URL: http://jsoncpp.sourceforge.net/ 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 Patch1: jsoncpp-0.6.0_rc2-buildfix-fPIC.patch Patch2: jsoncpp-1.4.4-pkg-config-fix-includedir.patch @@ -20,7 +19,6 @@ BuildRequires: libgcc BuildRequires: libstdc++6-devel ## AUTOBUILDREQ-END BuildRequires: cmake -BuildRoot: %{_tmppath}/%{name}-%{version}-root %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. @@ -78,13 +76,17 @@ This package contains libraries and header files for developing applications tha %dir %{_includedir}/jsoncpp/json %{_includedir}/jsoncpp/json/*.h %{_libdir}/libjsoncpp.so -%{_libdir}/libjsoncpp_static.a +%{_libdir}/libjsoncpp.a %dir %{_libdir}/objects-Release/jsoncpp_object %{_libdir}/objects-Release/jsoncpp_object/json_*.cpp.o %{_libdir}/pkgconfig/jsoncpp.pc -%{_libdir}/cmake/jsoncpp/jsoncppConfig*.cmake +%dir %{_libdir}/cmake/jsoncpp +%{_libdir}/cmake/jsoncpp/jsoncpp*.cmake %changelog +* Sat Nov 06 2021 Automatic Build System 1.9.5-1mamba +- automatic version update by autodist + * Sun Sep 27 2020 Automatic Build System 1.9.4-1mamba - automatic version update by autodist