Author: glen Date: Thu Jun 25 19:59:41 2009 GMT Module: packages Tag: HEAD ---- Log message: - update to 3.3.8 - current ac/am/libtool doesn't like duplicate filenames in install
---- Files affected: packages/mnogosearch: mnogosearch.spec (1.97 -> 1.98) , mnogosearch-ac.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/mnogosearch/mnogosearch.spec diff -u packages/mnogosearch/mnogosearch.spec:1.97 packages/mnogosearch/mnogosearch.spec:1.98 --- packages/mnogosearch/mnogosearch.spec:1.97 Thu Sep 18 21:59:14 2008 +++ packages/mnogosearch/mnogosearch.spec Thu Jun 25 21:59:35 2009 @@ -1,8 +1,9 @@ # $Revision$, $Date$ +# TODO +# - webapps instead of /home/services/httpd # # Conditional build: -%bcond_with chasen # use ChaSen Japanese morphological analysis system - # (not tested, maybe on by default?) +%bcond_with chasen # use ChaSen Japanese morphological analysis system (not tested, maybe on by default?) %bcond_without ssl # without SSL support (using OpenSSL) %bcond_with mecab # use mecab Japanese morphological system # databases @@ -16,20 +17,21 @@ %bcond_with unixodbc # with ODBC support through unixODBC # databases through FreeTDS %bcond_without freetds # support for Sybase/MS SQL through FreeTDS -# + Summary: Another one web indexing and searching system for a small domain or intranet Summary(pl.UTF-8): Kolejny system indeksowania i przeszukiwania WWW dla małych domen i intranetu Name: mnogosearch -Version: 3.3.7 +Version: 3.3.8 Release: 1 License: GPL v2+ Group: Networking/Utilities -#Source0Download: http://www.mnogosearch.ru/download.html +# Source0Download: http://www.mnogosearch.ru/download.html Source0: http://www.mnogosearch.ru/Download/%{name}-%{version}.tar.gz -# Source0-md5: 9780f069410963dfcb7701730e41e601 +# Source0-md5: 4c561e3f7fb4c7328e2aa242474d7836 Source1: %{name}-dbgen Patch0: %{name}-acfixes.patch Patch1: %{name}-as_needed-fix.patch +Patch2: %{name}-ac.patch URL: http://www.mnogosearch.ru/ %{?with_ibase:BuildRequires: Firebird-devel} BuildRequires: autoconf @@ -74,9 +76,9 @@ - support for ssl (https://) - limiting queries to one hostname by sth like this: <INPUT TYPE=HIDDEN NAME=ul VALUE=http://www.something.com/> -- it's posilble to run indexers on several diffrent (theoreticaly 128) - hosts, and gather information on one of them, reindexing proceses make - no harm to avalibility of search engine. See cachemode.txt +- it's possilble to run indexers on several different (theoreticaly + 128) hosts, and gather information on one of them, reindexing proceses + make no harm to avalibility of search engine. See cachemode.txt As opposed to some WAIS-based or web-server based search engines, mnogsearch can span several web servers at a site. The type of these @@ -166,6 +168,7 @@ %setup -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 %build find . -type d -name CVS | xargs rm -rf @@ -303,6 +306,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.98 2009/06/25 19:59:35 glen +- update to 3.3.8 +- current ac/am/libtool doesn't like duplicate filenames in install + Revision 1.97 2008/09/18 19:59:14 qboosh - updated to 3.3.7 - updated patches @@ -473,7 +480,7 @@ - fixed build (note: two libraries now, libmnogo* instead of libudmsearch) Revision 1.43 2003/06/21 23:10:57 adamg -php-pear-PHPUnit.spec +- php-pear-PHPUnit.spec Revision 1.42 2003/06/06 12:33:22 qboosh - updated feedback address @@ -485,7 +492,7 @@ - massive attack s/pld.org.pl/pld-linux.org/ Revision 1.39 2003/02/22 21:37:44 djurban -Fixes by Łukasz Jernaś <deej...@nsj.srem.pl> + Fixes by Łukasz Jernaś <deej...@nsj.srem.pl> - updated to newer version - fixed stored's init script - fixed daily indexing @@ -524,7 +531,7 @@ - added -lib subpackage Revision 1.28 2002/06/23 20:32:32 kloczek -- perl -pi -e "s/^libtoolize --copy --force/\%%\{__libtoolize\}/" +- perl -pi -e "s/^libtoolize --copy --force/\%\{__libtoolize\}/" Revision 1.27 2002/06/06 21:50:30 qboosh - fixed build @@ -533,15 +540,15 @@ - removed Group translations from -devel Revision 1.25 2002/06/04 14:35:10 hunter --- up to 3.2.5, -stored subpackage +- up to 3.2.5, -stored subpackage Revision 1.24 2002/05/21 23:14:09 kloczek -perl -pi -e "s/^automake -a -c -f --foreing/\%%\{__automake\}/; \ - s/^automake -a -c -f/\%%\{__automake\}/; \ - s/^autoconf/\%%\{__autoconf\}/" +- perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \ + s/^automake -a -c -f/\%\{__automake\}/; \ + s/^autoconf/\%\{__autoconf\}/" Revision 1.23 2002/05/21 14:34:04 qboosh -- Obsoletes: udmsearch; new %%doc; release 2 +- Obsoletes: udmsearch; new %doc; release 2 Revision 1.22 2002/05/04 19:28:34 kloczek - "rm -f missing" on top %build, @@ -557,8 +564,8 @@ - MANY cleanups, removed some security holes from package Revision 1.19 2002/04/28 15:33:28 hunter --upgrade to 3.2.3 --added conditional build _pgsql _mysql +- upgrade to 3.2.3 +- added conditional build _pgsql _mysql Revision 1.14 2001/09/26 12:42:51 qboosh - BuildRequires: autoconf, automake, libtool @@ -571,35 +578,35 @@ - moved creation of tables to pgsql subpackage Revision 1.12 2001/09/08 22:15:01 hunter --added pgsql database structure creaction +- added pgsql database structure creaction Revision 1.11 2001/09/08 16:42:26 hunter ---added pgsql tables creation +- added pgsql tables creation Revision 1.10 2001/08/01 17:18:23 hunter --adding hostnames is done now by script from /etc/cron.daily +- adding hostnames is done now by script from /etc/cron.daily Revision 1.9 2001/08/01 15:11:27 hunter ---updated to 3.1.17 +- updated to 3.1.17 Revision 1.8 2001/07/17 08:03:07 hunter --added config file w/ hostnames to be indexed (not local host names) --moved create/{db_names}/* into %doc -STBR +- added config file w/ hostnames to be indexed (not local host names) +- moved create/{db_names}/* into %doc + STBR Revision 1.7 2001/07/15 20:52:58 hunter ---corections in $install, linked /etc/cron.daily to indexer +- corections in $install, linked /etc/cron.daily to indexer Revision 1.6 2001/06/28 18:01:44 hunter - s/htdig/mnogosearch/, added extracting hostnames from apache_mod_vhost Revision 1.5 2001/06/28 13:43:10 hunter --litte descripction cleaning, Stil NYF +- litte descripction cleaning, Stil NYF Revision 1.4 2001/06/28 13:35:23 kloczek - added DESTDIR patch, - added postgresql-devel to BuildRequires, -- redefine %%{_localstatedir} for %%configure. +- redefine %{_localstatedir} for %configure. Revision 1.3 2001/06/28 08:57:28 kloczek - more fixes. @@ -609,5 +616,5 @@ Revision 1.1 2001/06/27 23:51:52 hunter - brand new, it's a searcher for 'lite' (not small) sites, includes things -like mp3tag info, ftpsearch etc... could use many DBs as a strorage -NYF + like mp3tag info, ftpsearch etc... could use many DBs as a strorage + NYF ================================================================ Index: packages/mnogosearch/mnogosearch-ac.patch diff -u /dev/null packages/mnogosearch/mnogosearch-ac.patch:1.1 --- /dev/null Thu Jun 25 21:59:41 2009 +++ packages/mnogosearch/mnogosearch-ac.patch Thu Jun 25 21:59:35 2009 @@ -0,0 +1,10 @@ +--- mnogosearch-3.3.8/include/Makefile.am~ 2005-11-18 16:38:37.000000000 +0200 ++++ mnogosearch-3.3.8/include/Makefile.am 2009-06-25 22:43:37.993439264 +0300 +@@ -21,7 +21,6 @@ + udm_id3.h \ + udm_http.h \ + udm_crc32.h \ +-udm_http.h \ + udm_boolean.h \ + udm_server.h \ + udm_searchtool.h \ ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mnogosearch/mnogosearch.spec?r1=1.97&r2=1.98&f=u _______________________________________________ pld-cvs-commit mailing list pld-cvs-commit@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit