|
|
@@ -26,17 +26,17 @@
|
|
|
# package information
|
|
|
Name: glimpse
|
|
|
Summary: Text Indexing and Searching Toolkit
|
|
|
-URL: http://www.webglimpse.org/
|
|
|
+URL: http://www.webglimpse.net/
|
|
|
Vendor: Free Software Foundation
|
|
|
Packager: The OpenPKG Project
|
|
|
-Distribution: OpenPKG [BRK]
|
|
|
+Distribution: OpenPKG [EXP]
|
|
|
Group: Text
|
|
|
-License: Commercial
|
|
|
-Version: 4.15
|
|
|
-Release: 20020206
|
|
|
+License: Commercial/Non-Profit
|
|
|
+Version: 4.16.2
|
|
|
+Release: 20020810
|
|
|
|
|
|
# list of sources
|
|
|
-Source0: http://webglimpse.net/allusers/glimpse-%{version}.tar.gz
|
|
|
+Source0: http://www.webglimpse.net/allusers/glimpse-%{version}.tar.gz
|
|
|
|
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
|
@@ -47,15 +47,19 @@ AutoReq: no
|
|
|
AutoReqProv: no
|
|
|
|
|
|
%description
|
|
|
+ Glimpse is a very powerful indexing and query system for UNIX that
|
|
|
+ allows you to search through all your files very quickly. It can be
|
|
|
+ used by individuals for their personal file systems as well as by
|
|
|
+ organizations for large data collections.
|
|
|
|
|
|
%prep
|
|
|
%setup -q
|
|
|
+ %{l_shtool} subst -e 's;^\(INDEXLIBS=\);#\1;' configure
|
|
|
|
|
|
%build
|
|
|
- rm config.cache
|
|
|
CC="%{l_cc}" \
|
|
|
CFLAGS="%{l_cflags -O}" \
|
|
|
- sh ./configure \
|
|
|
+ ./configure \
|
|
|
--prefix=%{l_prefix}
|
|
|
%{l_make} %{l_mflags}
|
|
|
|