Name: mnogosearch Version: 3.2.33 Release: alt1 Group: Text tools License: GPL URL: http://www.mnogosearch.ru/ Summary: a full-featured search engine for intranet and internet servers. Summary(ru_RU.KOI8-R): поисковая машина для серверов интернет и интранет Source: mnogosearch-%version.tar.gz # Patch0 : mnogosearch-makefile.patch.bz2 Requires: libMySQL, lib%name = %version # Automatically added by buildreq on Sat Dec 25 2004 BuildRequires: OpenSP docbook-dtds docbook-style-dsssl gcc-c++ libMySQL-devel libstdc++-devel openjade sgml-common zlib-devel # BuildConflicts: libMySQL-devel-static <= 3.23.44-alt1 %description mnoGoSearch (formerly known as UdmSearch) is a full-featured search engine software for intranet and internet servers. %package -n lib%name Summary: Shared libraries for mnogosearch application Group: Development/C Requires: libMySQL %description -n lib%name Shared libraries for mnogosearch application %package -n lib%name-devel Summary: Headers to develop mnogosearch application Group: Development/C Requires: libMySQL-devel, lib%name = %version %description -n lib%name-devel Headers to develop mnogosearch application %package -n lib%name-devel-static Summary: Static libraries to develop mnogosearch application Group: Development/C Requires: libMySQL-devel, lib%name-devel = %version %description -n lib%name-devel-static Static libraries to develop mnogosearch application %package cgi Summary: CGI frontend to mnogosearch Group: Networking/Other Requires: %name = %version, apache, libMySQL %description cgi CGI frontend to mnogosearch search engine %prep %setup -n %name-%version -q # %patch0 -p1 %build %configure --with-mysql=/usr --sysconfdir=/etc/mnogosearch --enable-shared\ --enable-phrase --enable-linux-pthreads --with-zlib --disable-news\ --localstatedir=/var/%name %make_build %install %makeinstall sysconfdir=%buildroot/%_sysconfdir/%name localstatedir=%buildroot/%_localstatedir/%name rm -f %buildroot/%_sysconfdir/%name/*-dist mkdir -p %buildroot/%_var/www/cgi-bin install -m 755 src/.libs/search.cgi %buildroot/%_var/www/cgi-bin for f in indexer.conf langmap.conf search.htm stopwords.conf; do install -m 644 etc/$f-dist %buildroot/%_sysconfdir/%name/$f done %files %doc misc/m-search.gif README AUTHORS COPYING NEWS TODO ChangeLog INSTALL doc/* create/mysql %_mandir/*/* %_sbindir/* %_localstatedir/%name %_sysconfdir/%name/langmap %_sysconfdir/%name/stopwords %_sysconfdir/%name/synonym %config(noreplace) %_sysconfdir/%name/indexer.conf %config(noreplace) %_sysconfdir/%name/langmap.conf %config(noreplace) %_sysconfdir/%name/stopwords.conf %files -n lib%name %_libdir/lib*.so %files -n lib%name-devel %_bindir/udm-config %_usr/include/* %files -n lib%name-devel-static %_libdir/lib*.*a %files cgi %_var/www/cgi-bin/* %config(noreplace) %_sysconfdir/%name/search.htm %changelog * Tue Jul 26 2005 Ivan Fedorov 3.2.33-alt1 - 3.2.33 * Sat Dec 25 2004 Ivan Fedorov 3.2.29-alt1 - 3.2.29 * Fri Dec 24 2004 Ivan Fedorov 3.2.28-alt1 - 3.2.28 * Fri Jan 23 2004 Kachalov Anton 3.2.13-alt2 - removed .la files * Mon Sep 22 2003 Kachalov Anton 3.2.13-alt1 - new version 3.2.13 - build with new libMySQL * Fri Oct 18 2002 Kachalov Anton 3.2.7-alt1 - 3.2.7 * Wed Mar 20 2002 Rider 3.1.19-alt2 - build fix * Fri Nov 09 2001 Rider 3.1.19-alt1 - 3.1.19 - more libifications * Fri Jun 15 2001 Rider 3.1.16-alt1 - 3.1.16 * Fri Jun 08 2001 Rider 3.1.15-alt1 - 3.1.15 * Wed Jun 06 2001 Rider 3.1.13-alt1 - 3.1.14 * Wed May 23 2001 Rider 3.1.13-alt1 - 3.1.13 * Tue Apr 03 2001 Rider 3.1.12-alt1 - bugfix (removed news extension) * Thu Mar 13 2001 Rider 3.1.12-ipl3 - final (stable) 3.1.12 version from MnogoSearch developers * Sun Mar 04 2001 Alexander Bokovoy 3.1.12-ipl2 - libification - multi-threaded indexer - Dependencies changed to follow current libMySQL state - Shared library build added - Group changed for mnogosearch package: 'Text tools' instead of 'Networking/Other' - Headers are included into libmnogosearch-devel now - Documentation about DB structure stripped down to MySQL in order to avoid misunderstooding * Sun Mar 04 2001 Rider - first spec for RE