From 19735686ca7cbc370b00ddb09b6fcf45efc5c5e1 Mon Sep 17 00:00:00 2001 From: yangchenguang Date: Wed, 18 Jan 2023 13:31:16 +0800 Subject: [PATCH] Fix obs build failed Signed-off-by: yangchenguang (cherry picked from commit 4b4048664cac9d541d10e4c583d2f0c33dedc9da) --- elinks.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/elinks.spec b/elinks.spec index 2265615..34b484f 100644 --- a/elinks.spec +++ b/elinks.spec @@ -1,6 +1,6 @@ Name: elinks Version: 0.12 -Release: 3 +Release: 4 Summary: A text-mode Web browser License: GPLv2 URL: http://elinks.or.cz @@ -63,7 +63,7 @@ export CFLAGS="$RPM_OPT_FLAGS $(getconf LFS_CFLAGS) -D_GNU_SOURCE -DLUA_COMPAT_5 --with-lua --with-openssl --without-gnutls \ --without-spidermonkey --without-x -%make_build V=1 +make V=1 %install %make_install V=1 @@ -110,6 +110,9 @@ exit 0 %{_mandir}/man5/* %changelog +* Wed Jan 18 2023 yangchenguang - 0.12-4 +- Fix obs build failed + * Wed Jun 23 2021 liudabo - 0.12-3 - DESC:Add gcc build dependcy -- Gitee