automatic version update by autodist [release 1.9.4-1mamba;Sun Sep 27 2020]
This commit is contained in:
parent
4c1ab0d28b
commit
eaade38c0a
10
jsoncpp.spec
10
jsoncpp.spec
@ -1,6 +1,6 @@
|
|||||||
%define pkgver %(echo %version | tr _ -)
|
%define pkgver %(echo %version | tr _ -)
|
||||||
Name: jsoncpp
|
Name: jsoncpp
|
||||||
Version: 1.9.3
|
Version: 1.9.4
|
||||||
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
|
||||||
@ -19,7 +19,7 @@ BuildRequires: glibc-devel
|
|||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: scons
|
BuildRequires: cmake
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -78,10 +78,16 @@ 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
|
||||||
|
%dir %{_libdir}/objects-Release/jsoncpp_object
|
||||||
|
%{_libdir}/objects-Release/jsoncpp_object/json_*.cpp.o
|
||||||
%{_libdir}/pkgconfig/jsoncpp.pc
|
%{_libdir}/pkgconfig/jsoncpp.pc
|
||||||
%{_libdir}/cmake/jsoncpp/jsoncppConfig*.cmake
|
%{_libdir}/cmake/jsoncpp/jsoncppConfig*.cmake
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Sep 27 2020 Automatic Build System <autodist@mambasoft.it> 1.9.4-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Jul 19 2020 Automatic Build System <autodist@mambasoft.it> 1.9.3-1mamba
|
* Sun Jul 19 2020 Automatic Build System <autodist@mambasoft.it> 1.9.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user