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