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