]> git.pld-linux.org Git - packages/jsoncpp.git/commitdiff
- updated to 1.8.4 (note: new soname) auto/th/jsoncpp-1.8.4-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 1 Mar 2018 18:22:19 +0000 (19:22 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 1 Mar 2018 18:22:19 +0000 (19:22 +0100)
jsoncpp.spec

index 66ba40e887519dc1057b8bfb8ae0511a4de03bdf..05c7a7a8fe7c567c67886f4ac2bddfdc003e57f9 100644 (file)
@@ -6,13 +6,13 @@
 Summary:       API for manipulating JSON
 Summary(pl.UTF-8):     API do operacji na strukturach JSON
 Name:          jsoncpp
-Version:       1.8.0
+Version:       1.8.4
 Release:       1
 License:       MIT or Public Domain
 Group:         Libraries
 #Source0Download: https://github.com/open-source-parsers/jsoncpp/releases
 Source0:       https://github.com/open-source-parsers/jsoncpp/archive/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 6d6cbd82b5fe4a9cbae4ffef01f9e9fc
+# Source0-md5: fa47a3ab6b381869b6a5f20811198662
 URL:           https://github.com/open-source-parsers/jsoncpp/
 BuildRequires: cmake >= 3.1
 BuildRequires: libstdc++-devel
@@ -78,7 +78,8 @@ cd build
 %cmake .. \
        -DCMAKE_INSTALL_INCLUDEDIR:PATH=%{_includedir}/%{name} \
        -DJSONCPP_WITH_CMAKE_PACKAGE=ON \
-       %{!?with_tests:-DJSONCPP_WITH_TESTS=OFF}
+       %{!?with_tests:-DJSONCPP_WITH_TESTS=OFF} \
+       -DSTATIC_SUFFIX=
 cd ..
 
 %if %{with apidocs}
@@ -101,9 +102,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS LICENSE NEWS.txt README.md
+%doc AUTHORS LICENSE README.md
 %attr(755,root,root) %{_libdir}/libjsoncpp.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libjsoncpp.so.11
+%attr(755,root,root) %ghost %{_libdir}/libjsoncpp.so.19
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.185241 seconds and 4 git commands to generate.