lynx-vl.spec 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. %define _docdir %{_defaultdocdir}
  2. Summary: A text-based Web browser.
  3. Summary(ja): テキストベースのウェブブラウザ
  4. Name: lynx
  5. Version: 2.8.7
  6. Release: 2%{?_dist_release}
  7. License: GPL
  8. Group: Applications/Internet
  9. URL: http://lynx.isc.org/
  10. # Source0: http://lynx.isc.org/current/lynx2.8.5dev.7.tar.bz2
  11. Source0: http://lynx.isc.org/current/lynx2.8.7.tar.bz2
  12. Source1: lynx.cfg.ja
  13. # Patch0: lynx2-8-3-redhat.patch
  14. Patch0: lynx2-8-7-redhat.patch
  15. Patch1: lynx2-8-6-telnet.patch
  16. Patch2: lynx-284-i18ncfg.patch
  17. Patch3: lynx2-8-7-vine.patch
  18. # Requires: indexhtml
  19. Requires: vine-manual-base
  20. Provides: webclient
  21. BuildRequires: openssl-devel, ncurses-devel, slang-devel, zlib-devel
  22. Buildroot: %{_tmppath}/%{name}-root
  23. Vendor: Project Vine
  24. Distribution: Vine Linux
  25. %description
  26. Lynx is a text-based Web browser. Lynx does not display any images,
  27. but it does support frames, tables and most other HTML tags. Lynx's
  28. advantage over graphical browsers is its speed--Lynx starts and exits
  29. quickly and swiftly displays Web pages.
  30. Install lynx if you would like to try this fast, non-graphical browser
  31. (you may learn to appreciate its strengths).
  32. %description -l ja
  33. lynx はテキストベースのウェブブラウザである。lynx は何のイメージも
  34. 表示しないがフレーム、テーブルそして他の HTML タグをサポートする。
  35. グラフィカルなブラウザに対する lynx のアドバンテージはスピードである。
  36. lynx はウェブページを表示するのにすばやく即座に開始したり終了したりする。
  37. この速い、グラフィカルでないブラウザを試したければインストールしなさい。
  38. (その長所のよさがわかるであろう)
  39. %prep
  40. %setup -q -n lynx2-8-7
  41. %patch0 -p1 -b .rh
  42. %patch1 -p0 -b .telnet
  43. # %patch2 -p1 -b .i18ncfg
  44. %patch3 -p1 -b .vine
  45. perl -pi -e "s,^HELPFILE:.*,HELPFILE:file://localhost%{_docdir}/lynx-%{version}/lynx_help/lynx_help_main.html,g" lynx.cfg
  46. perl -pi -e "s,^DEFAULT_INDEX_FILE:.*,DEFAULT_INDEX_FILE:http://www.google.com/,g" lynx.cfg
  47. %build
  48. export CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS"
  49. %configure --libdir=/etc \
  50. --with-screen=slang --enable-warnings \
  51. --enable-default-colors --enable-externs \
  52. --enable-internal-links --enable-nsl-fork \
  53. --enable-persistent-cookies --enable-prettysrc \
  54. --disable-font-switch --enable-source-cache \
  55. --enable-kbd-layout --with-zlib \
  56. --enable-charset-choice --enable-file-upload \
  57. --enable-cgi-links --enable-read-eta \
  58. --enable-addrlist-page --enable-cjk \
  59. --enable-justify-elts --enable-scrollbar \
  60. --enable-libjs --enable-cgi-links --enable-nls \
  61. --with-ssl=/usr
  62. make
  63. %install
  64. rm -rf %{buildroot}
  65. %makeinstall mandir=%{buildroot}%{_mandir}/man1 libdir=%{buildroot}/etc
  66. # Install Lang dependent resources
  67. install -m444 %{SOURCE1} %{buildroot}/etc/lynx.cfg.ja
  68. mkdir -p %{buildroot}%{_sysconfdir}/X11/applnk/Internet
  69. cat > %{buildroot}%{_sysconfdir}/X11/applnk/Internet/lynx.desktop <<EOF
  70. [Desktop Entry]
  71. Name=Lynx
  72. Name[ja]=Lynx
  73. Type=Application
  74. Comment=Text based WWW browser
  75. Comment[ja]=テキストベースWWWブラウザ
  76. Exec=lynx
  77. Terminal=true
  78. EOF
  79. %{find_lang} %{name}
  80. # compress huge files in docs
  81. gzip --best --force docs/CHANGES2*
  82. # eliminate executable bit in %doc
  83. find samples/ -type f -perm +111 | xargs chmod -x
  84. %clean
  85. rm -rf %{buildroot}
  86. %files -f %{name}.lang
  87. %defattr(-,root,root)
  88. %doc docs README INSTALLATION samples
  89. %doc test lynx.hlp lynx_help
  90. %doc COPYING CHANGES PROBLEMS
  91. %config(missingok) %{_sysconfdir}/X11/applnk/Internet/lynx.desktop
  92. %{_bindir}/lynx
  93. %{_mandir}/*/*
  94. %config %{_sysconfdir}/lynx.cfg
  95. #%lang(ja) %config %{_sysconfdir}/lynx.cfg.ja
  96. %changelog
  97. * Sat Dec 28 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.7-2
  98. - rebuild with VineSeed environment
  99. * Wed Sep 14 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.8.7-1
  100. - new upstream release
  101. - update patches
  102. - change R:indexhtml -> R:vine-manual-base
  103. * Sun Feb 06 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.6-2
  104. - rebuild with openssl-1.0.0c
  105. * Sat Jul 26 2008 Shu KONNO <owa@bg.wakwak.com> 2.8.6-1vl5
  106. - applied new versioning policy and spec in utf-8
  107. * Mon Dec 25 2006 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.8.6-0vl3
  108. - rebuild for Vine 4.0/VineSeed (0vl2 is exist in Plus 3.x)
  109. * Sun Dec 17 2006 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.8.6-0vl2
  110. - rebuild for Vine 4.0/VineSeed
  111. - update patch3
  112. * Mon Dec 11 2006 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.8.6-0vl1
  113. - new upstream release with security fix (CVE-2005-3120)
  114. * Tue Jan 08 2002 Toru Sagami <sagami@vinelinux.org> 2.8.5-0vl1
  115. - 2.8.5dev.7.tar.gz2
  116. - BuildRequires: slang-devel, zlib-devel
  117. * Fri Dec 28 2001 Toru Sagami <sagami@vinelinux.org>
  118. - 2.8.4pre.5.tar.bz2
  119. * Mon Sep 03 2001 Toru Sagami <sagami@vinelinux.org>
  120. - 2.8.4-7vl5: eliminate executable bit in %%doc
  121. * Mon Jul 16 2001 <sagami@vinelinux.org>
  122. - 2.8.4-7vl4: updated to 2.8.4pre.5
  123. - rebuilt with openssl-0.9.6b
  124. - compress huge CHANGES* files in docs/
  125. * Sun Jul 08 2001 <sagami@vinelinux.org>
  126. - 2.8.4-7vl3: updated to 2.8.4pre.3
  127. - %%{find_lang}, added some documents
  128. - use ja.po derived from source
  129. * Wed Jan 31 2001 sagami@vinelinux.org
  130. - fixed: default index.html location
  131. * Fri Jan 12 2001 Toru Sagami <czs14350@mb.infoweb.ne.jp>
  132. - 2.8.4-7vl1: based on Rawhide 2.8.4-7
  133. * Mon Sep 6 1999 Norihito Ohmori <ohmori@flatout.org>
  134. - ja.po typo fix
  135. * Wed Aug 25 1999 Norihito Ohmori <ohmori@flatout.org>
  136. - Help file position in lynx.cfg bug fix.
  137. * Tue Jul 20 1999 Norihito Ohmori <ohmori@flatout.org>
  138. - ja.po fix
  139. * Mon Jun 28 1999 Norihito Ohmori <ohmori@flatout.org>
  140. - added ja.po (imcomplete).
  141. - use kterm in lynx.wmconfig
  142. - added Japanese summary and description
  143. - change for Vine
  144. - change default CHARSET to Japanese(EUC).
  145. * Tue Jun 15 1999 Bill Nottingham <notting@redhat.com>
  146. - update to 2.8.2
  147. * Mon Mar 29 1999 Bill Nottingham <notting@redhat.com>
  148. - apply some update patches from the lynx folks
  149. - set user's TEMP dir to their home dir to avoid /tmp races
  150. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
  151. - auto rebuild in the new build environment (release 10)
  152. * Wed Feb 24 1999 Bill Nottingham <notting@redhat.com>
  153. - return of wmconfig
  154. * Mon Nov 30 1998 Bill Nottingham <notting@redhat.com>
  155. - create cookie file 0600
  156. * Fri Nov 6 1998 Bill Nottingham <notting@redhat.com>
  157. - update to 2.8.1rel2
  158. * Thu Oct 29 1998 Bill Nottingham <notting@redhat.com>
  159. - build for Raw Hide (slang-1.2.2)
  160. * Sat Oct 10 1998 Cristian Gafton <gafton@redhat.com>
  161. - 2.8.1pre9
  162. - strip binaries
  163. * Mon Oct 05 1998 Cristian Gafton <gafton@redhat.com>
  164. - updated to lynx2.8.1pre.7.tar.gz
  165. * Fri May 08 1998 Prospector System <bugs@redhat.com>
  166. - translations modified for de, fr, tr
  167. * Mon May 04 1998 Cristian Gafton <gafton@redhat.com>
  168. - upgraded to 2.8rel3
  169. - fixed mailto: buffer overflow (used Alan's patch)
  170. * Fri Mar 20 1998 Cristian Gafton <gafton@redhat.com>
  171. - updated to 2.8
  172. - added buildroot
  173. * Tue Jan 13 1998 Erik Troan <ewt@redhat.com>
  174. - updated to 2.7.2
  175. - enabled lynxcgi
  176. * Thu Oct 23 1997 Donnie Barnes <djb@redhat.com>
  177. - updated from 2.6 to 2.7.1
  178. - moved /usr/lib/lynx.cfg to /etc/lynx.cfg
  179. - build with slang instead of ncurses
  180. - made default startup file be file:/usr/doc/HTML/index.html