]> git.pld-linux.org Git - packages/dillo.git/blame - dillo.spec
- release 3
[packages/dillo.git] / dillo.spec
CommitLineData
96e9397c 1# TODO gettext support
6325dddc 2Summary: DILLO - The GTK+ Web Browser
dadeb955 3Summary(pl.UTF-8): DILLO - przeglądarka WWW
34d9e99b 4Name: dillo
049ee57a 5Version: 0.8.6
403e9646 6Release: 3
adfe9e13 7License: GPL
8Group: X11/Applications/Networking
024b091e 9Source0: http://www.dillo.org/download/%{name}-%{version}.tar.bz2
049ee57a 10# Source0-md5: b65233d368bbd265a55effcf2c17f84b
b30c3b01 11Source1: %{name}.desktop
2b6193a5 12Source2: %{name}.png
546da44d 13Patch0: %{name}-gzip_fallback.patch
96e9397c 14Patch1: %{name}-0.7.0-alt-asp-charset-encodings-sysconfdir.patch
6f52b492 15Patch2: %{name}-ac.patch
024b091e 16URL: http://www.dillo.org/
b30c3b01 17BuildRequires: autoconf
18BuildRequires: automake
244ecbb6 19BuildRequires: gtk+-devel >= 1.2.0
0907bd94 20BuildRequires: libjpeg-devel
772f2928 21BuildRequires: libpng-devel >= 1.0.9
4db30c5d 22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
34d9e99b 23
b557b35b 24%define _sysconfdir /etc/dillo
34d9e99b 25
26%description
ba75c389 27Dillo is a small GTK+ based (GNOME is NOT required!) web browser.
5c3b6c8f 28Dillo aims to be a multi-platform browser alternative that's small,
ba75c389 29stable, developer-friendly, usable, fast, and extensible.
34d9e99b 30
90a4baa4
JR
31%description -l pl.UTF-8
32Dillo jest małą, opartą na bibliotece GTK+ (GNOME nie jest wymagany)
33przeglądarką WWW. Dillo ma być wieloplatformową alternatywną
34przeglądarką, która jest mała, stabilna, przyjazna dla developerów,
35użyteczna, szybka i rozszerzalna.
34d9e99b 36
37%prep
5e3b0486 38%setup -q
9ff97f08 39%patch0 -p1
546da44d 40%patch1 -p1
6f52b492 41%patch2 -p1
34d9e99b 42
34d9e99b 43%build
691507b2 44%{__aclocal}
14f4447c 45%{__autoconf}
46%{__automake}
f4817676 47%configure \
38e713ae 48 --enable-cookies \
049ee57a 49 --enable-ipv6 \
50 --disable-dlgui
adfe9e13 51%{__make}
34d9e99b 52
53%install
54rm -rf $RPM_BUILD_ROOT
f38cd22e 55install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir},%{_sysconfdir}}
adfe9e13 56
9e0fce9d
PG
57%{__make} install \
58 DESTDIR=$RPM_BUILD_ROOT
34d9e99b 59
f38cd22e 60install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
2b6193a5 61install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
f38cd22e 62install encodings $RPM_BUILD_ROOT%{_sysconfdir}
b30c3b01 63
96e9397c 64#%%find_lang %{name}
0907bd94 65
34d9e99b 66%clean
67rm -rf $RPM_BUILD_ROOT
68
96e9397c 69#%%files -f %{name}.lang
70%files
34d9e99b 71%defattr(644,root,root,755)
801cb6ff 72%doc AUTHORS ChangeLog dillorc encodings doc/{*.txt,README}
f4817676 73%attr(755,root,root) %{_bindir}/*
b6e796d9 74%{_desktopdir}/*.desktop
2b6193a5 75%{_pixmapsdir}/*
f38cd22e
AA
76%dir %{_libdir}/dillo
77%attr(755,root,root) %{_libdir}/dillo/*
b557b35b 78%dir %{_sysconfdir}
5c3b6c8f 79%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
This page took 0.078916 seconds and 4 git commands to generate.