delete the check

This commit is contained in:
songnannan 2020-03-21 20:19:49 +08:00
parent 36f802262e
commit e01fe516af

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