880f3a2
%define contentdir %{_localstatedir}/www
cvsdist a7526c0
%define buildweb 1
cvsdist dd1d37a
880f3a2
%define pkg_description The ht://Dig system is a complete world wide web indexing and searching \
880f3a2
system for a small domain or intranet. This system is not meant to replace \
880f3a2
the need for powerful internet-wide search systems like Lycos, Infoseek, \
880f3a2
Webcrawler and AltaVista. Instead it is meant to cover the search needs for \
880f3a2
a single company, campus, or even a particular sub section of a web site. As \
880f3a2
opposed to some WAIS-based or web-server based search engines, ht://Dig can \
880f3a2
span several web servers at a site. The type of these different web servers \
880f3a2
doesn't matter as long as they understand the HTTP 1.0 protocol. \
880f3a2
ht://Dig is also used by KDE to search KDE's HTML documentation. \
880f3a2
\
880f3a2
ht://Dig was developed at San Diego State University as a way to search the \
880f3a2
various web servers on the campus network.
880f3a2
cvsdist 25639aa
Summary: ht://Dig - Web search engine
cvsdist 25639aa
Name: htdig
Adam Tkac 17d65d2
Version: 3.2.0
45db9e5
Release: 0.32.b6%{?dist}
Adam Tkac 9b7f61c
Epoch: 4
Adam Tkac 7de3672
License: GPLv2
cvsdist 25639aa
Group: Applications/Internet
cvsdist dd1d37a
Url: http://www.htdig.org/
Adam Tkac 17d65d2
Source: http://www.htdig.org/files/%{name}-%{version}b6.tar.bz2
cvsdist dd1d37a
Source1: htdig.conf
cvsdist 25639aa
Patch: htdig-3.1.5-rh.patch
cvsdist 9dab9aa
Patch2: htdig-3.2.0b4-xopen.patch
cvsdist 362adfc
Patch4: htdig-3.2.0b5-overflow.patch
cvsdist 9be1355
Patch5: htdig-3.2.0b6-robots.patch
0048a05
Patch6: htdig-3.2.0b6-unescaped_output.patch
jkudrnac 5087b74
Patch8: htdig-3.2.0b6-compile-fix.patch
Adam Tkac b3fde3e
Patch9: htdig-3.2.0b6-opts.patch
Adam Tkac f8f455d
Patch11: htdig-3.2.0b6-incremental.patch
Adam Tkac 045bcaa
Patch12: htdig-3.2-CVE-2007-6110.patch
Adam Tkac 01ea724
Patch13: htdig-3.2.0b6-htstat-segv.patch
Adam Tkac 9b7f61c
Patch14: htdig-3.2.0-external_parsers.patch
Adam Tkac 9b7f61c
Patch15: htdig-3.2.0-allow_numbers.patch
34de171
Patch16: htdig-3.2.0b6-narrowing.patch
0327034
Patch17: htdig-3.2.0b6-buildfix.patch
0327034
Patch18: htdig-3.2.0b6-const.patch
880f3a2
BuildRequires: zlib-devel openssl-devel httpd libtool flex
cvsdist 25639aa
cvsdist 25639aa
%package web
cvsdist 25639aa
Summary: Scripts and HTML code needed for using ht://Dig as a web search engine
cvsdist 25639aa
Group: Applications/Internet
cvsdist 5e660ea
Requires: %{name} = %{epoch}:%{version}-%{release} webserver
cvsdist 25639aa
cvsdist 25639aa
%description
880f3a2
%{pkg_description}
cvsdist 25639aa
cvsdist 25639aa
%description web
880f3a2
%{pkg_description}
cvsdist 25639aa
cvsdist 25639aa
The %{name}-web package includes CGI scripts and HTML code needed to use
cvsdist 25639aa
ht://Dig on a website.
cvsdist 25639aa
cvsdist 25639aa
cvsdist 25639aa
%prep
Adam Tkac 17d65d2
%setup -q -n %{name}-%{version}b6
cvsdist 25639aa
%patch -p1 -b .rh
cvsdist 9dab9aa
%patch2 -p1 -b .xopen
cvsdist 362adfc
%patch4 -p1 -b .overflow
cvsdist 9be1355
%patch5 -p1 -b .robots
0048a05
%patch6 -p1 -b .unescaped_output
jkudrnac 5087b74
%patch8 -p1 -b .compile-fix
Adam Tkac b3fde3e
%patch9 -p1 -b .opts
Adam Tkac f8f455d
%patch11 -p1 -b .incremental
Adam Tkac 045bcaa
%patch12 -p1 -b .CVE-2007-6110
Adam Tkac 01ea724
%patch13 -p1 -b .htstat-segv
Adam Tkac 9b7f61c
%patch14 -p1 -b .external_parsers
Adam Tkac 9b7f61c
%patch15 -p1 -b .allow_numbers
34de171
%patch16 -p1 -b .narrowing
0327034
%patch17 -p1 -b .buildfix
0327034
%patch18 -p1 -b .const
cvsdist 25639aa
cvsdist 25639aa
%build
Adam Tkac 17d65d2
autoreconf -fiv
Adam Tkac 17d65d2
Adam Tkac 05f7bfb
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
Adam Tkac 05f7bfb
export CXXFLAGS="$CFLAGS"
Adam Tkac 05f7bfb
cvsdist dd1d37a
%configure \
cvsdist 25639aa
	--enable-shared \
cvsdist 6ec4db9
	--enable-tests \
cvsdist 6ec4db9
	--enable-bigfile \
cvsdist 362adfc
	--with-config-dir=%{_sysconfdir}/htdig \
cvsdist 25639aa
	--with-common-dir=%{contentdir}/html/htdig \
880f3a2
	--with-database-dir=%{_sharedstatedir}/htdig \
880f3a2
	--localstatedir=%{_sharedstatedir}/htdig \
cvsdist 25639aa
	--with-cgi-bin-dir=%{contentdir}/cgi-bin \
cvsdist 25639aa
	--with-image-dir=%{contentdir}/html/htdig \
cvsdist 25639aa
	--with-search-dir=%{contentdir}/html/htdig \
cvsdist 362adfc
	--with-default-config-file=%{_sysconfdir}/htdig/htdig.conf \
880f3a2
	--with-apache=%{_sbindir}/httpd \
880f3a2
	--with-zlib=%{_prefix} \
jkudrnac c64fd5f
	--with-ssl
Adam Tkac 1ee5511
make %{?_smp_mflags}
cvsdist 25639aa
cvsdist 25639aa
%install
cvsdist 25639aa
rm -rf $RPM_BUILD_ROOT
cvsdist 25639aa
make install DESTDIR=$RPM_BUILD_ROOT
cvsdist 25639aa
84c9f12
# make sure the "htsearch" is in main package
84c9f12
mv $RPM_BUILD_ROOT%{contentdir}/cgi-bin/htsearch $RPM_BUILD_ROOT%{_bindir}
84c9f12
ln -s %{_bindir}/htsearch $RPM_BUILD_ROOT%{contentdir}/cgi-bin
cvsdist 25639aa
cvsdist 25639aa
chmod 644 $RPM_BUILD_ROOT%{contentdir}/html/htdig/*
cvsdist 25639aa
ln -sf search.html $RPM_BUILD_ROOT%{contentdir}/html/htdig/index.html
84c9f12
cvsdist 25639aa
# now get rid of the $RPM_BUILD_ROOT paths in the conf files
880f3a2
for i in %{_sysconfdir}/htdig/htdig.conf %{_bindir}/rundig ; do
cvsdist 25639aa
	perl -pi -e "s|$RPM_BUILD_ROOT||g" $RPM_BUILD_ROOT/$i
cvsdist 25639aa
done
f966ad6
mkdir -p $RPM_BUILD_ROOT%{_datadir}
f966ad6
mv $RPM_BUILD_ROOT%{contentdir}/html/htdig $RPM_BUILD_ROOT%{_datadir}
880f3a2
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf.d/
880f3a2
install -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf.d/htdig.conf
cvsdist dd1d37a
cvsdist dd1d37a
rm -rf $RPM_BUILD_ROOT%{_includedir}
880f3a2
rm -f $RPM_BUILD_ROOT%{_libdir}/htdig/*.a
880f3a2
rm -f $RPM_BUILD_ROOT%{_libdir}/htdig/*.la
880f3a2
rm -f $RPM_BUILD_ROOT%{_libdir}/htdig_db/*.a
880f3a2
rm -f $RPM_BUILD_ROOT%{_libdir}/htdig_db/*.la
880f3a2
45db9e5
%ldconfig_scriptlets
cvsdist 25639aa
cvsdist 25639aa
%files
880f3a2
%defattr(-,root,root,-)
Adam Tkac 38eeaed
%doc htdoc/*html htdoc/*gif htdoc/COPYING htdoc/ChangeLog
cvsdist 362adfc
%dir %{_sysconfdir}/htdig
Adam Tkac 4fea409
%config(noreplace) %{_sysconfdir}/htdig/htdig.conf
Adam Tkac 4fea409
%config(noreplace) %{_sysconfdir}/htdig/cookies.txt
cvsdist 362adfc
%{_sysconfdir}/htdig/HtFileType-magic.mime
cvsdist 362adfc
%{_sysconfdir}/htdig/mime.types
880f3a2
%dir %{_sharedstatedir}/htdig
cvsdist 25639aa
%{_bindir}/*
cvsdist dd1d37a
%{_libdir}/htdig
cvsdist 362adfc
%{_libdir}/htdig_db
cvsdist 9be1355
%{_mandir}/man1/*
cvsdist 9be1355
%{_mandir}/man8/*
cvsdist 25639aa
cvsdist a7526c0
%if %buildweb
cvsdist 25639aa
%files web
880f3a2
%defattr(-,root,root,-)
cvsdist 25639aa
%{contentdir}/cgi-bin/*
Adam Tkac 4fea409
%config(noreplace) %{_sysconfdir}/httpd/conf.d/htdig.conf
cvsdist 362adfc
%dir %{_datadir}/htdig
cvsdist 362adfc
%{_datadir}/htdig/*
cvsdist a7526c0
%endif
cvsdist 25639aa
cvsdist 25639aa
%changelog
45db9e5
* Tue Jul 03 2018 Petr Menšík <pemensik@redhat.com> - 4:3.2.0-0.32.b6
45db9e5
- Do not call ldconfig if not necessary
45db9e5
a45b57a
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4:3.2.0-0.31.b6
a45b57a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
a45b57a
b35fbc0
* Mon Jan 15 2018 Petr Menšík <pemensik@redhat.com> - 4:3.2.0-0.30.b6
b35fbc0
- Fix htdig crash (#1497837)
b35fbc0
820cbdc
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4:3.2.0-0.29.b6
820cbdc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
820cbdc
2fe30ce
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4:3.2.0-0.28.b6
2fe30ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
2fe30ce
0327034
* Wed Mar 01 2017 Petr Menšík <pemensik@redhat.com> - 4:3.2.0-0.27.b6
0327034
- Fix build and remove some warnings
0327034
a82630a
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4:3.2.0-0.26.b6
a82630a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
a82630a
84c9f12
* Wed Feb 17 2016 Tomas Hozza <thozza@redhat.com> - 4:3.2.0-0.25.b6
84c9f12
- Moved htsearch to main package (#1230897)
84c9f12
34de171
* Sun Feb 14 2016 Ralf Corsépius <corsepiu@fedoraproject.org> - 4:3.2.0-0.24.b6
34de171
- Add htdig-3.2.0b6-narrowing.patch (F24FTBFS, RHBZ#1307623).
34de171
783bbb0
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4:3.2.0-0.23.b6
783bbb0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
783bbb0
5c2816d
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4:3.2.0-0.22.b6
5c2816d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
5c2816d
6b941b4
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 4:3.2.0-0.21.b6
6b941b4
- Rebuilt for GCC 5 C++11 ABI change
6b941b4
880f3a2
* Fri Jan 16 2015 Tomas Hozza <thozza@redhat.com> - 4:3.2.0-0.20.b6
880f3a2
- Address issues from merge review (#225889)
880f3a2
74e8dfc
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4:3.2.0-0.19.b6
74e8dfc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
74e8dfc
9922e3d
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4:3.2.0-0.18.b6
9922e3d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
9922e3d
be76d76
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4:3.2.0-0.17.b6
be76d76
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
be76d76
8d607fe
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4:3.2.0-0.16.b6
8d607fe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
8d607fe
071325c
* Wed Jul 25 2012 Jindrich Novy <jnovy@redhat.com> - 4:3.2.0-0.15.b6
071325c
- remove bogus relocation from spec
071325c
527694f
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4:3.2.0-0.14.b6
527694f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
527694f
dce117c
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4:3.2.0-0.13.b6
dce117c
- Rebuilt for c++ ABI breakage
dce117c
f00e6e8
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4:3.2.0-0.12.b6
f00e6e8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
f00e6e8
3500b1c
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4:3.2.0-0.11.b6
3500b1c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
3500b1c
Adam Tkac 05f7bfb
* Mon May 31 2010 Adam Tkac <atkac redhat com> - 4:3.2.0-0.10.b6
Adam Tkac 05f7bfb
- build with -fno-strict-aliasing to get rid of useless error messages
Adam Tkac 05f7bfb
Adam Tkac 38eeaed
* Mon Nov 30 2009 Adam Tkac <atkac redhat com> - 4:3.2.0-0.9.b6
Adam Tkac 38eeaed
- merge review related fixes (#225889)
Adam Tkac 38eeaed
9dd10a7
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 4:3.2.0-0.8.b6
9dd10a7
- rebuilt with new openssl
9dd10a7
3c92c19
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4:3.2.0-0.7.b6
3c92c19
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
3c92c19
781a0c1
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4:3.2.0-0.6.b6
781a0c1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
781a0c1
Adam Tkac d752ae4
* Thu Feb 12 2009 Adam Tkac <atkac redhat com> 4:3.2.0-0.5.b6
Adam Tkac d752ae4
- removed unneeded htdig-3.2.0b-versioncheck.patch
Adam Tkac d752ae4
df67db4
* Fri Jan 16 2009 Tomas Mraz <tmraz@redhat.com> 4:3.2.0-0.4.b6
df67db4
- rebuild with new openssl
df67db4
Adam Tkac f660f40
* Tue Jul 29 2008 Adam Tkac <atkac redhat com> 4:3.2.0-0.3.b6
Adam Tkac f660f40
- removed unneded patches
Adam Tkac f660f40
  - htdig-3.2.0b3-glibc222.patch and htdig-3.2.0b4-h_hash.patch
Adam Tkac f660f40
Adam Tkac 4fea409
* Mon Jul 28 2008 Adam Tkac <atkac redhat com> 4:3.2.0-0.2.b6
Adam Tkac 4fea409
- mark configuration files as noreplace
Adam Tkac 4fea409
Adam Tkac 9b7f61c
* Wed Apr 23 2008 Adam Tkac <atkac redhat com> 4:3.2.0-0.1.b6
Adam Tkac 9b7f61c
- report proper error message when external parser fails (#435741)
Adam Tkac 9b7f61c
- ignore numbers when using allow_numbers: true and soundex (#435743)
Adam Tkac 9b7f61c
- correct N-V-R
Adam Tkac 9b7f61c
b5047a4
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 3:3.2.0b6-16
b5047a4
- Autorebuild for GCC 4.3
b5047a4
Adam Tkac 01ea724
* Wed Jan 30 2008 Adam Tkac <atkac redhat com> 3:3.2.0b6-15
Adam Tkac 01ea724
- fixed htstat sigsegv when number of words is zero
Adam Tkac 01ea724
Adam Tkac 2071a3e
* Wed Dec 05 2007 Adam Tkac <atkac redhat com> 3:3.2.0b6-14
Adam Tkac 2071a3e
- rebuild against new openssl
Adam Tkac 2071a3e
Adam Tkac 045bcaa
* Wed Nov 28 2007 Adam Tkac <atkac redhat com> 3:3.2.0b6-13
Adam Tkac 045bcaa
- CVE-2007-6110
Adam Tkac 045bcaa
Adam Tkac 7de3672
* Wed Aug 22 2007 Adam Tkac <atkac redhat com> 3:3.2.0b6-12
Adam Tkac 7de3672
- rebuild (BuildID feature)
Adam Tkac 7de3672
- changed licence to GPLv2
Adam Tkac 7de3672
Adam Tkac 7de3672
* Wed Mar 07 2007 Adam Tkac <atkac redhat com> 3:3.2.0b6-11
Adam Tkac 1ee5511
- added upstream's segfault patch
Adam Tkac 1ee5511
- added ?_smp_mflags macro to make
Adam Tkac 1ee5511
Adam Tkac 7de3672
* Thu Feb 01 2007 Adam Tkac <atkac redhat com> 3:3.2.0b6-10
Adam Tkac 26ca1e1
- removed sigfault patch because it isn't stable yet
Adam Tkac 26ca1e1
- changed common_dir in htdig.conf to /var/www/html/htdig (#220390)
Adam Tkac 26ca1e1
Adam Tkac 7de3672
* Tue Jan 09 2007 Adam Tkac <atkac redhat com> 3:3.2.0b6-9
Adam Tkac f8f455d
- added +i option to rundig script. This option enables incremental digging
Adam Tkac f8f455d
Adam Tkac 7de3672
* Wed Dec 20 2006 Adam Tkac <atkac redhat com> 3:3.2.0b6-8
Adam Tkac 1ff4ffd
- fixed htfuzzy's sigfaults (#130528)
Adam Tkac 1ff4ffd
Adam Tkac 7de3672
* Mon Dec 18 2006 Adam Tkac <atkac redhat com> 3:3.2.0b6-7
Adam Tkac b3fde3e
- really fixed #130528
Adam Tkac b3fde3e
- started using dist macro
Adam Tkac b3fde3e
jkudrnac 989e0d6
* Tue Aug 8 2006 Jitka Kudrnacova <jkudrnac@redhat.com> - 3:3.2.0b6-6.4.3
jkudrnac c64fd5f
- built with --with-ssl (#174162) to enable indexing ssl pages, BuildRequires openssl-devel
jkudrnac c64fd5f
5baf874
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 3:3.2.0b6-6.4.2.2.1
5baf874
- rebuild
5baf874
jkudrnac c5be437
* Fri Feb 24 2006 Jitka Kudrnacova <jkudrnac@redhat.com> - 3:3.2.0b6-6.4.2.2 
jkudrnac c5be437
- rebuilt
jkudrnac c5be437
fe27853
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 3:3.2.0b6-6.4.2.1
fe27853
- bump again for double-long bug on ppc(64)
fe27853
jkudrnac 5087b74
* Thu Feb 09 2006 Jitka Kudrnacova <jkudrnac@redhat.com> - 3:3.2.0b6-6.4.2
jkudrnac 5087b74
- fixed building in rawhide (#176894)
jkudrnac 5087b74
b8ff9e0
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 3:3.2.0b6-6.4.1
b8ff9e0
- rebuilt for new gcc4.1 snapshot and glibc changes
b8ff9e0
790e6c7
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
790e6c7
- rebuilt
3d42977
- patched to not fail on apache version 2.x
790e6c7
3e83a04
* Mon Sep 05 2005 Phil Knirsch <pknirsch@redhat.com> 3:3.2.0b6-6
3e83a04
- Fixed missing $opts in rundig command (#130528)
3e83a04
65b2417
* Wed Mar 02 2005 Phil Knirsch <pknirsch@redhat.com> 3:3.2.0b6-5
65b2417
- bump release and rebuild with gcc 4
65b2417
65b2417
* Tue Jan 25 2005 Phil Knirsch <pknirsch@redhat.com> 3:3.2.0b6-4
0048a05
- Fixed security bug with unescaped output in htsearch and qtest (#144127)
0048a05
- Removed .la and .a libs from package (#145649)
0048a05
cvsdist 5e660ea
* Wed Aug 04 2004 Phil Knirsch <pknirsch@redhat.com> 3:3.2.0b6-3
cvsdist 5e660ea
- Corrected the htdig-web requires line.
cvsdist 5e660ea
cvsdist 6491eff
* Tue Aug 03 2004 Phil Knirsch <pknirsch@redhat.com> 3:3.2.0b6-2
cvsdist 6491eff
- Added Epoch to allow updates from older releases to this version.
cvsdist 6491eff
cvsdist 9be1355
* Tue Jul 06 2004 Phil Knirsch <pknirsch@redhat.com> 3.2.0b6-1
cvsdist 9be1355
- Update to htdig-3.2.0b6
cvsdist 9be1355
- Removed obsolete patches (already included upstream).
cvsdist 9be1355
- Added manpages to basic package.
cvsdist 9be1355
- Added missing httpd BuildPreReq (#125037)
cvsdist 9be1355
- Added fix for broken behaviour with robots.txt (#126482)
cvsdist 9be1355
cvsdist 823c060
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 823c060
- rebuilt
cvsdist 823c060
cvsdist 85ae55a
* Mon Mar 29 2004 Karsten Hopp <karsten@redhat.de> 3.2.0b5-7 
cvsdist 85ae55a
- really fix buildroot path in HtFileType-magic.mime (#116442)
cvsdist 85ae55a
cvsdist e79b7a6
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist e79b7a6
- rebuilt
cvsdist e79b7a6
cvsdist e79b7a6
* Thu Feb 26 2004 Phil Knirsch <pknirsch@redhat.com> 3.2.0b5-6
cvsdist e79b7a6
- Removed buildroot cruft from HtFileFype (#116442).
cvsdist e79b7a6
- Use mktemp in HtFileFype to create temporary file (#116443).
cvsdist e79b7a6
cvsdist e79b7a6
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist e79b7a6
- rebuilt
cvsdist e79b7a6
cvsdist 362adfc
* Thu Jan 15 2004 Phil Knirsch <pknirsch@redhat.com> 3.2.0b5-4
cvsdist 362adfc
- Fixed missing & in if clause.
cvsdist 362adfc
cvsdist 362adfc
* Tue Jan 13 2004 Phil Knirsch <pknirsch@redhat.com> 3.2.0b5-3
cvsdist 362adfc
- Fixed latin1 char translation (#71921).
cvsdist 362adfc
- Fixed overflow bug in WordDBPage.cc (#110802).
cvsdist 362adfc
cvsdist 362adfc
* Mon Jan 12 2004 Phil Knirsch <pknirsch@redhat.com> 3.2.0b5-2
cvsdist 362adfc
- Moved /usr/share/htdig files to web package (#111938).
cvsdist 362adfc
cvsdist 362adfc
* Fri Dec 12 2003 Phil Knirsch <pknirsch@redhat.com> 3.2.0b5-1
cvsdist 362adfc
- Update to latest stable upstream version htdig-3.2.0b5.
cvsdist 362adfc
cvsdist 6ec4db9
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 6ec4db9
- rebuilt
cvsdist 6ec4db9
cvsdist 6ec4db9
* Wed Jun 04 2003 Phil Knirsch <pknirsch@redhat.com> 3.2.0-18.20030601
cvsdist 6ec4db9
- Update to htdig-3.2.0b4-20030601 snapshot.
cvsdist 6ec4db9
- Fixed build problems.
cvsdist 6ec4db9
cvsdist 6ec4db9
* Thu Mar 06 2003 Phil Knirsch <pknirsch@redhat.com> 3.2.0-17.20030302
cvsdist 6ec4db9
- Update to htdig-3.2.0b4-20030302 snapshot.
cvsdist 6ec4db9
cvsdist dd1d37a
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist dd1d37a
- rebuilt
cvsdist dd1d37a
cvsdist dd1d37a
* Wed Jan  8 2003 Jeff Johnson <jbj@redhat.com> 3.2.0-15.20021103
cvsdist dd1d37a
- don't include -debuginfo files in package.
cvsdist dd1d37a
cvsdist dd1d37a
* Tue Dec 17 2002 Phil Knirsch <pknirsch@redhat.com> 3.2.0-14.20021103
cvsdist dd1d37a
- Forgot to create conf.d directory. Fixed.
cvsdist dd1d37a
- Fixed wrong files section.
cvsdist dd1d37a
cvsdist dd1d37a
* Tue Dec 10 2002 Phil Knirsch <pknirsch@redhat.com> 3.2.0-13.20021103
Adam Tkac 38eeaed
- Removed symlink from %%{contentdir}/html and replaced it with httpd.d conf
cvsdist dd1d37a
  file (#73518).
cvsdist dd1d37a
cvsdist dd1d37a
* Tue Dec 10 2002 Phil Knirsch <pknirsch@redhat.com> 3.2.0-12.20021103
cvsdist dd1d37a
- Added webserver requirement for htdig-web package (#73986).
cvsdist dd1d37a
cvsdist dd1d37a
* Wed Dec 04 2002 Phil Knirsch <pknirsch@redhat.com> 3.2.0-11.20021103
cvsdist dd1d37a
- Fix for autoFOO patch.
cvsdist dd1d37a
- Fix x64_64 build.
cvsdist dd1d37a
cvsdist dd1d37a
* Wed Nov 27 2002 Tim Powers <timp@redhat.com> 3.2.0-9.20021103
cvsdist dd1d37a
- rebuild on all arches
cvsdist dd1d37a
cvsdist dd1d37a
* Fri Nov 08 2002 Phil Knirsch <pknirsch@redhat.com> 3.2.0-8.20021103
cvsdist dd1d37a
- Updated to htdig-3.2.0b4-20021103.
Adam Tkac 38eeaed
- Fixed %%files section errors.
cvsdist dd1d37a
cvsdist dd1d37a
* Sat Aug 10 2002 Elliot Lee <sopwith@redhat.com> 3.2.0-7.20020505
cvsdist 1083765
- rebuilt with gcc-3.2 (we hope)
cvsdist 1083765
cvsdist a7526c0
* Tue Jul 23 2002 Tim Powers <timp@redhat.com> 3.2.0-6.20020505
cvsdist a7526c0
- build using gcc-3.2-0.1
cvsdist a7526c0
cvsdist a7526c0
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 3.2.0-5.20020505
cvsdist a7526c0
- automated rebuild
cvsdist a7526c0
cvsdist a7526c0
* Wed Jun 19 2002 Phil Knirsch <pknirsch@redhat.com> 3.2.0-4.20020505
cvsdist a7526c0
- Don't forcibly strip binaries
cvsdist a7526c0
cvsdist a7526c0
* Thu May 23 2002 Tim Powers <timp@redhat.com>
cvsdist a7526c0
- automated rebuild
cvsdist a7526c0
cvsdist a7526c0
* Mon May  6 2002 Bernhard Rosenkraenzer <bero@linux-easy.com> 3.2.0-2.20020505
cvsdist a7526c0
- Fix build with current toolchain (automake 1.6, autoconf 2.53 changes)
cvsdist a7526c0
- Update snapshot, fixes some more problems
cvsdist a7526c0
cvsdist 9dab9aa
* Thu Jan 24 2002 Phil Knirsch <pknirsch@redhat.com>
cvsdist 9dab9aa
- Updated to latest snapshot to fix several problems.
cvsdist 9dab9aa
- Fixed a problem with htdig segfaulting on s390 (#58202).
cvsdist 8f8c014
cvsdist 16fc1ce
* Fri Jul 20 2001 Philipp Knirsch <pknirsch@redhat.de>
cvsdist 16fc1ce
- Added missing BuildRequires: zlib-devel (#49500)
cvsdist 16fc1ce
cvsdist d11051e
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
cvsdist d11051e
- Bump release + rebuild.
cvsdist d11051e
cvsdist 0e1aff9
* Fri Apr 27 2001 Bill Nottingham <notting@redhat.com>
cvsdist 0e1aff9
- rebuild for C++ exception handling on ia64
cvsdist 0e1aff9
cvsdist 25639aa
* Wed Mar 21 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.2.0-0.b3.4
cvsdist 25639aa
- move pictures etc. to base package and to a directory outside of
cvsdist 25639aa
  /var/www - The current KDevelop search function doesn't work without
cvsdist 25639aa
  them.
cvsdist 25639aa
cvsdist 25639aa
* Mon Mar  5 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 25639aa
- Add htsearch to the base package, kdevelop needs it
cvsdist 25639aa
cvsdist 25639aa
* Wed Jan 10 2001 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 25639aa
- Move the web related files to a separate package
cvsdist 25639aa
cvsdist 25639aa
* Tue Oct  3 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 25639aa
- 3.2.0b2
cvsdist 25639aa
- fix build with glibc 2.2 and gcc 2.96
cvsdist 25639aa
cvsdist 25639aa
* Sat Aug 19 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 25639aa
- fix syntax error introduced in our patch (#16598)
cvsdist 25639aa
cvsdist 25639aa
* Tue Aug 1 2000 Tim Powers <timp@redhat.com>
cvsdist 25639aa
- fixed group to be a valid one
cvsdist 25639aa
cvsdist 25639aa
* Mon Jul 24 2000 Prospector <prospector@redhat.com>
cvsdist 25639aa
- rebuilt
cvsdist 25639aa
cvsdist 25639aa
* Wed Jul 19 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 25639aa
- rebuild for Power Tools
cvsdist 25639aa
cvsdist 25639aa
* Thu Jun 29 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 25639aa
- rebuild for Power Tools
cvsdist 25639aa
cvsdist 25639aa
* Sat Feb 26 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 25639aa
- 3.1.5
cvsdist 25639aa
cvsdist 25639aa
* Wed Jan 12 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist 25639aa
- 3.1.4
cvsdist 25639aa
- fix URL and source location
cvsdist 25639aa
cvsdist 25639aa
* Tue Sep 28 1999 Preston Brown <pbrown@redhat.com>
cvsdist 25639aa
- 3.1.3 for SWS 3.1
cvsdist 25639aa
cvsdist 25639aa
* Wed May 05 1999 Preston Brown <pbrown@redhat.com>
cvsdist 25639aa
- updates for SWS 3.0
cvsdist 25639aa
cvsdist 25639aa
* Mon Aug 31 1998 Preston Brown <pbrown@redhat.com>
cvsdist 25639aa
- Updates for SWS 2.0
cvsdist 25639aa
cvsdist 25639aa
* Sat Feb 07 1998 Cristian Gafton <gafton@redhat.com>
cvsdist 25639aa
- built against glibc
cvsdist 25639aa
- build all the fuzzy databases before packaging, because it is time
cvsdist 25639aa
  consuming operation and we don't want the user to be impatient