]> git.pld-linux.org Git - packages/w3m.git/blob - w3m.spec
typos
[packages/w3m.git] / w3m.spec
1 Summary:        Text based browser for the world wide web
2 Summary(de):    Text-Browser für das WWW 
3 Summary(fr):    Navigateur en mode texte pour le world wide web
4 Summary(pl):    Przegl±darka WWW pracuj±ca w trybie tekstowym
5 Summary(tr):    Metin ekranda WWW tarayýcý
6 Name:           w3m
7 Version:        0.2.1
8 Release:        1
9 Epoch:          1
10 License:        GPL
11 Group:          Applications/Networking
12 Group(de):      Applikationen/Netzwerkwesen
13 Group(pl):      Aplikacje/Sieciowe
14 Source0:        ftp://ei5nazha.yz.yamagata-u.ac.jp/w3m/%{name}-%{version}.tar.gz
15 Patch0:         %{name}-config.patch
16 Patch1:         %{name}-dontresetiso2.patch
17 URL:            http://ei5nazha.yz.yamagata-u.ac.jp/~aito/w3m/eng/
18 BuildRequires:  ncurses-devel >= 5.0
19 BuildRequires:  openssl-devel >= 0.9.6a
20 BuildRequires:  gpm-devel
21 Provides:       webclient
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 This a terminal based WWW browser. While it does not make any attempt
26 at displaying graphics, it has good support for HTML text formatting,
27 forms, and tables.
28
29 %description -l de
30 Dies ist ein WWW-Browser auf Terminal-Basis. Während kein Versuch
31 unternommen wird, Grafiken darzustellen, so bietet er doch guten
32 Support für HTML-Textformatierung, Formulare und Tabellen.
33
34 %description -l fr
35 Navigateur WWW en mode texte. Bien qu'il n'affiche aucun graphique, il
36 sait bien gérer le formatage HTML du texte, les formulaires et les
37 tableaux.
38
39 %description -l pl
40 Przegl±darka WWW dzia³aj±c± w trybie tekstowym. Dobrze formatuje tekst
41 w HTML, ale nie pozwala na wy¶wietlanie grafiki.
42
43 %description -l tr
44 Metin ekranda çalýþan bir WWW tarayýcýdýr. Þekil gösteremese de,
45 formlar ve tablolar için desteði vardýr.
46
47 %prep
48 %setup -q
49 %patch0 -p1 
50 %patch1 -p1
51
52 %build
53 find -name CVS -type d |xargs rm -rf 
54 ./configure <<EOF;
55 %{_bindir}
56 %{_libdir}/w3m
57 %{_datadir}/w3m
58 2
59 y
60 y
61 y
62 n
63 y
64 5
65 y
66 /bin/vi
67 /bin/mail
68 %/usr/X11R6/bin/netscape
69 %{__cc}
70 %{rpmcflags}
71 -lncurses
72 -lnsl -lssl -lcrypto
73
74 EOF
75
76 %{__make} 
77
78 %install
79 rm -rf $RPM_BUILD_ROOT
80 install -d $RPM_BUILD_ROOT%{_mandir}/man1
81
82 %{__make} install DESTDIR=$RPM_BUILD_ROOT
83
84 mv -f doc/w3m.1 $RPM_BUILD_ROOT%{_mandir}/man1/w3m.1
85
86 gzip -9nf doc/*
87
88 %clean
89 rm -rf $RPM_BUILD_ROOT
90
91 %files
92 %defattr(644,root,root,755)
93 %doc doc/*.gz
94 %attr(755,root,root) %{_bindir}/*
95 %{_libdir}/w3m
96 %{_datadir}/w3m
97 %{_mandir}/man1/*
This page took 0.037414 seconds and 3 git commands to generate.