]> git.pld-linux.org Git - packages/lynx.git/blob - lynx.spec
- release 3
[packages/lynx.git] / lynx.spec
1 Summary:        Text based browser for the world wide web
2 Summary(de.UTF-8):      Text-Browser für das WWW
3 Summary(es.UTF-8):      Navegador web modo texto
4 Summary(fr.UTF-8):      Navigateur en mode texte pour le world wide web
5 Summary(ja.UTF-8):      テキストベースのウェブブラウザ
6 Summary(pl.UTF-8):      Przeglądarka WWW pracująca w trybie tekstowym
7 Summary(pt_BR.UTF-8):   Navegador web modo texto
8 Summary(tr.UTF-8):      Metin ekranda WWW tarayıcı
9 Name:           lynx
10 Version:        2.8.6rel.5
11 Release:        3
12 License:        GPL
13 Group:          Applications/Networking
14 Source0:        http://lynx.isc.org/current/%{name}%{version}.tar.bz2
15 # Source0-md5:  bd44c57d28fd3e4c9db1cd492d403600
16 Source1:        %{name}.desktop
17 Source2:        %{name}.png
18 Source3:        http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
19 # Source3-md5:  b5e02f86a8ee7bce4d8b97e4b6491714
20 Patch0:         %{name}-pld.patch
21 Patch1:         %{name}.cfg.patch
22 Patch2:         %{name}-po_DESTDIR.patch
23 Patch3:         %{name}-config.hin.patch
24 Patch4:         %{name}-autoconf.patch
25 Patch5:         %{name}-config.patch
26 Patch6:         %{name}-acfix.patch
27 Patch7:         %{name}-gzip_fallback.patch
28 Patch8:         %{name}-etc_dir.patch
29 URL:            http://lynx.browser.org/
30 # Fix is in RH packages:
31 # http://securitytracker.com/alerts/2008/Oct/1021106.html
32 #BuildRequires: security(CVE-2008-4690)
33 BuildRequires:  autoconf
34 BuildRequires:  automake
35 BuildRequires:  bzip2-devel
36 BuildRequires:  gettext-devel
37 BuildRequires:  ncurses-devel
38 BuildRequires:  openssl-devel >= 0.9.7d
39 #BuildRequires: socks5-devel
40 BuildRequires:  zlib-devel
41 Provides:       webclient
42 Obsoletes:      lynx-ssl
43 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
44
45 %define         specflags_ia32   -fomit-frame-pointer
46
47 %description
48 This a terminal based WWW browser. While it does not make any attempt
49 at displaying graphics, it has good support for HTML text formatting,
50 forms, and tables.
51
52 %description -l de.UTF-8
53 Dies ist ein WWW-Browser auf Terminal-Basis. Während kein Versuch
54 unternommen wird, Grafiken darzustellen, so bietet er doch guten
55 Support für HTML-Textformatierung, Formulare und Tabellen.
56
57 %description -l es.UTF-8
58 Este es un browser WWW para terminal en modo texto. Mientras no hace
59 ningún intento de enseñar gráficos, posee un buen soporte para el
60 formato de texto HTML, formularios y tablas.
61
62 %description -l fr.UTF-8
63 Navigateur WWW en mode texte. Bien qu'il n'affiche aucun graphique, il
64 sait bien gérer le formatage HTML du texte, les formulaires et les
65 tableaux.
66
67 %description -l ja.UTF-8
68 lynx はテキストベースのウェブブラウザである。lynx は何のイメージも
69 表示しないがフレーム、テーブルそして他の HTML タグをサポートする。
70 グラフィカルなブラウザに対する lynx のアドバンテージはスピードである。
71 lynx はウェブページを表示するのにすばやく即座に開始したり終了したりする。
72
73 この速い、グラフィカルでないブラウザを試したければインストールしなさい。
74 (その長所のよさがわかるであろう)
75
76 %description -l pl.UTF-8
77 Lynx jest przeglądarką WWW działającą w trybie tekstowym. Dobrze
78 formatuje tekst w HTML, ale nie pozwala na wyświetlanie grafiki.
79
80 %description -l pt_BR.UTF-8
81 Este é um browser WWW para terminal em modo texto. Enquanto ele não
82 faz nenhuma tentativa para mostrar gráficos, possui um bom suporte
83 para o formato de texto HTML, formulários e tabelas.
84
85 %description -l tr.UTF-8
86 Metin ekranda çalışan bir WWW tarayıcıdır. Şekil gösteremese de,
87 formlar ve tablolar için desteği vardır.
88
89 %prep
90 %setup -q -n %{name}2-8-6
91 %patch0 -p1
92 %patch1 -p1
93 %patch2 -p1
94 %patch3 -p1
95 %patch4 -p1
96 %patch5 -p1
97 %patch6 -p1
98 %patch7 -p1
99 %patch8 -p1
100
101 %build
102 cp /usr/share/automake/config.sub .
103 %{__autoconf}
104 %configure \
105         --with-screen=ncursesw \
106         --without-included-gettext \
107         --with-bzlib \
108         --with-zlib \
109         --with-ssl \
110         --enable-justify-elts \
111         --enable-nested-tables \
112         --enable-read-eta \
113         --enable-kbd-layout \
114         --enable-addrlist-page \
115         --enable-cgi-links \
116         --enable-default-colors \
117         --enable-file-upload \
118         --enable-exec-links \
119         --enable-exec-scripts \
120         --enable-externs \
121         --enable-gzip-help \
122         --enable-internal-links \
123         --enable-ipv6 \
124         --enable-nls \
125         --enable-nsl-fork \
126         --enable-persistent-cookies \
127         --enable-prettysrc \
128         --enable-source-cache \
129         --enable-warnings
130 #       --with-socks5=%{_prefix} \
131 #       --enable-color-style \
132
133 %{__make}
134
135 %install
136 rm -rf $RPM_BUILD_ROOT
137 install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}} \
138         $RPM_BUILD_ROOT%{_datadir}/lynx/help
139
140 %{__make} install install-help \
141         DESTDIR=$RPM_BUILD_ROOT
142
143 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
144 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
145
146 bzip2 -dc %{SOURCE3} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
147
148 %find_lang %{name}
149
150 %clean
151 rm -rf $RPM_BUILD_ROOT
152
153 %files -f %{name}.lang
154 %defattr(644,root,root,755)
155 %doc CHANGES COPYHEADER PROBLEMS README samples test docs/README*
156 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/lynx.cfg
157 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/lynx.lss
158 %attr(755,root,root) %{_bindir}/*
159 %{_datadir}/lynx
160 %{_desktopdir}/lynx.desktop
161 %{_pixmapsdir}/*
162 %{_mandir}/man1/*
163 %lang(cs) %{_mandir}/cs/man1/*
164 %lang(fi) %{_mandir}/fi/man1/*
165 %lang(pl) %{_mandir}/pl/man1/*
This page took 0.064138 seconds and 4 git commands to generate.