!10 Fix obs compile failure

From: @desert-sailor 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
This commit is contained in:
openeuler-ci-bot 2024-02-07 06:29:15 +00:00 committed by Gitee
commit d650143d1d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

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