--- elinks.spec 2018-06-09 09:58:49.987312122 +0300 +++ /tmp/.private/mike/elinks.spec 2018-06-09 09:50:35.621501019 +0300 @@ -1,13 +1,13 @@ Name: elinks Version: 0.12 -Release: alt0.12 +Release: alt0.13 Summary: Lynx-like text WWW browser with many features License: GPLv2 Group: Networking/WWW URL: http://elinks.cz -Source: elinks-0.12pre5.tar +Source: elinks-0.12pre6.tar Patch: %name-%version-%release.patch # alternatives @@ -23,14 +23,23 @@ # Automatically added by buildreq on Wed Sep 30 2009 BuildRequires: bzlib-devel docbook-utils libexpat-devel libgpm-devel liblua5-devel libssl-devel python-modules-encodings xmlto zlib-devel +Summary(ru_RU.UTF-8): Продвинутый текстовый интернет-браузер, похожий на Lynx + %description ELinks is advanced text-mode web browser with wide scale of additional features and extensibility by possibility to plug in own scripts in Lua language. This project aims to provide feature-rich version of Links, with more open patches/features inclusion policy. +%description -l ru_RU.UTF8 +ELinks - продвинутый текстовый интернет-браузер с большим набором +дополнительных возможностей, расширяемый посредством скриптов на языке Lua. +Цель проекта ELinks - предоставить аналог браузера Links с расширенным +набором возможностей и более открытой политикой включения исправлений +и дополнений. + %prep -%setup -n elinks-0.12pre5 +%setup -n elinks-0.12pre6 %patch -p1 %build @@ -55,7 +64,11 @@ touch src/intl/gettext/plural.y make -C src/intl/gettext V=1 plural.c -make -C src V=1 CFLAGS="%optflags -fno-strict-aliasing -Wno-pointer-sign -Werror" +%ifnarch %e2k +# as of lcc-1.21.24 +%add_optflags -Werror +%endif +make -C src V=1 CFLAGS="%optflags -fno-strict-aliasing -Wno-pointer-sign" make -C doc V=1 features.txt manual.html %install @@ -82,6 +95,11 @@ %doc doc/manual.html %changelog +* Sat Jun 09 2018 Michael Shigorin 0.12-alt0.13 +- 0.12pre6 (fixes: CVE-2012-4545) +- added summary/description in Russian (closes: #22774) +- E2K: disable -Werror for now + * Tue May 24 2016 Gleb F-Malinovskiy 0.12-alt0.12 - Fixed build with bison-3.0.