enable tests
This commit is contained in:
parent
c14465c7b6
commit
faeac50de4
@ -1,6 +1,6 @@
|
|||||||
Name: jbig2dec
|
Name: jbig2dec
|
||||||
Version: 0.19
|
Version: 0.19
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: A decoder implementation of the JBIG2 image compression format.
|
Summary: A decoder implementation of the JBIG2 image compression format.
|
||||||
|
|
||||||
License: AGPLv3+
|
License: AGPLv3+
|
||||||
@ -34,6 +34,10 @@ Files for jbig2dec development.
|
|||||||
%configure
|
%configure
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
|
%check
|
||||||
|
sed -i '1s/python/python3/' test_jbig2dec.py
|
||||||
|
make check
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
%delete_la_and_a
|
%delete_la_and_a
|
||||||
@ -65,6 +69,9 @@ echo "/usr/lib64" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf
|
|||||||
%{_mandir}/man1/%{name}.1*
|
%{_mandir}/man1/%{name}.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 31 2022 liuyumeng <liuyumeng5@h-partners.com> - 0.19-3
|
||||||
|
- enable tests
|
||||||
|
|
||||||
* Sat Mar 27 2021 dowzyx <zhaoyuxing2@huawei.com> - 0.19-2
|
* Sat Mar 27 2021 dowzyx <zhaoyuxing2@huawei.com> - 0.19-2
|
||||||
- Type:bufix
|
- Type:bufix
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user