]> git.pld-linux.org Git - packages/dillo.git/blame - dillo.spec
- libpng epoch
[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
4238c7ba 5Version: 3.0.4
1960bb87
JB
6Release: 1
7License: GPL v3+
adfe9e13 8Group: X11/Applications/Networking
024b091e 9Source0: http://www.dillo.org/download/%{name}-%{version}.tar.bz2
4238c7ba 10# Source0-md5: c85aab6b840527e1dd71b220a1dcfbab
b30c3b01 11Source1: %{name}.desktop
2b6193a5 12Source2: %{name}.png
20ba49c0 13# needs a review, disabled for now
546da44d 14Patch0: %{name}-gzip_fallback.patch
4238c7ba 15Patch1: libpng16.patch
024b091e 16URL: http://www.dillo.org/
1960bb87 17BuildRequires: autoconf >= 2.50
b30c3b01 18BuildRequires: automake
9f9baffc 19BuildRequires: fltk-devel >= 1.3.0
0907bd94 20BuildRequires: libjpeg-devel
cce8d63c 21BuildRequires: libpng-devel >= 2:1.6.0
1960bb87
JB
22BuildRequires: libstdc++-devel
23BuildRequires: openssl-devel
20ba49c0 24BuildRequires: zlib-devel
4db30c5d 25BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
34d9e99b 26
34d9e99b 27%description
9f9baffc 28Dillo is a small FLTK based (GNOME is NOT required!) web browser.
5c3b6c8f 29Dillo aims to be a multi-platform browser alternative that's small,
ba75c389 30stable, developer-friendly, usable, fast, and extensible.
34d9e99b 31
90a4baa4 32%description -l pl.UTF-8
9f9baffc 33Dillo jest małą, opartą na bibliotece FLTK (GNOME nie jest wymagany)
90a4baa4
JR
34przeglądarką WWW. Dillo ma być wieloplatformową alternatywną
35przeglądarką, która jest mała, stabilna, przyjazna dla developerów,
36użyteczna, szybka i rozszerzalna.
34d9e99b 37
38%prep
5e3b0486 39%setup -q
20ba49c0 40#%%patch0 -p1
4238c7ba 41%patch1 -p1
34d9e99b 42
34d9e99b 43%build
691507b2 44%{__aclocal}
14f4447c 45%{__autoconf}
1960bb87 46%{__autoheader}
14f4447c 47%{__automake}
f4817676 48%configure \
38e713ae 49 --enable-cookies \
1960bb87
JB
50 --enable-ipv6 \
51 --enable-ssl
adfe9e13 52%{__make}
34d9e99b 53
54%install
55rm -rf $RPM_BUILD_ROOT
f38cd22e 56install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir},%{_sysconfdir}}
adfe9e13 57
9e0fce9d
PG
58%{__make} install \
59 DESTDIR=$RPM_BUILD_ROOT
34d9e99b 60
f38cd22e 61install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
2b6193a5 62install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
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)
1960bb87
JB
72%doc AUTHORS ChangeLog NEWS README
73%attr(755,root,root) %{_bindir}/dillo
74%attr(755,root,root) %{_bindir}/dillo-install-hyphenation
75%attr(755,root,root) %{_bindir}/dpid
76%attr(755,root,root) %{_bindir}/dpidc
f38cd22e 77%dir %{_libdir}/dillo
1960bb87
JB
78%dir %{_libdir}/dillo/dpi
79%dir %{_libdir}/dillo/dpi/*
80%attr(755,root,root) %{_libdir}/dillo/dpi/*/*.dpi
81%dir %{_docdir}/dillo
82%{_docdir}/dillo/user_help.html
83%dir %{_sysconfdir}/dillo
84%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dillo/dillorc
85%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dillo/domainrc
86%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dillo/dpidrc
87%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dillo/keysrc
88%{_desktopdir}/dillo.desktop
89%{_pixmapsdir}/dillo.png
15c5ed2a 90%{_mandir}/man1/dillo.1*
This page took 0.062605 seconds and 4 git commands to generate.