]> git.pld-linux.org Git - packages/strigi.git/commitdiff
- add description
authorshadzik <shadzik@pld-linux.org>
Fri, 1 Jun 2007 21:34:10 +0000 (21:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- adapterized

Changed files:
    strigi.spec -> 1.2

strigi.spec

index 12357a7d4b0d32ee4cdfadbf1a2cd6a7f9bba83b..d670dee4a65b90d0f22e5d10efad6fdb701755e6 100644 (file)
@@ -3,8 +3,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
@@ -20,15 +20,29 @@ BuildRequires:      rpmbuild(macros) >= 1.129
 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.
@@ -43,8 +57,8 @@ Pliki nagłówkowe dla strigi.
 install -d build
 cd build
 %cmake \
-        -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-        ../
+               -DCMAKE_INSTALL_PREFIX=%{_prefix} \
+               ../
 
 %{__make}
 
@@ -63,9 +77,9 @@ rm -rf $RPM_BUILD_ROOT
 %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)
This page took 0.212272 seconds and 4 git commands to generate.