SPECS: strigi.spec - add description - adapterized

shadzik shadzik at pld-linux.org
Fri Jun 1 23:34:15 CEST 2007


Author: shadzik                      Date: Fri Jun  1 21:34:15 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- add description
- adapterized

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

---- Diffs:

================================================================
Index: SPECS/strigi.spec
diff -u SPECS/strigi.spec:1.1 SPECS/strigi.spec:1.2
--- SPECS/strigi.spec:1.1	Fri Jun  1 23:24:33 2007
+++ SPECS/strigi.spec	Fri Jun  1 23:34:10 2007
@@ -4,8 +4,8 @@
 # - pl
 # - what about strigi daemon?
 #
-Summary:	Strigi
-Summary(pl.UTF-8):	Strigi
+Summary:	Strigi desktop search
+#Summary(pl.UTF-8):	Strigi
 Name:		strigi
 Version:	0.5.1
 Release:	1
@@ -21,15 +21,29 @@
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Strigi.
+Strigi Desktop Search
+
+Here are the main features of Strigi: very fast crawling very small
+memory footprint no hammering of the system pluggable backend,
+currently clucene and hyperestraier, sqlite3 and xapian are in the
+works communication between daemon and search program over an abstract
+interface with two implementations: DBus and a simple unix socket.
+Especially the DBus interface makes it very easy to write client
+applications. There are a few sample scripts in the code using Perl,
+Python, GTK and Qt. Writing clients is so easy that any Gnome or KDE
+app could implement this. Aditionally, there is a simple interface for
+implementing plugins for extracting information. We'll try to reuse
+the kat plugins, although native plugins will have a large speed
+advantage. Strigi also has calculation of sha1 for every file crawled
+which allows for fast finding of duplicate files.
 
 #%description -l pl.UTF-8
 
 %package devel
-Summary:        Header files for strigi
-Summary(pl.UTF-8):      Pliki nagłówkowe dla strigi
-Group:          Development/Libraries
-Requires:      %{name} = %{version}-%{release}
+Summary:	Header files for strigi
+Summary(pl.UTF-8):	Pliki nagłówkowe dla strigi
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
 
 %description devel
 Header files for strigi.
@@ -44,8 +58,8 @@
 install -d build
 cd build
 %cmake \
-        -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-        ../
+		-DCMAKE_INSTALL_PREFIX=%{_prefix} \
+		../
 
 %{__make}
 
@@ -64,9 +78,9 @@
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) /usr/lib/*.so*
-%dir /usr/lib/strigi
-%attr(755,root,root) /usr/lib/strigi/*.so
+%attr(755,root,root) %{_prefix}/lib/*.so*
+%dir %{_prefix}/lib/strigi
+%attr(755,root,root) %{_prefix}/lib/strigi/*.so
 
 %files devel
 %defattr(644,root,root,755)
@@ -82,6 +96,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2007/06/01 21:34:10  shadzik
+- add description
+- adapterized
+
 Revision 1.1  2007/06/01 21:24:33  shadzik
 - initial
 - almost finished, rel 1 (i need this to test kde4)
================================================================

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



More information about the pld-cvs-commit mailing list