]> git.pld-linux.org Git - packages/dillo.git/blame - dillo.spec
- up to 3.0.5
[packages/dillo.git] / dillo.spec
CommitLineData
1960bb87 1# TODO: gettext support (there was a patch for some archaic version)
9f9baffc 2Summary: DILLO - The FLTK Web Browser
dadeb955 3Summary(pl.UTF-8): DILLO - przeglądarka WWW
34d9e99b 4Name: dillo
8a3dc3a1
AM
5Version: 3.0.5
6Release: 1
1960bb87 7License: GPL v3+
adfe9e13 8Group: X11/Applications/Networking
024b091e 9Source0: http://www.dillo.org/download/%{name}-%{version}.tar.bz2
8a3dc3a1 10# Source0-md5: 554aad93b6107bba696f4da022c41561
b30c3b01 11Source1: %{name}.desktop
2b6193a5 12Source2: %{name}.png
20ba49c0 13# needs a review, disabled for now
546da44d 14Patch0: %{name}-gzip_fallback.patch
024b091e 15URL: http://www.dillo.org/
1960bb87 16BuildRequires: autoconf >= 2.50
b30c3b01 17BuildRequires: automake
9f9baffc 18BuildRequires: fltk-devel >= 1.3.0
0907bd94 19BuildRequires: libjpeg-devel
cce8d63c 20BuildRequires: libpng-devel >= 2:1.6.0
1960bb87
JB
21BuildRequires: libstdc++-devel
22BuildRequires: openssl-devel
20ba49c0 23BuildRequires: zlib-devel
4db30c5d 24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
34d9e99b 25
34d9e99b 26%description
9f9baffc 27Dillo is a small FLTK 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 31%description -l pl.UTF-8
9f9baffc 32Dillo jest małą, opartą na bibliotece FLTK (GNOME nie jest wymagany)
90a4baa4
JR
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
20ba49c0 39#%%patch0 -p1
34d9e99b 40
34d9e99b 41%build
691507b2 42%{__aclocal}
14f4447c 43%{__autoconf}
1960bb87 44%{__autoheader}
14f4447c 45%{__automake}
f4817676 46%configure \
38e713ae 47 --enable-cookies \
1960bb87
JB
48 --enable-ipv6 \
49 --enable-ssl
adfe9e13 50%{__make}
34d9e99b 51
52%install
53rm -rf $RPM_BUILD_ROOT
f38cd22e 54install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir},%{_sysconfdir}}
adfe9e13 55
9e0fce9d
PG
56%{__make} install \
57 DESTDIR=$RPM_BUILD_ROOT
34d9e99b 58
f38cd22e 59install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
2b6193a5 60install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
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)
1960bb87
JB
70%doc AUTHORS ChangeLog NEWS README
71%attr(755,root,root) %{_bindir}/dillo
72%attr(755,root,root) %{_bindir}/dillo-install-hyphenation
73%attr(755,root,root) %{_bindir}/dpid
74%attr(755,root,root) %{_bindir}/dpidc
f38cd22e 75%dir %{_libdir}/dillo
1960bb87
JB
76%dir %{_libdir}/dillo/dpi
77%dir %{_libdir}/dillo/dpi/*
78%attr(755,root,root) %{_libdir}/dillo/dpi/*/*.dpi
79%dir %{_docdir}/dillo
80%{_docdir}/dillo/user_help.html
81%dir %{_sysconfdir}/dillo
82%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dillo/dillorc
83%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dillo/domainrc
84%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dillo/dpidrc
85%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dillo/keysrc
86%{_desktopdir}/dillo.desktop
87%{_pixmapsdir}/dillo.png
15c5ed2a 88%{_mandir}/man1/dillo.1*
This page took 0.08538 seconds and 4 git commands to generate.