dillo-vl.spec 2.3 KB

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