]> git.pld-linux.org Git - packages/mknmz-wwwoffle.git/blob - mknmz-wwwoffle.spec
- BR: autoconf
[packages/mknmz-wwwoffle.git] / mknmz-wwwoffle.spec
1 Summary:        Performs full-text search over the cache created by WWWOFFLE
2 Name:           mknmz-wwwoffle
3 Version:        0.7.2
4 Release:        1
5 License:        GPL
6 Group:          Applications/Text
7 BuildRequires:  autoconf
8 #BuildRequires: perl >= 5.6.0, perl-NKF >= 1.70, perl-Text-Kakasi >= 1.00
9 #Requires:      perl >= 5.6.0, perl-File-MMagic >= 1.12, perl-NKF >= 1.70
10 #Requires:      kakasi >= 2.3.0, perl-Text-Kakasi >= 1.00
11 Source0:        http://www.naney.org/comp/distrib/mknmz-wwwoffle/archive/%{name}-%{version}.tar.gz
12 URL:            http://www.naney.org/comp/distrib/mknmz-wwwoffle/index.html
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 # XXX is this right - it was /var/lib before FHS macros
16 %define _localstatedir  /var/cache/wwwoffle/search/namazu
17
18 %description
19 nknmz-wwwoffle performs full-text search over the cache created by
20 wwwoffle, using full-text search system Namazu
21 (http://www.namazu.org/). It adds a filter for mknmz which is used to
22 generate index files for cache entries in wwwoffle.
23
24 %description -l pl
25 mknmz-wwwoffle przeprowadza pe³notekstowe przeszukiwanie cache
26 stworzonego przez wwwoffle, u¿ywaj±c systemu przeszukiwania
27 pe³notekstowego Namazu (http://www.namazu.org/). mknmz-wwwoffle dodaje
28 filtr dla mknmz, który jest u¿ywany do generowania plików indeksowych
29 dla cache z wwwoffle.
30
31 %prep
32 %setup -q
33
34 %build
35 %{__autoconf}
36 %configure
37
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install DESTDIR=$RPM_BUILD_ROOT
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc README NEWS THANKS INSTALL ChangeLog AUTHORS
51 %lang(ja) %doc README.ja
52 %dir %{_localstatedir}
53 %attr(755,root,root) %{_bindir}/mknmz-wwwoffle
54 %{_mandir}/man1/*
55 %{_datadir}/namazu/filter/*
This page took 0.032293 seconds and 4 git commands to generate.