dillo-vl.spec 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. Summary: a lightweight web browser based on LFTK2
  2. Summary(ja): FLTK2ベースの軽量webブラウザ
  3. Name: dillo
  4. #Version: 0.7.3
  5. Version: 2.2
  6. Release: 1%{?_dist_release}
  7. URL: http://www.dillo.org/
  8. Source0: http://www.dillo.org/download/%{name}-%{version}.tar.bz2
  9. Patch0: http://teki.jpn.ph/pc/software/dillo-0.7.3-i18n-misc-20031219.diff.bz2
  10. License: GPLv3
  11. Group: Applications/Internet
  12. BuildRoot: %{_tmppath}/%{name}-root
  13. BuildRequires: fltk2-devel
  14. %description
  15. - Dillo is a multi-platform graphical web browser known for its speed and small footprint.
  16. - Dillo is written in C and C++.
  17. - Dillo is based on FLTK2, the Fast Light Toolkit (statically-linked by default!).
  18. - Dillo is free software made available under the terms of the GNU General Public License (GPLv3).
  19. - Dillo strives to be friendly both to users and developers.
  20. - Dillo helps web authors to comply with web standards by using the bug meter.
  21. %prep
  22. %setup -q
  23. #%patch0 -p 1
  24. %build
  25. #configure --enable-meta-refresh --enable-web-search --program-prefix=
  26. %configure
  27. %__make %{?_smp_mflags}
  28. %install
  29. rm -rf %{buildroot}
  30. %makeinstall
  31. #%{find_lang} %{name}
  32. %clean
  33. rm -rf %{buildroot}
  34. #%files -f %{name}.lang
  35. %files
  36. %defattr(-,root,root)
  37. %doc AUTHORS COPYING ChangeLog NEWS README
  38. %config(noreplace) %{_sysconfdir}/dillorc
  39. %config(noreplace) %{_sysconfdir}/dpidrc
  40. %config(noreplace) %{_sysconfdir}/keysrc
  41. #%{_bindir}/dillocfg
  42. #%{_bindir}/bm_srv12
  43. %{_bindir}/dillo
  44. %{_bindir}/dpid
  45. %{_bindir}/dpidc
  46. %dir %{_libdir}/dillo
  47. %{_libdir}/dillo/dpi/*
  48. %{_docdir}/dillo/*
  49. %{_mandir}/man1/dillo.*
  50. %changelog
  51. * Sat May 08 2010 Shu KONNO <owa@bg.wakwak.com> 2.2-1
  52. - updated dillo to 2.2
  53. - applied new versioning policy, and spec in utf-8
  54. - changed license to GPL3
  55. - updated Summary and %%description
  56. - dropt Patch0: dillo-0.7.3-i18n-misc-20031219.diff.bz2
  57. * Mon Dec 29 2003 IWAI, Masaharu <iwai@alib.jp> 0.7.3-0vl1
  58. - Initial build.