]> git.pld-linux.org Git - packages/dillo.git/blobdiff - dillo.spec
- libpng epoch
[packages/dillo.git] / dillo.spec
index 500c6c953dc32f54b9bccd0cf2a939b88134a79b..0a426c7aa168a8a80cee9e4370dbc1f99686e754 100644 (file)
@@ -1,50 +1,54 @@
-# TODO gettext support
-Summary:       DILLO - The GTK+ Web Browser
-Summary(pl):   DILLO - przegl±darka WWW
+# TODO: gettext support (there was a patch for some archaic version)
+Summary:       DILLO - The FLTK Web Browser
+Summary(pl.UTF-8):     DILLO - przeglądarka WWW
 Name:          dillo
-Version:       0.8.3
-Release:       0.1
-License:       GPL
+Version:       3.0.4
+Release:       1
+License:       GPL v3+
 Group:         X11/Applications/Networking
 Source0:       http://www.dillo.org/download/%{name}-%{version}.tar.bz2
-# Source0-md5: be772ec9361bcc01515ae0da61de9bda
+# Source0-md5: c85aab6b840527e1dd71b220a1dcfbab
 Source1:       %{name}.desktop
 Source2:       %{name}.png
+# needs a review, disabled for now
 Patch0:                %{name}-gzip_fallback.patch
-Patch1:                %{name}-0.7.0-alt-asp-charset-encodings-sysconfdir.patch
+Patch1:                libpng16.patch
 URL:           http://www.dillo.org/
-BuildRequires: autoconf
+BuildRequires: autoconf >= 2.50
 BuildRequires: automake
-BuildRequires: gtk+-devel >= 1.2.0
+BuildRequires: fltk-devel >= 1.3.0
 BuildRequires: libjpeg-devel
-BuildRequires: libpng-devel >= 1.0.9
+BuildRequires: libpng-devel >= 2:1.6.0
+BuildRequires: libstdc++-devel
+BuildRequires: openssl-devel
+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 aims to be a multi-platform browser alternative that's small, 
+Dillo is a small FLTK 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
-Dillo jest ma³±, opart± na bibliotece GTK+ (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.
+%description -l pl.UTF-8
+Dillo jest małą, opartą na bibliotece FLTK (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
+%setup -q
+#%%patch0 -p1
 %patch1 -p1
 
 %build
 %{__aclocal}
 %{__autoconf}
+%{__autoheader}
 %{__automake}
 %configure \
        --enable-cookies \
-       --enable-ipv6
+       --enable-ipv6 \
+       --enable-ssl
 %{__make}
 
 %install
@@ -56,7 +60,6 @@ install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir},%{_sysconfdir}}
 
 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
-install encodings  $RPM_BUILD_ROOT%{_sysconfdir}
 
 #%%find_lang %{name}
 
@@ -66,11 +69,22 @@ rm -rf $RPM_BUILD_ROOT
 #%%files -f %{name}.lang
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog dillorc encodings doc/{*.txt,README}
-%attr(755,root,root) %{_bindir}/*
-%{_desktopdir}/*
-%{_pixmapsdir}/*
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/dillo
+%attr(755,root,root) %{_bindir}/dillo-install-hyphenation
+%attr(755,root,root) %{_bindir}/dpid
+%attr(755,root,root) %{_bindir}/dpidc
 %dir %{_libdir}/dillo
-%attr(755,root,root) %{_libdir}/dillo/*
-%dir %{_sysconfdir}
-%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/*
+%dir %{_libdir}/dillo/dpi
+%dir %{_libdir}/dillo/dpi/*
+%attr(755,root,root) %{_libdir}/dillo/dpi/*/*.dpi
+%dir %{_docdir}/dillo
+%{_docdir}/dillo/user_help.html
+%dir %{_sysconfdir}/dillo
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dillo/dillorc
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dillo/domainrc
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dillo/dpidrc
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dillo/keysrc
+%{_desktopdir}/dillo.desktop
+%{_pixmapsdir}/dillo.png
+%{_mandir}/man1/dillo.1*
This page took 0.039281 seconds and 4 git commands to generate.