]> git.pld-linux.org Git - packages/mknmz-wwwoffle.git/commitdiff
- added pl description, fixed changelog
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 14 Jul 2002 22:24:47 +0000 (22:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mknmz-wwwoffle.spec -> 1.2

mknmz-wwwoffle.spec

index f201ec3f2296c13e3b40a8dc7d4ad960dc569476..9ea772ea9a2629586bcd6d016b314144dcaa0e9c 100644 (file)
@@ -1,6 +1,3 @@
-# XXX is this right - it was /var/lib before FHS macros
-%define _localstatedir /var/cache/wwwoffle/search/namazu
-
 Summary:       Performs full-text search over the cache created by WWWOFFLE
 Name:          mknmz-wwwoffle
 Version:       0.7.2
@@ -14,11 +11,21 @@ Source0:    http://www.naney.org/comp/distrib/mknmz-wwwoffle/archive/%{name}-%{vers
 URL:           http://www.naney.org/comp/distrib/mknmz-wwwoffle/index.html
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+# XXX is this right - it was /var/lib before FHS macros
+%define _localstatedir /var/cache/wwwoffle/search/namazu
+
 %description
-Mknmz-wwwoffle performs full-text search over the cache created by
-WWWOFFLE, using full-text search system Namazu
+nknmz-wwwoffle performs full-text search over the cache created by
+wwwoffle, using full-text search system Namazu
 (http://www.namazu.org/). It adds a filter for mknmz which is used to
-generate index files for cache entries in WWWOFFLE.
+generate index files for cache entries in wwwoffle.
+
+%description -l pl
+mknmz-wwwoffle przeprowadza pe³notekstowe przeszukiwanie cache
+stworzonego przez wwwoffle, u¿ywaj±c systemu przeszukiwania
+pe³notekstowego Namazu (http://www.namazu.org/). mknmz-wwwoffle dodaje
+filtr dla mknmz, który jest u¿ywany do generowania plików indeksowych
+dla cache z wwwoffle.
 
 %prep
 %setup -q
@@ -30,14 +37,12 @@ generate index files for cache entries in WWWOFFLE.
 %{__make}
 
 %install
-
 rm -rf $RPM_BUILD_ROOT
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
 
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 %clean
-rm -rf %{buildroot}
-
+rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
This page took 0.064309 seconds and 4 git commands to generate.