From 2066b896a02bc547b3d52162f7f8ec3d6b5b8afc Mon Sep 17 00:00:00 2001 From: duddits Date: Tue, 24 Mar 2009 13:23:58 +0000 Subject: [PATCH] - gtk dropped, since the new dillo is based on fltk2 - gzip patch needs a review, disabling for now - BR: zlib-devel Changed files: dillo.spec -> 1.56.2.3 --- dillo.spec | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/dillo.spec b/dillo.spec index 0315fbb..a10060e 100644 --- a/dillo.spec +++ b/dillo.spec @@ -1,15 +1,16 @@ # TODO gettext support -Summary: DILLO - The GTK+ Web Browser +Summary: DILLO - The FLTK2 Web Browser Summary(pl.UTF-8): DILLO - przeglądarka WWW Name: dillo Version: 2.0 -Release: 0.1 +Release: 0.1 License: GPL Group: X11/Applications/Networking Source0: http://www.dillo.org/download/%{name}-%{version}.tar.bz2 # Source0-md5: bb9999cabeb4db3d915687de465dbeb0 Source1: %{name}.desktop Source2: %{name}.png +# needs a review, disabled for now Patch0: %{name}-gzip_fallback.patch Patch1: %{name}-ac.patch URL: http://www.dillo.org/ @@ -18,27 +19,27 @@ BuildRequires: automake # dillo 2.x needs fltk2 to work, be careful with it since its status is # experimental BuildRequires: fltk2-devel -BuildRequires: gtk+-devel >= 1.2.0 BuildRequires: libjpeg-devel BuildRequires: libpng-devel >= 1.0.9 +BuildRequires: zlib-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _sysconfdir /etc/dillo %description -Dillo is a small GTK+ based (GNOME is NOT required!) web browser. +Dillo 2.x is a small FLTK2 based (GNOME is NOT required!) web browser. Dillo aims to be a multi-platform browser alternative that's small, stable, developer-friendly, usable, fast, and extensible. %description -l pl.UTF-8 -Dillo jest małą, opartą na bibliotece GTK+ (GNOME nie jest wymagany) +Dillo 2.x jest małą, opartą na bibliotece FLTK2 (GNOME nie jest wymagany) przeglądarką WWW. Dillo ma być wieloplatformową alternatywną przeglądarką, która jest mała, stabilna, przyjazna dla developerów, użyteczna, szybka i rozszerzalna. %prep %setup -q -%patch0 -p1 +#%%patch0 -p1 %patch1 -p1 %build -- 2.44.0