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