diff --git a/htdig-3.2.0b6-opts.patch b/htdig-3.2.0b6-opts.patch new file mode 100644 index 0000000..ec2d9cb --- /dev/null +++ b/htdig-3.2.0b6-opts.patch @@ -0,0 +1,10 @@ +--- htdig-3.2.0b6/installdir/rundig.opts 2005-09-05 10:49:04.000000000 +0200 ++++ htdig-3.2.0b6/installdir/rundig 2005-09-05 10:49:24.000000000 +0200 +@@ -98,5 +98,5 @@ + $BINDIR/htfuzzy $opts synonyms + fi + +-@BIN_DIR@/htfuzzy $verbose metaphone +-@BIN_DIR@/htfuzzy $verbose soundex ++@BIN_DIR@/htfuzzy $opts $verbose metaphone ++@BIN_DIR@/htfuzzy $opts $verbose soundex diff --git a/htdig.spec b/htdig.spec index d1198d6..d491bcf 100644 --- a/htdig.spec +++ b/htdig.spec @@ -5,7 +5,7 @@ Summary: ht://Dig - Web search engine Name: htdig Version: 3.2.0b6 -Release: 5 +Release: 6 Epoch: 3 License: GPL Group: Applications/Internet @@ -70,43 +70,7 @@ various web servers on the campus network. %patch5 -p1 -b .robots %patch6 -p1 -b .unescaped_output -# Fix the flex output file for glibc 2.2 compatibility -#cd htcommon -#flex -oconf_lexer.cxx conf_lexer.lxx -#cd .. - -#autoconf -#autoreconf -f --install -#cd db -#autoreconf -f --install -#cd htlib -# This is a *VERY* dirty hack, until I figure out what's -# causing this to break... -#for i in *.cc; do -# mv $i $i.foo -# cat >$i < -##include -#EOF -# cat $i.foo >>$i -# rm -f $i.foo -#done -#for i in clib.h; do -# mv $i $i.foo -# cat >$i <>$i -# rm -f $i.foo -#done -# Remove berkeley db coming with tarball, use system db -#rm -rf db - %build -# Grrrr. Fix broken libtool/autoFOO configure. -#%ifarch x86_64 -#perl -pi -e 's/\-L\${ZLIB_HOME}\/lib/\-L\${ZLIB_HOME}\/lib64/g' configure */configure -#%endif %configure \ --enable-shared \ --enable-tests \ @@ -174,6 +138,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Mon Sep 05 2005 Phil Knirsch 3:3.2.0b6-6 +- Fixed missing $opts in rundig command (#130528) + * Wed Mar 02 2005 Phil Knirsch 3:3.2.0b6-5 - bump release and rebuild with gcc 4