|
a/packaging/rpm/kio_recoll.spec |
|
b/packaging/rpm/kio_recoll.spec |
1 |
%define name kio_recoll
|
1 |
%define name kio_recoll
|
2 |
%define version 1.15.6
|
2 |
%define version 1.15.8
|
3 |
%define release 0
|
3 |
%define release 0
|
4 |
|
4 |
|
5 |
Name: %{name}
|
5 |
Name: %{name}
|
6 |
Version: %{version}
|
6 |
Version: %{version}
|
7 |
Release: %{release}
|
7 |
Release: %{release}
|
|
... |
|
... |
12 |
Group: Applications/Databases
|
12 |
Group: Applications/Databases
|
13 |
|
13 |
|
14 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
14 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
15 |
License: GPL
|
15 |
License: GPL
|
16 |
|
16 |
|
17 |
BuildRequires: libkde4-devel zlib-devel-static libxapian-devel libuuid-devel
|
17 |
BuildRequires: libkde4-devel zlib-devel libxapian-devel libuuid-devel
|
18 |
Requires: recoll
|
18 |
Requires: recoll
|
19 |
|
19 |
|
20 |
%description
|
20 |
%description
|
21 |
Recoll is a personal full text search package for Linux, FreeBSD and
|
21 |
Recoll is a personal full text search package for Linux, FreeBSD and
|
22 |
other Unix systems. It is based on a very strong backend (Xapian), for
|
22 |
other Unix systems. It is based on a very strong backend (Xapian), for
|
|
... |
|
... |
64 |
%endif
|
64 |
%endif
|
65 |
|
65 |
|
66 |
# ---------------------------------------------------------------------------
|
66 |
# ---------------------------------------------------------------------------
|
67 |
|
67 |
|
68 |
%changelog
|
68 |
%changelog
|
|
|
69 |
* Mon May 02 2011 Jean-Francois Dockes <jfd@recoll.org> 1.15.8-0
|
|
|
70 |
- Initial spec file for kio
|
69 |
* Sun Mar 06 2011 Jean-Francois Dockes <jfd@recoll.org> 1.15.5-0
|
71 |
* Sun Mar 06 2011 Jean-Francois Dockes <jfd@recoll.org> 1.15.5-0
|
70 |
- Initial spec file for kio
|
72 |
- Initial spec file for kio
|
|
|
73 |
|