elinks-vl.spec 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. %define pkg_name elinks
  2. %define pkg_version 0.11.7
  3. %define pkg_release 5%{?_dist_release}
  4. Summary: A program for browsing the web in text mode
  5. Summary(ja): テキストモードWWWブラウザ
  6. Name: %{pkg_name}
  7. Version: %{pkg_version}
  8. Release: %{pkg_release}
  9. License: GPLv2
  10. Group: Applications/Internet
  11. URL: http://www.elinks.cz/
  12. Source: %{name}-%{version}.tar.gz
  13. BuildRoot: %{_tmppath}/%{pkg_name}-%{version}-root
  14. BuildRequires: zlib-devel expat-devel
  15. BuildRequires: lua lua-devel
  16. Requires: zlib expat
  17. Vendor: Project Vine
  18. Distribution: Vine Linux
  19. Packager: ara_t
  20. %description
  21. ELinks is an advanced and well-established
  22. feature-rich text mode web (HTTP/FTP/..) browser.
  23. ELinks can render both frames and tables,
  24. is highly customizable and can be extended
  25. via Lua or Guile scripts.
  26. It is quite portable and runs on a variety of platforms.
  27. Check the about page for a more complete description.
  28. %description(ja)
  29. ELinks は、高機能で安定したリッチテキストモードWeb(HTTP, FTPなど)ブラウザです。
  30. フレームやテーブルをレンダリングでき、柔軟にカスタマイズ可能です。
  31. また、Perlのスクリプトで拡張することもできます。
  32. %prep
  33. %{__rm} -rf ${RPM_BUILD_ROOT}
  34. %setup -q
  35. %build
  36. %{configure} --enable-cgi --enable-finger --enable-256-colors \
  37. --enable-html-highlight \
  38. --with-perl
  39. %{__make} %{?_smp_mflags}
  40. %install
  41. %{make_install}
  42. %{__rm} ${RPM_BUILD_ROOT}%{_datadir}/locale/locale.alias
  43. %clean
  44. %{__rm} -rf ${RPM_BUILD_ROOT}
  45. %files
  46. %defattr(-, root, root)
  47. %doc ChangeLog COPYING NEWS README SITES THANKS
  48. %{_bindir}/
  49. %{_datadir}/
  50. %changelog
  51. * Sun Apr 10 2016 Toshiaki Ara <ara_t@384.jp> 0.11.7-5
  52. - correct SPEC file
  53. * Tue Feb 28 2016 Toshiaki Ara <ara_t@384.jp> 0.11.7-4
  54. - correct Group
  55. * Wed Feb 17 2016 Toshiaki Ara <ara_t@384.jp> 0.11.7-3
  56. - add document
  57. * Sat Oct 17 2015 Toshiaki Ara <ara_t@384.jp> 0.11.7-2
  58. - delete /usr/share/locale/locale.alias
  59. - conflict with the same file in glibc-common
  60. * Sat Oct 17 2015 Toshiaki Ara <ara_t@384.jp> 0.11.7-1
  61. - new package