From 51470939073e885078c0267a0b3e649b43dcd6fc Mon Sep 17 00:00:00 2001 From: desert-sailor Date: Mon, 5 Feb 2024 08:44:34 +0800 Subject: [PATCH] Fix obs compile failure --- jasper.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/jasper.spec b/jasper.spec index 5e6c455..b1fc5a8 100644 --- a/jasper.spec +++ b/jasper.spec @@ -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 - 2.0.14-11 +- Fix obs compile failure + * Wed Sep 8 2021 liwu - 2.0.14-10 - fix CVE-2021-27845