dillo-vl.spec 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. Summary: a lightweight web browser based on GTK+
  2. Name: dillo
  3. Version: 0.7.3
  4. Release: 0vl1
  5. URL: http://www.dillo.org/
  6. Source0: http://www.dillo.org/download/%{name}-%{version}.tar.bz2
  7. Patch0: http://teki.jpn.ph/pc/software/dillo-0.7.3-i18n-misc-20031219.diff.bz2
  8. License: GPL2
  9. Group: Applications/Internet
  10. BuildRoot: %{_tmppath}/%{name}-root
  11. %description
  12. - Dillo is a web browser project completely written in C.
  13. - Dillo is small: source is less than 365 KB, and the binary is around 300 KB!
  14. - Dillo aims to be a multi-platform browser alternative that's small, stable,
  15. developer-friendly, usable, fast, and extensible.
  16. - Dillo is mainly based on GTK+ (GNOME is NOT required!)
  17. - Dillo is a free-SW project in the terms of the GNU general public license.
  18. - Current code uses gzilla-0.2.2's html-parser, and almost everything else
  19. was rewritten from scratch!.
  20. - Dillo is very fast!
  21. %prep
  22. %setup -q
  23. %patch0 -p 1
  24. %build
  25. %configure --enable-meta-refresh --enable-web-search --program-prefix=
  26. make
  27. %install
  28. rm -rf %{buildroot}
  29. %makeinstall
  30. %{find_lang} %{name}
  31. %clean
  32. rm -rf %{buildroot}
  33. %files -f %{name}.lang
  34. %defattr(-,root,root)
  35. %{_bindir}/dillo
  36. %{_bindir}/dillocfg
  37. %{_bindir}/bm_srv12
  38. %config(noreplace) %{_sysconfdir}/dillorc
  39. %changelog
  40. * Mon Dec 29 2003 IWAI, Masaharu <iwai@alib.jp> 0.7.3-0vl1
  41. - Initial build.