Fix test command

This commit is contained in:
panxiaohe 2022-03-31 17:46:11 +08:00
parent 4c8bc6bc73
commit 28c7e411b0

View File

@ -1,6 +1,6 @@
Name: libxslt Name: libxslt
Version: 1.1.34 Version: 1.1.34
Release: 5 Release: 6
Summary: XSLT Transformation Library Summary: XSLT Transformation Library
License: MIT License: MIT
URL: http://xmlsoft.org/libxslt/ URL: http://xmlsoft.org/libxslt/
@ -46,7 +46,7 @@ autoreconf -vfi
pushd $RPM_BUILD_ROOT/%{_includedir}/%{name}; touch -m --reference=xslt.h ../../bin/xslt-config;popd pushd $RPM_BUILD_ROOT/%{_includedir}/%{name}; touch -m --reference=xslt.h ../../bin/xslt-config;popd
%check %check
make check %make_build tests
%post %post
/sbin/ldconfig /sbin/ldconfig
@ -81,6 +81,9 @@ make check
%exclude %{_docdir}/../licenses/Copyright %exclude %{_docdir}/../licenses/Copyright
%changelog %changelog
* Thu Mar 31 2022 panxiaohe<panxh.life@foxmail.com> - 1.1.34-6
- Fix test command
* Sat Oct 23 2021 panxiaohe<panxiaohe@huawei.com> - 1.1.34-5 * Sat Oct 23 2021 panxiaohe<panxiaohe@huawei.com> - 1.1.34-5
- Fix double-free with stylesheets containing entity nodes - Fix double-free with stylesheets containing entity nodes