From 942c273f9392cc5e4dff457c345f26270a5001d3 Mon Sep 17 00:00:00 2001 From: zhouwenpei Date: Fri, 13 Jan 2023 06:34:00 +0000 Subject: [PATCH] fix build fail (cherry picked from commit 9d97d22e092704b6e5eb848f9ca68d3f7422c3fc) --- jbigkit.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jbigkit.spec b/jbigkit.spec index a36ae7e..04712b4 100644 --- a/jbigkit.spec +++ b/jbigkit.spec @@ -1,6 +1,6 @@ Name: jbigkit Version: 2.1 -Release: 19 +Release: 20 Summary: Lossless image compression library License: GPLv2+ @@ -45,7 +45,7 @@ files for %{name} development. export CFLAGS="${CFLAGS:-%optflags}" export CXXFLAGS="${CXXFLAGS:-%optflags}" export FFLAGS="${FFLAGS:-%optflags}" -%make_build +make %install pushd libjbig @@ -83,6 +83,9 @@ make test %{_mandir}/man1/* %changelog +* Fri Jan 13 2023 zhouwenpei - 2.1-20 +- fix build fail + * Tue Feb 9 2021 jinzhimin - 2.1-19 - fix CVE-2017-9937