!2 json-c : delete the check

Merge pull request !2 from orange-snn/master
This commit is contained in:
openeuler-ci-bot 2020-03-21 22:06:46 +08:00 committed by Gitee
commit 8e2fa8a679

View File

@ -6,7 +6,7 @@
Name: json-c
Version: 0.13.1
Release: 5
Release: 6
Summary: JSON implementation in C
License: MIT
@ -87,9 +87,6 @@ done
%{_sbindir}/hardlink -cvf %{buildroot}%{_pkgdocdir}
%check
%make_build check
%pretrans devel -p <lua>
path = "%{_includedir}/%{name}"
st = posix.stat(path)
@ -97,10 +94,8 @@ if st and st.type == "link" then
os.remove(path)
end
%ldconfig_scriptlets
%files
%license AUTHORS COPYING
%{_libdir}/lib%{name}.so.%{so_ver}*
@ -114,6 +109,9 @@ end
%doc %{_pkgdocdir}
%changelog
* Sat Mar 21 2020 songnannan <songnannan2@huawei.com> - 0.13.1-6
- delete the check
* Tue Mar 3 2020 songnannan<songnannan2@huawei.com> - 0.13.1-5
- bugfix in oss-fuzz