|
a/packaging/rpm/recollmdk.spec |
|
b/packaging/rpm/recollmdk.spec |
1 |
%define name recoll
|
1 |
%define name recoll
|
2 |
%define version 1.17.0
|
2 |
%define version 1.17.2
|
3 |
%define release %mkrel 1
|
3 |
%define release %mkrel 1
|
4 |
|
4 |
|
5 |
Name: %{name}
|
5 |
Name: %{name}
|
6 |
Version: %{version}
|
6 |
Version: %{version}
|
7 |
Release: %{release}
|
7 |
Release: %{release}
|
|
... |
|
... |
11 |
URL: http://www.recoll.org/
|
11 |
URL: http://www.recoll.org/
|
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 |
Requires: xapian-core
|
16 |
BuildRequires: libqt4-devel
|
|
|
17 |
BuildRequires: libpython-devel
|
|
|
18 |
BuildRequires: libxapian-devel
|
17 |
|
19 |
|
18 |
%description
|
20 |
%description
|
19 |
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
|
20 |
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
|
21 |
which it provides an easy to use, feature-rich, easy administration
|
23 |
which it provides an easy to use, feature-rich, easy administration
|
|
... |
|
... |
53 |
%{_datadir}/icons/hicolor/48x48/apps/recoll.png
|
55 |
%{_datadir}/icons/hicolor/48x48/apps/recoll.png
|
54 |
%{_datadir}/pixmaps/recoll.png
|
56 |
%{_datadir}/pixmaps/recoll.png
|
55 |
%{_datadir}/%{name}
|
57 |
%{_datadir}/%{name}
|
56 |
%{_mandir}/man1/recoll*
|
58 |
%{_mandir}/man1/recoll*
|
57 |
%{_mandir}/man5/recoll*
|
59 |
%{_mandir}/man5/recoll*
|
|
|
60 |
%{python_sitearch}/Recoll*.egg-info
|
|
|
61 |
%{python_sitearch}/recoll.so
|
58 |
|
62 |
|
59 |
# ---------------------------------------------------------------------------
|
63 |
# ---------------------------------------------------------------------------
|
60 |
|
64 |
|
61 |
%changelog
|
65 |
%changelog
|
62 |
* Sun Mar 18 2012 Jean-Francois Dockes <jfd@recoll.org> 1.17.0-1
|
66 |
* Thu May 17 2012 Jean-Francois Dockes <jfd@recoll.org> 1.17.2-1
|
63 |
- Update to release 1.17.0
|
67 |
- Update to release 1.17.2
|
64 |
* Mon Nov 07 2011 Jean-Francois Dockes <jfd@recoll.org> 1.16.2-1
|
68 |
* Mon Nov 07 2011 Jean-Francois Dockes <jfd@recoll.org> 1.16.2-1
|
65 |
- Update to release 1.16.2
|
69 |
- Update to release 1.16.2
|
66 |
* Wed Sep 28 2011 Jean-Francois Dockes <jfd@recoll.org> 1.16.1-1
|
70 |
* Wed Sep 28 2011 Jean-Francois Dockes <jfd@recoll.org> 1.16.1-1
|
67 |
- Update to release 1.16.1
|
71 |
- Update to release 1.16.1
|
68 |
* Wed Sep 21 2011 Jean-Francois Dockes <jfd@recoll.org> 1.16.0-1
|
72 |
* Wed Sep 21 2011 Jean-Francois Dockes <jfd@recoll.org> 1.16.0-1
|