Fix obs compile failure

This commit is contained in:
desert-sailor 2024-02-05 08:44:34 +08:00
parent e8bc999b9f
commit 5147093907

View File

@ -1,8 +1,8 @@
Name: jasper
Version: 2.0.14
Release: 10
Release: 11
Summary: Reference implementation of the codec specified in the JPEG-2000 standard, Part 1
License: JasPer
License: JasPer-2.0
URL: http://www.ece.uvic.ca/~frodo/jasper/
Source0: http://www.ece.uvic.ca/~frodo/jasper/software/jasper-%{version}.tar.gz
@ -53,7 +53,7 @@ Summary: Help documents for jasper
Help documents for jasper.
%prep
%autosetup -n %{name}-%{version} -p1 -S git
%autosetup -n %{name}-%{version} -p1
%build
install -d builder
@ -88,7 +88,6 @@ make test -C builder
%{_includedir}/jasper/
%{_libdir}/pkgconfig/jasper.pc
%{_libdir}/libjasper.so
%exclude %{_docdir}/README
%files utils
%{_bindir}/jiv
@ -98,6 +97,9 @@ make test -C builder
%doc README
%changelog
* Mon Feb 5 2024 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 2.0.14-11
- Fix obs compile failure
* Wed Sep 8 2021 liwu <liwu13@huawei.com> - 2.0.14-10
- fix CVE-2021-27845