recoll/recoll.spec

158 lines
5.2 KiB
RPMSpec
Raw Normal View History

Name: recoll
Epoch: 1
Version: 1.20.1
Release: 1mamba
Summary: A personal full text search tool for Unix/Linux
Group: Graphical Desktop/Applications/Databases
Vendor: openmamba
Distribution: openmamba
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
URL: http://www.lesbonscomptes.com/recoll
Source: http://www.lesbonscomptes.com/recoll/recoll-%{version}.tar.gz
Patch: %{name}-1.9.0-security_mktemp.patch
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libgcc
BuildRequires: libICE-devel
BuildRequires: libqt-devel
BuildRequires: libSM-devel
BuildRequires: libstdc++6-devel
BuildRequires: libX11-devel
BuildRequires: libxapian-devel
BuildRequires: libXext-devel
BuildRequires: libz-devel
## AUTOBUILDREQ-END
BuildRequires: libxapian-devel >= 1.2
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Recoll is a personal full text search tool for Unix/Linux.
It is based on the very strong Xapian backend, for which it provides an easy to use, feature-rich, easy administration, QT graphical interface.
Features:
* Easy installation, few dependancies.
No database daemon, web server, desktop environment or exotic language necessary.
* Will run on most unix-based systems.
* QT-based GUI.
* Supports most common document types.
* Powerful query facilities, with boolean searches, phrases, proximity, wildcards, filter on file types and directory tree.
* Multi-language and multi-character set with Unicode based internals.
%prep
%setup -q
%patch -p1
rm -f filters/*~
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/%{name}*
%dir %{_libdir}/recoll
%{_libdir}/recoll/librecoll.so.*
%{_datadir}/%{name}
%{_datadir}/appdata/recoll.appdata.xml
%{_datadir}/applications/%{name}*.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}*.png
%{_datadir}/pixmaps/recoll.png
%{python_sitearch}/Recoll-1.0-py*.egg-info
%dir %{python_sitearch}/recoll
%{python_sitearch}/recoll/*
#%{python_sitearch}/recoll.so
%{_mandir}/man1/*
%{_mandir}/man5/*
%doc COPYING
#ChangeLog README
%changelog
* Wed Dec 24 2014 Automatic Build System <autodist@mambasoft.it> 1.20.1-1mamba
- automatic version update by autodist
* Wed Jun 18 2014 Automatic Build System <autodist@mambasoft.it> 1.19.14-1mamba
- automatic version update by autodist
* Fri May 16 2014 Automatic Build System <autodist@mambasoft.it> 1.19.13-1mamba
- automatic version update by autodist
* Tue Apr 29 2014 Automatic Build System <autodist@mambasoft.it> 1.19.12-1mamba
- automatic version update by autodist
* Sat Nov 23 2013 Automatic Build System <autodist@mambasoft.it> 1.19.9-1mamba
- automatic update by autodist
* Mon Jul 08 2013 Automatic Build System <autodist@mambasoft.it> 1.19.5-1mamba
- automatic version update by autodist
* Mon May 20 2013 Automatic Build System <autodist@mambasoft.it> 1.19.2-1mamba
- automatic version update by autodist
* Sun Apr 28 2013 Automatic Build System <autodist@mambasoft.it> 1.18.2-1mamba
- update to 1.18.2
* Sun Nov 04 2012 Automatic Build System <autodist@mambasoft.it> 1.18.003-1mamba
- automatic version update by autodist
* Tue Oct 30 2012 Automatic Build System <autodist@mambasoft.it> 1.18.002-1mamba
- automatic version update by autodist
* Tue Sep 04 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.17.3-2mamba
- rebuilt with libxapian 1.2.12
* Wed Jun 13 2012 Automatic Build System <autodist@mambasoft.it> 1.17.3-1mamba
- automatic version update by autodist
* Mon Jun 20 2011 Automatic Build System <autodist@mambasoft.it> 1.15.9-1mamba
- automatic update by autodist
* Fri May 20 2011 Automatic Build System <autodist@mambasoft.it> 1.15.8-1mamba
- automatic update by autodist
* Mon Mar 14 2011 Automatic Build System <autodist@mambasoft.it> 1.15.5-1mamba
- automatic update by autodist
* Thu Feb 24 2011 Automatic Build System <autodist@mambasoft.it> 1.15.2-1mamba
- automatic update by autodist
* Thu Feb 10 2011 Automatic Build System <autodist@mambasoft.it> 1.15.1-1mamba
- automatic update by autodist
* Sat Nov 27 2010 Automatic Build System <autodist@mambasoft.it> 1.14.3-1mamba
- automatic update by autodist
* Mon Sep 27 2010 Automatic Build System <autodist@mambasoft.it> 1.14.0-1mamba
- automatic update by autodist
* Tue Jun 22 2010 Automatic Build System <autodist@mambasoft.it> 1.13.04-1mamba
- automatic update by autodist
* Thu Feb 11 2010 Automatic Build System <autodist@mambasoft.it> 1.13.00-1mamba
- automatic update by autodist
* Fri Nov 20 2009 Automatic Build System <autodist@mambasoft.it> 1.12.3-1mamba
- automatic update by autodist
* Tue Oct 27 2009 Automatic Build System <autodist@mambasoft.it> 1.12.2-1mamba
- automatic update by autodist
* Thu Feb 19 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.12.0-1mamba
- automatic update by autodist
* Tue Nov 18 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.11.0-1mamba
- automatic update by autodist
* Sat Nov 17 2007 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 1.9.0-1mamba
- update to 1.9.0
* Wed Apr 25 2007 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 1.8.1-1mamba
- package created by autospec