From 7a2250f01fb7fdc0a4faef21a7af07764d818f3f Mon Sep 17 00:00:00 2001 From: dockes Date: Tue, 9 Jan 2007 15:34:27 +0000 Subject: [PATCH] 1.7.3 --- packaging/FreeBSD/recoll/Makefile | 2 +- packaging/FreeBSD/recoll/distinfo | 6 +-- packaging/FreeBSD/recoll/pkg-descr | 4 +- packaging/FreeBSD/recoll/pkg-plist | 1 + packaging/rpm/recoll.spec | 4 +- packaging/rpm/recollfedora.spec | 62 ++++++++++++++++++++++++++++++ packaging/rpm/recollmdk.spec | 4 +- 7 files changed, 75 insertions(+), 8 deletions(-) create mode 100644 packaging/rpm/recollfedora.spec diff --git a/packaging/FreeBSD/recoll/Makefile b/packaging/FreeBSD/recoll/Makefile index 5235da4e..94ee2ba2 100644 --- a/packaging/FreeBSD/recoll/Makefile +++ b/packaging/FreeBSD/recoll/Makefile @@ -6,7 +6,7 @@ # PORTNAME= recoll -PORTVERSION= 1.6.3 +PORTVERSION= 1.7.3 CATEGORIES= deskutils MASTER_SITES= http://www.lesbonscomptes.com/recoll/ diff --git a/packaging/FreeBSD/recoll/distinfo b/packaging/FreeBSD/recoll/distinfo index eb029ee7..ce8dabc2 100644 --- a/packaging/FreeBSD/recoll/distinfo +++ b/packaging/FreeBSD/recoll/distinfo @@ -1,3 +1,3 @@ -MD5 (recoll-1.6.3.tar.gz) = 655ec89a42d5541a91e451fccc52906c -SHA256 (recoll-1.6.3.tar.gz) = 7ad91b31ac0f9517e77eafc7f7f982065042dd357612dd3ac24cb37ac26e2ec9 -SIZE (recoll-1.6.3.tar.gz) = 662582 +MD5 (recoll-1.7.3.tar.gz) = 455dcca6dd51df033e8e8815f830faff +SHA256 (recoll-1.7.3.tar.gz) = 567fede1b89d4377ffff31ec3cc24faa14db0c353111ed161c31b776831f3140 +SIZE (recoll-1.7.3.tar.gz) = 722699 diff --git a/packaging/FreeBSD/recoll/pkg-descr b/packaging/FreeBSD/recoll/pkg-descr index 67345300..353ef6bc 100644 --- a/packaging/FreeBSD/recoll/pkg-descr +++ b/packaging/FreeBSD/recoll/pkg-descr @@ -7,9 +7,9 @@ Features: * QT-based GUI. * Supports the following document types (and their compressed versions): - Natively: text, html, OpenOffice files, maildir and mailbox - (Mozilla and Thunderbird mail ok), gaim log files. + (Mozilla and Thunderbird mail ok) with attachments, gaim log files. - With external helpers: pdf (pdftotext), postscript (ghostscript), - msword (antiword), rtf (unrtf) + msword (antiword), excel, ppt (catdoc), rtf (unrtf), * Powerful query facilities, with boolean searches, phrases, filter on file types and directory tree. * Support for multiple charsets. Internal processing and storage uses diff --git a/packaging/FreeBSD/recoll/pkg-plist b/packaging/FreeBSD/recoll/pkg-plist index 445f1e1b..00f0dedf 100644 --- a/packaging/FreeBSD/recoll/pkg-plist +++ b/packaging/FreeBSD/recoll/pkg-plist @@ -6,6 +6,7 @@ share/icons/hicolor/48x48/apps/recoll.png %%DATADIR%%/doc/usermanual.html %%DATADIR%%/examples/mimeconf %%DATADIR%%/examples/mimemap +%%DATADIR%%/examples/mimeview %%DATADIR%%/examples/rclmon.sh %%DATADIR%%/examples/recoll.conf %%DATADIR%%/filters/rcldjvu diff --git a/packaging/rpm/recoll.spec b/packaging/rpm/recoll.spec index b0999137..f82e1671 100644 --- a/packaging/rpm/recoll.spec +++ b/packaging/rpm/recoll.spec @@ -1,5 +1,5 @@ %define name recoll -%define version 1.6.1 +%define version 1.7.3 %define release 0 Name: %{name} @@ -61,6 +61,8 @@ rm -rf $RPM_BUILD_ROOT # --------------------------------------------------------------------------- %changelog +* Mon Jan 08 2007 Jean-Francois Dockes 1.7.3-1 +- Update to release 1.7.3 * Tue Nov 28 2006 Jean-Francois Dockes 1.6.1-1 - Update to release 1.6.1 * Mon Oct 2 2006 Jean-Francois Dockes 1.4.3-1 diff --git a/packaging/rpm/recollfedora.spec b/packaging/rpm/recollfedora.spec new file mode 100644 index 00000000..fafe153d --- /dev/null +++ b/packaging/rpm/recollfedora.spec @@ -0,0 +1,62 @@ +Name: recoll +Version: 1.7.3 +Release: 1%{?dist} +Summary: Desktop full text search tool with a qt gui + +Group: Applications/Databases +License: GPL +URL: http://www.recoll.org/ +Source0: http://www.recoll.org/recoll-1.7.3.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +# Not sure how easy it is to find a xapian-core rpm. Will be easier to +# build by hand for many. Run time uses a static link to xapian, doesnt +# depend on libxapian.so +BuildRequires: qt-devel +Requires: qt + +%description +Recoll is a personal full text search package for Linux, FreeBSD and +other Unix systems. It is based on a very strong backend (Xapian), for +which it provides an easy to use, feature-rich, easy administration +interface. + +%prep +%setup -q + +%build +[ -n "$QTDIR" ] || . %{_sysconfdir}/profile.d/qt.sh +%configure +make %{?_smp_mflags} static + +%install +rm -rf $RPM_BUILD_ROOT +%makeinstall + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%{_bindir}/* +%{_datadir}/%{name} +%{_datadir}/applications/recoll.desktop +%{_datadir}/icons/hicolor/48x48/apps/recoll.png +%{_mandir}/man1/recoll* +%{_mandir}/man5/recoll* +%doc + + +%changelog +* Mon Jan 08 2007 Jean-Francois Dockes 1.7.3-1 +- Update to release 1.7.3 +* Tue Nov 28 2006 Jean-Francois Dockes 1.6.1-1 +- Update to release 1.6.0 +* Mon Nov 20 2006 Jean-Francois Dockes 1.5.11-1 +- Update to release 1.5.11 +* Mon Oct 2 2006 Jean-Francois Dockes 1.5.2-1 +- Update to release 1.5.2 +* Fri Mar 31 2006 Jean-Francois Dockes 1.3.2-1 +- Update to release 1.3.1 +* Wed Feb 1 2006 Jean-Francois Dockes 1.2.0-1 +- Initial packaging diff --git a/packaging/rpm/recollmdk.spec b/packaging/rpm/recollmdk.spec index 2f156e42..666ba3e3 100644 --- a/packaging/rpm/recollmdk.spec +++ b/packaging/rpm/recollmdk.spec @@ -1,5 +1,5 @@ %define name recoll -%define version 1.6.1 +%define version 1.7.3 %define release %mkrel 1 Name: %{name} @@ -60,6 +60,8 @@ rm -rf $RPM_BUILD_ROOT # --------------------------------------------------------------------------- %changelog +* Mon Jan 08 2007 Jean-Francois Dockes 1.7.3-1 +- Update to release 1.7.3 * Tue Nov 28 2006 Jean-Francois Dockes 1.6.1-1 - Update to release 1.6.1 * Mon Nov 20 2006 Jean-Francois Dockes 1.5.11-1