SPECS: Sman.spec - pl, missing dir

qboosh qboosh at pld-linux.org
Wed Aug 24 19:50:13 CEST 2005


Author: qboosh                       Date: Wed Aug 24 17:50:13 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl, missing dir

---- Files affected:
SPECS:
   Sman.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/Sman.spec
diff -u SPECS/Sman.spec:1.1 SPECS/Sman.spec:1.2
--- SPECS/Sman.spec:1.1	Sun Aug 21 13:00:10 2005
+++ SPECS/Sman.spec	Wed Aug 24 19:50:07 2005
@@ -5,6 +5,7 @@
 #
 %include	/usr/lib/rpm/macros.perl
 Summary:	Searcher for Man pages
+Summary(pl):	Wyszukiwarka stron Man
 Name:		Sman
 Version:	0.95
 Release:	0.1
@@ -14,19 +15,15 @@
 Source0:	http://joshr.com/src/sman/%{name}-%{version}.tar.gz
 # Source0-md5:	b786338eba068a4a110bf2bbda51e695
 URL:		http://joshr.com/src/sman/
-BuildRequires:	perl-devel >= 1:5.8.0
 BuildRequires:	perl-Cache-Cache
 BuildRequires:	perl-Compress-Zlib
 BuildRequires:	perl-FreezeThaw
+BuildRequires:	perl-devel >= 1:5.8.0
 BuildRequires:	rpm-perlprov >= 4.1-13
 BuildRequires:	swish-e-perl
-%if %{with tests}
-%endif
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-#%%define		_noautoreq	'perl(anything_fake_or_conditional)'
-
 %description
 Sman is the Searcher for Man pages. Based on the example of the same
 name in Josh Rabinowitz's article "How To Index Anything" in the July,
@@ -52,6 +49,30 @@
 - Performs 'stemming' so that a search for "searches" will match a
   document with the word "searching"
 
+%description -l pl
+Sman to wyszukiwarka stron Man. Jest to rozszerzona wersja 'apropos' i
+'man -k' oparta na przykładzie o tej samej nazwie z artykułu Josha
+Rabinowitza "How To Index Anything" ("Jak indeksować cokolwiek") w
+numerze Linux Journal z czerwca 2003
+<http://www.linuxjournal.com/article.php?sid=6652>. Sman dodaje kilka
+kluczowych możliwości, których nie mają poprzednicy:
+
+- obsługuje złożone wyszukiwania tekstu w języku naturalnym, takie jak
+  "(linux and kernel) or (mach and microkernel)"
+
+- pokazuje wyniki w kolejności punktacji i opcjonalnie wyciąg ze
+  strony (przy użyciu -e) z podświetleniem wyszukiwanego tekstu
+
+- pozwala na wyszukiwanie po sekcji, tytule, ciele i nazwie pliku
+  strony (przy użyciu 'nazwa-meta=szukane-słowo')
+
+- indeksuje całą zawartość stron man, a nie tylko tytuł i opis
+
+- używa wcześniej zbudowanego indeksu w celu szybszego wyszukiwania
+
+- wykonuje "stemming", przez co np. wyszukiwanie słowa "searches"
+  znajdzie dokument ze słowem "searching"
+
 %prep
 %setup -q
 
@@ -83,6 +104,7 @@
 %{perl_vendorlib}/Sman/Config.pm
 %dir %{perl_vendorlib}/Sman/Man
 %{perl_vendorlib}/Sman/Man/Cache.pm
+%dir %{perl_vendorlib}/Sman/Man/Cache
 %{perl_vendorlib}/Sman/Man/Cache/DB_File.pm
 %{perl_vendorlib}/Sman/Man/Cache/FileCache.pm
 %{perl_vendorlib}/Sman/Man/Convert.pm
@@ -99,6 +121,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2005/08/24 17:50:07  qboosh
+- pl, missing dir
+
 Revision 1.1  2005/08/21 11:00:10  twittner
 - added, not tested
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/Sman.spec?r1=1.1&r2=1.2&f=u




More information about the pld-cvs-commit mailing list