From fb0c3214dd317e581a38d4a47dff3fbfe0bfd7d4 Mon Sep 17 00:00:00 2001 From: dockes Date: Tue, 3 Oct 2006 08:34:29 +0000 Subject: [PATCH] 1.5 --- packaging/rpm/recoll.spec | 17 +++++++++++------ packaging/rpm/recollmdk.spec | 8 +++++++- 2 files changed, 18 insertions(+), 7 deletions(-) diff --git a/packaging/rpm/recoll.spec b/packaging/rpm/recoll.spec index 25d899ea..7ff496fd 100644 --- a/packaging/rpm/recoll.spec +++ b/packaging/rpm/recoll.spec @@ -1,20 +1,22 @@ %define name recoll -%define version 1.4.3 -%define release 1 +%define version 1.5.3 +%define release 0 Name: %{name} Version: %{version} Release: %{release} -Summary: Desktop full text search tool with a qt gui +Summary: Desktop Full Text Search Tool with a QT Gui Source0: http://www.recoll.org/%{name}-%{version}.tar.gz URL: http://www.recoll.org/ Group: Applications/Databases BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot License: GPL -# We build with a static link to xapian to avoid this dependency -#Requires: xapian-core + +# We build with a static link to xapian to avoid depending on xapian +BuildRequires: qt3-devel +Requires: qt3 %description Recoll is a personal full text search package for Linux, FreeBSD and @@ -51,13 +53,16 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %{_bindir}/* %{_datadir}/%{name} +%{_datadir}/applications/recoll.desktop +%{_datadir}/icons/recoll.png %{_mandir}/man1/recoll* %{_mandir}/man5/recoll* -%{_datadir}/applications/recoll.desktop # --------------------------------------------------------------------------- %changelog +* Mon Oct 2 2006 Jean-Francois Dockes 1.4.3-1 +- Update to release 1.5.3 * Sun May 7 2006 Jean-Francois Dockes 1.4.3-1 - Update to release 1.4.3 * Fri Mar 31 2006 Jean-Francois Dockes 1.3.3-1 diff --git a/packaging/rpm/recollmdk.spec b/packaging/rpm/recollmdk.spec index 3bfbc993..64dc7e01 100644 --- a/packaging/rpm/recollmdk.spec +++ b/packaging/rpm/recollmdk.spec @@ -1,5 +1,5 @@ %define name recoll -%define version 1.3.3 +%define version 1.5.2 %define release %mkrel 1 Name: %{name} @@ -50,6 +50,8 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %{_bindir}/* +%{_datadir}/applications/recoll.desktop +%{_datadir}/icons/recoll.png %{_datadir}/%{name} %{_mandir}/man1/recoll* %{_mandir}/man5/recoll* @@ -58,6 +60,10 @@ rm -rf $RPM_BUILD_ROOT # --------------------------------------------------------------------------- %changelog +* Mon Oct 2 2006 Jean-Francois Dockes 1.5.2-1 +- Update to release 1.5.2 +* Sun May 7 2006 Jean-Francois Dockes 1.4.3-1 +- Update to release 1.4.3 * Fri Mar 31 2006 Jean-Francois Dockes 1.3.3-1 - Update to release 1.3.3 * Thu Feb 2 2006 Jean-Francois Dockes 1.2.2-1