| 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 | |
|---|
| 15 | %description |
|---|
| 16 | - Dillo is a multi-platform graphical web browser known for its speed and small footprint. |
|---|
| 17 | - Dillo is written in C and C++. |
|---|
| 18 | - Dillo is based on FLTK2, the Fast Light Toolkit (statically-linked by default!). |
|---|
| 19 | - Dillo is free software made available under the terms of the GNU General Public License (GPLv3). |
|---|
| 20 | - Dillo strives to be friendly both to users and developers. |
|---|
| 21 | - Dillo helps web authors to comply with web standards by using the bug meter. |
|---|
| 22 | |
|---|
| 23 | %prep |
|---|
| 24 | %setup -q |
|---|
| 25 | #%patch0 -p 1 |
|---|
| 26 | |
|---|
| 27 | %build |
|---|
| 28 | #configure --enable-meta-refresh --enable-web-search --program-prefix= |
|---|
| 29 | %configure |
|---|
| 30 | %__make %{?_smp_mflags} |
|---|
| 31 | |
|---|
| 32 | %install |
|---|
| 33 | rm -rf %{buildroot} |
|---|
| 34 | %makeinstall |
|---|
| 35 | #%{find_lang} %{name} |
|---|
| 36 | |
|---|
| 37 | %clean |
|---|
| 38 | rm -rf %{buildroot} |
|---|
| 39 | |
|---|
| 40 | #%files -f %{name}.lang |
|---|
| 41 | %files |
|---|
| 42 | %defattr(-,root,root) |
|---|
| 43 | %doc AUTHORS COPYING ChangeLog NEWS README |
|---|
| 44 | %config(noreplace) %{_sysconfdir}/dillorc |
|---|
| 45 | %config(noreplace) %{_sysconfdir}/dpidrc |
|---|
| 46 | %config(noreplace) %{_sysconfdir}/keysrc |
|---|
| 47 | #%{_bindir}/dillocfg |
|---|
| 48 | #%{_bindir}/bm_srv12 |
|---|
| 49 | %{_bindir}/dillo |
|---|
| 50 | %{_bindir}/dpid |
|---|
| 51 | %{_bindir}/dpidc |
|---|
| 52 | %dir %{_libdir}/dillo |
|---|
| 53 | %{_libdir}/dillo/dpi/* |
|---|
| 54 | %{_docdir}/dillo/* |
|---|
| 55 | %{_mandir}/man1/dillo.* |
|---|
| 56 | |
|---|
| 57 | %changelog |
|---|
| 58 | * Sat May 08 2010 Shu KONNO <owa@bg.wakwak.com> 2.2-1 |
|---|
| 59 | - updated dillo to 2.2 |
|---|
| 60 | - applied new versioning policy, and spec in utf-8 |
|---|
| 61 | - changed license to GPL3 |
|---|
| 62 | - updated Summary and %%description |
|---|
| 63 | - dropt Patch0: dillo-0.7.3-i18n-misc-20031219.diff.bz2 |
|---|
| 64 | |
|---|
| 65 | * Mon Dec 29 2003 IWAI, Masaharu <iwai@alib.jp> 0.7.3-0vl1 |
|---|
| 66 | - Initial build. |
|---|
| 67 | |
|---|