diff --git a/json-c.spec b/json-c.spec index 57f21502dd805a9b84851d444edebb0acf95d5f4..3999152ea1296515c980ed917f97ba95a829bc9e 100644 --- a/json-c.spec +++ b/json-c.spec @@ -6,14 +6,14 @@ Name: json-c Version: 0.15 -Release: 1 +Release: 2 Summary: JSON implementation in C License: MIT URL: https://github.com/%{name}/%{name} Source0: %{url}/archive/%{name}-%{version}-%{reldate}.tar.gz -BuildRequires: cmake gcc ninja-build json-c +BuildRequires: cmake gcc ninja-build %description JSON-C implements a reference counting object model that allows you @@ -73,8 +73,6 @@ doxygen -s -u doc/Doxyfile.in #%cmake_install DESTDIR="%{buildroot}" %__cmake --install "%{_vpath_builddir}" -cp -a %{_libdir}/libjson-c.so.4 $RPM_BUILD_ROOT%{_libdir} -cp -a %{_libdir}/libjson-c.so.4.0.0 $RPM_BUILD_ROOT%{_libdir} mkdir -p %{buildroot}%{_pkgdocdir} hardlink -cfv %{buildroot}%{_pkgdocdir} @@ -84,7 +82,6 @@ hardlink -cfv %{buildroot}%{_pkgdocdir} %files %license AUTHORS COPYING %{_libdir}/lib%{name}.so.%{so_ver}* -%{_libdir}/libjson-c.so.4* %files devel %{_includedir}/%{name}/ @@ -96,6 +93,9 @@ hardlink -cfv %{buildroot}%{_pkgdocdir} %doc %{_pkgdocdir} %changelog +* Fri Mar 25 2022 wuchaochao - 0.15-2 +- move json-c + * Tue Sep 14 2021 hanhui - 0.15-1 - update to 0.15