From 26ca1e16c2a8a44173196aca68e43a46a19016af Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Feb 01 2007 15:45:26 +0000 Subject: - changed common_dir in config file - removed sigfault patch --- diff --git a/htdig-3.1.5-rh.patch b/htdig-3.1.5-rh.patch index f4ae9c9..b8bceb2 100644 --- a/htdig-3.1.5-rh.patch +++ b/htdig-3.1.5-rh.patch @@ -34,7 +34,7 @@ # +# Define common_dir, which is used in several of the examples. +# -+common_dir: /usr/share/htdig ++common_dir: /var/www/html/htdig + +# +# Disable the translation of the ISO Latin 1 SGML entities from the diff --git a/htdig.spec b/htdig.spec index 6ca8e79..02e58de 100644 --- a/htdig.spec +++ b/htdig.spec @@ -5,7 +5,7 @@ Summary: ht://Dig - Web search engine Name: htdig Version: 3.2.0b6 -Release: 9%{?dist} +Release: 10%{?dist} Epoch: 3 License: GPL Group: Applications/Internet @@ -23,7 +23,7 @@ Patch6: htdig-3.2.0b6-unescaped_output.patch Patch7: htdig-3.2.0b-versioncheck.patch Patch8: htdig-3.2.0b6-compile-fix.patch Patch9: htdig-3.2.0b6-opts.patch -Patch10: htdig-3.2.0b6-sigfault.patch +#Patch10: htdig-3.2.0b6-sigfault.patch Patch11: htdig-3.2.0b6-incremental.patch BuildRequires: flex >= 2.5.4a-13 BuildRequires: zlib-devel httpd openssl-devel @@ -77,7 +77,7 @@ various web servers on the campus network. %patch7 -p1 -b .versioncheck %patch8 -p1 -b .compile-fix %patch9 -p1 -b .opts -%patch10 -p1 -b .sigfault +#%patch10 -p1 -b .sigfault %patch11 -p1 -b .incremental %build @@ -149,6 +149,10 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Thu Feb 01 2007 Adam Tkac 3:3.2.0b6-10.fc7 +- removed sigfault patch because it isn't stable yet +- changed common_dir in htdig.conf to /var/www/html/htdig (#220390) + * Tue Jan 09 2007 Adam Tkac 3:3.2.0b6-9.fc7 - added +i option to rundig script. This option enables incremental digging