automatic version update by autodist [release 1.9.6-1mamba;Fri Sep 13 2024]
This commit is contained in:
parent
96d7dccba7
commit
a12aa35728
@ -1,7 +1,7 @@
|
|||||||
%define pkgver %(echo %version | tr _ -)
|
%define pkgver %(echo %version | tr _ -)
|
||||||
Name: jsoncpp
|
Name: jsoncpp
|
||||||
Version: 1.9.5
|
Version: 1.9.6
|
||||||
Release: 2mamba
|
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
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -54,8 +54,6 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -n lib%{name} -p /sbin/ldconfig
|
|
||||||
%postun -n lib%{name} -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files -n lib%{name}
|
%files -n lib%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -76,6 +74,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%{_libdir}/cmake/jsoncpp/jsoncpp*.cmake
|
%{_libdir}/cmake/jsoncpp/jsoncpp*.cmake
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 13 2024 Automatic Build System <autodist@openmamba.org> 1.9.6-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon May 06 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.9.5-2mamba
|
* Mon May 06 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.9.5-2mamba
|
||||||
- rebuild with -DCMAKE_POSITION_INDEPENDENT_CODE=ON (-fPIC)
|
- rebuild with -DCMAKE_POSITION_INDEPENDENT_CODE=ON (-fPIC)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user