[packages/dillo] up to 3.3.0
atler
atler at pld-linux.org
Wed May 6 14:31:03 CEST 2026
commit d011897060006480a3239b257335acb1b96088ee
Author: Jan Palus <atler at pld-linux.org>
Date: Wed May 6 14:22:43 2026 +0200
up to 3.3.0
dillo.spec | 21 ++++++++++++++++-----
1 file changed, 16 insertions(+), 5 deletions(-)
---
diff --git a/dillo.spec b/dillo.spec
index 1bcfd65..f6b5125 100644
--- a/dillo.spec
+++ b/dillo.spec
@@ -1,24 +1,28 @@
Summary: DILLO - The FLTK Web Browser
Summary(pl.UTF-8): DILLO - przeglądarka WWW
Name: dillo
-Version: 3.0.5
-Release: 2
+Version: 3.3.0
+Release: 1
License: GPL v3+
Group: X11/Applications/Networking
-Source0: https://dillo-browser.org/old/download/%{name}-%{version}.tar.bz2
-# Source0-md5: 554aad93b6107bba696f4da022c41561
+Source0: https://dillo-browser.org/release/%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: 14b7a0e6a8ce4888423a7acbc0e6c906
Source1: %{name}.desktop
Source2: %{name}.png
URL: https://dillo-browser.org/
BuildRequires: autoconf >= 2.50
BuildRequires: automake
BuildRequires: fltk-devel >= 1.3.0
+BuildRequires: libbrotli-devel
BuildRequires: libjpeg-devel
BuildRequires: libpng-devel >= 2:1.6.0
BuildRequires: libstdc++-devel
+BuildRequires: libwebp-devel
BuildRequires: openssl-devel
BuildRequires: zlib-devel
Requires(post,postun): desktop-file-utils
+Requires(post,postun): gtk-update-icon-cache
+Requires: hicolor-icon-theme
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -35,6 +39,8 @@ użyteczna, szybka i rozszerzalna.
%prep
%setup -q
+%{__sed} -i -e '1s,.*env perl,#!%{__perl},' dillo-install-hyphenation
+
%build
%{__aclocal}
%{__autoconf}
@@ -43,7 +49,7 @@ użyteczna, szybka i rozszerzalna.
%configure \
--enable-cookies \
--enable-ipv6 \
- --enable-ssl
+ --enable-tls
%{__make}
%install
@@ -61,15 +67,18 @@ rm -rf $RPM_BUILD_ROOT
%post
%update_desktop_database_post
+%update_icon_cache hicolor
%postun
%update_desktop_database_postun
+%update_icon_cache hicolor
%files
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog NEWS README
%attr(755,root,root) %{_bindir}/dillo
%attr(755,root,root) %{_bindir}/dillo-install-hyphenation
+%attr(755,root,root) %{_bindir}/dilloc
%attr(755,root,root) %{_bindir}/dpid
%attr(755,root,root) %{_bindir}/dpidc
%dir %{_libdir}/dillo
@@ -82,7 +91,9 @@ rm -rf $RPM_BUILD_ROOT
%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/hsts_preload
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dillo/keysrc
%{_desktopdir}/dillo.desktop
+%{_iconsdir}/hicolor/*x*/apps/dillo.png
%{_pixmapsdir}/dillo.png
%{_mandir}/man1/dillo.1*
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/dillo.git/commitdiff/d011897060006480a3239b257335acb1b96088ee
More information about the pld-cvs-commit
mailing list