Author: twittner Date: Sat Jan 19 17:44:21 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 2.9c - added -gnutls.patch (fixes compilation error) - fix permission for wwwoffle.conf
---- Files affected: SPECS: wwwoffle.spec (1.102 -> 1.103) ---- Diffs: ================================================================ Index: SPECS/wwwoffle.spec diff -u SPECS/wwwoffle.spec:1.102 SPECS/wwwoffle.spec:1.103 --- SPECS/wwwoffle.spec:1.102 Thu Jan 17 01:13:24 2008 +++ SPECS/wwwoffle.spec Sat Jan 19 18:44:16 2008 @@ -1,28 +1,25 @@ # $Revision$, $Date$ -# NOTE: wwwoffle-2.9b seems broken - each child process ends with sigabrt - don't upgrade! -# TODO -# - gnutls patch -# - update to 2.9c -# # Conditional build: %bcond_without ipv6 # without support for IPv6 # Summary: WWW Offline Explorer - Caching Web Proxy Server (IPv6) Summary(pl.UTF-8): Eksplorator Offline World Wide Web (IPv6) Name: wwwoffle -Version: 2.9a -Release: 6 +Version: 2.9c +Release: 1 Epoch: 0 License: GPL Group: Networking/Daemons -Source0: http://www.gedanken.freeserve.co.uk/download-wwwoffle/%{name}-%{version}.tgz -# Source0-md5: 3ba32fc842a6af96b28cd3c7ff8f6f56 +Source0: http://www.gedanken.demon.co.uk/download-wwwoffle/%{name}-%{version}.tgz +# Source0-md5: 50208b5c8d5c125accd18f9760225f9e Source1: %{name}.init Source2: %{name}.sysconfig Patch0: %{name}-replacement.patch Patch1: %{name}-conf_settings.patch Patch2: %{name}-namazu.patch Patch3: %{name}-hyperestraier.patch +# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=450852 +Patch4: %{name}-gnutls.patch URL: http://www.gedanken.demon.co.uk/wwwoffle/ BuildRequires: autoconf BuildRequires: automake @@ -141,6 +138,7 @@ %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 %build cp /usr/share/automake/config.sub . @@ -248,7 +246,7 @@ %attr(755,root,root) %{_sbindir}/* %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name} %dir %{_sysconfdir}/%{name} -%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/%{name}.conf +%attr(660,root,wwwoffle) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/%{name}.conf %{_mandir}/man[158]/* %lang(fr) %{_mandir}/fr/man5/* %dir %{_datadir}/%{name} @@ -325,6 +323,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.103 2008-01-19 17:44:16 twittner +- up to 2.9c +- added -gnutls.patch (fixes compilation error) +- fix permission for wwwoffle.conf + Revision 1.102 2008-01-17 00:13:24 glen - dir to symlink should be in %pretrans ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/wwwoffle.spec?r1=1.102&r2=1.103&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
