View | Details | Raw Unified | Return to bug 22774
Collapse All | Expand All

(-)elinks.spec (-4 / +22 lines)
Lines 1-13 Link Here
1
Name: elinks
1
Name: elinks
2
Version: 0.12
2
Version: 0.12
3
Release: alt0.12
3
Release: alt0.13
4
4
5
Summary: Lynx-like text WWW browser with many features
5
Summary: Lynx-like text WWW browser with many features
6
License: GPLv2
6
License: GPLv2
7
Group: Networking/WWW
7
Group: Networking/WWW
8
8
9
URL: http://elinks.cz
9
URL: http://elinks.cz
10
Source: elinks-0.12pre5.tar
10
Source: elinks-0.12pre6.tar
11
Patch: %name-%version-%release.patch
11
Patch: %name-%version-%release.patch
12
12
13
# alternatives
13
# alternatives
Lines 23-36 Link Here
23
# Automatically added by buildreq on Wed Sep 30 2009
23
# Automatically added by buildreq on Wed Sep 30 2009
24
BuildRequires: bzlib-devel docbook-utils libexpat-devel libgpm-devel liblua5-devel libssl-devel python-modules-encodings xmlto zlib-devel
24
BuildRequires: bzlib-devel docbook-utils libexpat-devel libgpm-devel liblua5-devel libssl-devel python-modules-encodings xmlto zlib-devel
25
25
26
Summary(ru_RU.UTF-8): Продвинутый текстовый интернет-браузер, похожий на Lynx
27
26
%description
28
%description
27
ELinks is advanced text-mode web browser with wide scale of additional
29
ELinks is advanced text-mode web browser with wide scale of additional
28
features and extensibility by possibility to plug in own scripts in Lua
30
features and extensibility by possibility to plug in own scripts in Lua
29
language. This project aims to provide feature-rich version of Links,
31
language. This project aims to provide feature-rich version of Links,
30
with more open patches/features inclusion policy.
32
with more open patches/features inclusion policy.
31
33
34
%description -l ru_RU.UTF8
35
ELinks - продвинутый текстовый интернет-браузер с большим набором
36
дополнительных возможностей, расширяемый посредством скриптов на языке Lua.
37
Цель проекта ELinks - предоставить аналог браузера Links с расширенным
38
набором возможностей и более открытой политикой включения исправлений
39
и дополнений.
40
32
%prep
41
%prep
33
%setup -n elinks-0.12pre5
42
%setup -n elinks-0.12pre6
34
%patch -p1
43
%patch -p1
35
44
36
%build
45
%build
Lines 55-61 Link Here
55
touch src/intl/gettext/plural.y
64
touch src/intl/gettext/plural.y
56
make -C src/intl/gettext V=1 plural.c
65
make -C src/intl/gettext V=1 plural.c
57
66
58
make -C src V=1 CFLAGS="%optflags -fno-strict-aliasing -Wno-pointer-sign -Werror"
67
%ifnarch %e2k
68
# as of lcc-1.21.24
69
%add_optflags -Werror
70
%endif
71
make -C src V=1 CFLAGS="%optflags -fno-strict-aliasing -Wno-pointer-sign"
59
make -C doc V=1 features.txt manual.html
72
make -C doc V=1 features.txt manual.html
60
73
61
%install
74
%install
Lines 82-87 Link Here
82
%doc doc/manual.html
95
%doc doc/manual.html
83
96
84
%changelog
97
%changelog
98
* Sat Jun 09 2018 Michael Shigorin <mike@altlinux.org> 0.12-alt0.13
99
- 0.12pre6 (fixes: CVE-2012-4545)
100
- added summary/description in Russian (closes: #22774)
101
- E2K: disable -Werror for now
102
85
* Tue May 24 2016 Gleb F-Malinovskiy <glebfm@altlinux.org> 0.12-alt0.12
103
* Tue May 24 2016 Gleb F-Malinovskiy <glebfm@altlinux.org> 0.12-alt0.12
86
- Fixed build with bison-3.0.
104
- Fixed build with bison-3.0.
87
105

Return to bug 22774