!24 [sync] PR-23: enable test

From: @openeuler-sync-bot 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
This commit is contained in:
openeuler-ci-bot 2023-03-11 09:26:59 +00:00 committed by Gitee
commit 3ab33cfb70
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: jbig2dec
Version: 0.18
Release: 3
Release: 4
Summary: A decoder implementation of the JBIG2 image compression format.
License: AGPLv3+
@ -32,6 +32,10 @@ Files for jbig2dec development.
%configure
%make_build
%check
sed -i '1s/python/python3/' test_jbig2dec.py
make check
%install
%make_install
%delete_la_and_a
@ -63,6 +67,9 @@ echo "/usr/lib64" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf
%{_mandir}/man1/%{name}.1*
%changelog
* Sat Mar 11 2023 zhangpan <zhangpan103@h-partners.com> - 0.18-4
- enabel test
* Tue Feb 9 2021 jinzhimin <jinzhimin2@huawei.com> - 0.18-3
- rebuild jbig2dec