]> git.pld-linux.org Git - SPECS.git/blob - glimpse.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / glimpse.spec
1 Summary:        Glimpse indexing and query system
2 Summary(pl.UTF-8):      System indeksowania i wyszukiwania Glimpse
3 Name:           glimpse
4 Version:        4.18.5
5 Release:        1
6 License:        non-profit
7 Group:          Applications/Text
8 #Source0:       ftp://ftp.cs.arizona.edu/glimpse/%{name}-%{version}.src.tar.gz
9 Source0:        http://webglimpse.net/trial/%{name}-%{version}.tar.gz
10 # Source0-md5:  10204ab813f3bbb558e22dedf19d1dfb
11 Patch0:         %{name}-optflags.patch
12 Patch1:         %{name}-stdarg.patch
13 URL:            http://webglimpse.net/
14 # this package contains updated version of agrep - maybe it should
15 # be packaged from here not agrep.spec (which is for old '92 sources)?
16 Obsoletes:      agrep
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Glimpse is a very powerful indexing and query system that allows you
21 to search through all your files very quickly. It can be used by
22 individuals for their personal file systems as well as by
23 organizations for large data collections.
24
25 %description -l pl.UTF-8
26 Glimpse jest potężnym systemem indeksowania i wyszukiwania informacji.
27 Dzięki niemu można bardzo szybko przeszukać wiele plików. Może być
28 używany przez osoby prywatne na swoich systemach plików, a także przez
29 organizacje na dużych zbiorach danych.
30
31 %prep
32 %setup -q
33 %patch0 -p1
34 %patch1 -p1
35
36 %build
37 # don't do this - configure was manually modified, configure.in is outdated
38 #%{__autoconf}
39 touch configure
40 %configure2_13
41
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} install \
48         bindir=$RPM_BUILD_ROOT%{_bindir} \
49         mandir=$RPM_BUILD_ROOT%{_mandir}/man1
50
51 install -d $RPM_BUILD_ROOT%{_sbindir}
52 mv -f $RPM_BUILD_ROOT%{_bindir}/glimpseserver \
53         $RPM_BUILD_ROOT%{_sbindir}
54
55 %clean
56 rm -rf $RPM_BUILD_ROOT
57
58 %files
59 %defattr(644,root,root,755)
60 %doc CHANGES CONTRIBUTIONS COPYRIGHT ChangeLog KNOWN_BUGS README README.install
61 %attr(755,root,root) %{_bindir}/*
62 %attr(755,root,root) %{_sbindir}/*
63 %{_mandir}/man1/*
This page took 0.218479 seconds and 3 git commands to generate.