406 lines
14 KiB
RPMSpec
406 lines
14 KiB
RPMSpec
Name: recoll
|
|
Epoch: 1
|
|
Version: 1.40.4
|
|
Release: 1mamba
|
|
Summary: A personal full text search tool for Unix/Linux
|
|
Group: Graphical Desktop/Applications/Databases
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://www.recoll.org//
|
|
Source: http://www.lesbonscomptes.com/recoll/recoll-%{version}.tar.gz
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libQt5Core
|
|
BuildRequires: libQt5Gui
|
|
BuildRequires: libQt5Network
|
|
BuildRequires: libQt5PrintSupport
|
|
BuildRequires: libQt5WebKit-devel
|
|
BuildRequires: libQt5Widgets
|
|
BuildRequires: libQt5Xml
|
|
BuildRequires: libX11-devel
|
|
BuildRequires: libaspell-devel
|
|
BuildRequires: libchm-devel
|
|
BuildRequires: libgcc
|
|
BuildRequires: libglvnd-devel
|
|
BuildRequires: libmagic-devel
|
|
BuildRequires: libpython311-devel
|
|
BuildRequires: libstdc++6-devel
|
|
BuildRequires: libxapian-devel
|
|
BuildRequires: libxml2-devel
|
|
BuildRequires: libxslt-devel
|
|
BuildRequires: libz-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: libxapian-devel >= 1.2
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
%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.
|
|
|
|
%package -n lib%{name}
|
|
Group: System/Libraries
|
|
Summary: Shared libraries for %{name}
|
|
|
|
%description -n lib%{name}
|
|
This package contains shared libraries for %{name}.
|
|
|
|
%package -n lib%{name}-devel
|
|
Group: Development/Libraries
|
|
Summary: Development files for %{name}
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
%description -n lib%{name}-devel
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
%package -n python-recoll
|
|
Summary: Python bindings to recoll
|
|
Group: System/Libraries/Python
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
%description -n python-recoll
|
|
Recoll is a personal full text search tool for Unix/Linux.
|
|
This package provides the Python bindings.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%meson
|
|
|
|
%meson_build
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%meson_install
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_bindir}/%{name}*
|
|
%{_datadir}/applications/%{name}*.desktop
|
|
%{_metainfodir}/org.recoll.recoll.appdata.xml
|
|
%{_unitdir}/recollindex@.service
|
|
%{_userunitdir}/recollindex.service
|
|
%dir %{_datadir}/%{name}
|
|
%{_datadir}/%{name}/*
|
|
%{_datadir}/icons/hicolor/*/apps/%{name}*.png
|
|
%{_datadir}/icons/hicolor/scalable/apps/recoll.svg
|
|
%{_datadir}/pixmaps/recoll.png
|
|
%{_mandir}/man1/*
|
|
%{_mandir}/man5/*
|
|
|
|
%files -n lib%{name}
|
|
%defattr(-,root,root)
|
|
%{_libdir}/librecoll.so.*
|
|
%doc COPYING
|
|
|
|
%files -n lib%{name}-devel
|
|
%defattr(-,root,root)
|
|
%dir %{_includedir}/recoll
|
|
%{_includedir}/recoll/*
|
|
%{_libdir}/librecoll.so
|
|
|
|
%files -n python-recoll
|
|
%defattr(-,root,root)
|
|
%{python3_sitearch}/recollaspell.cpython-*.so
|
|
%dir %{python3_sitearch}/recoll
|
|
%{python3_sitearch}/recoll/*
|
|
%dir %{python3_sitearch}/recollchm
|
|
%{python3_sitearch}/recollchm/*
|
|
#%doc ChangeLog README
|
|
|
|
%changelog
|
|
* Mon Nov 18 2024 Automatic Build System <autodist@openmamba.org> 1.40.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Oct 17 2024 Automatic Build System <autodist@openmamba.org> 1.40.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Sep 14 2024 Automatic Build System <autodist@openmamba.org> 1.40.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Aug 24 2024 Automatic Build System <autodist@openmamba.org> 1.40.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Aug 05 2024 Automatic Build System <autodist@openmamba.org> 1.39.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Jul 16 2024 Automatic Build System <autodist@openmamba.org> 1.39.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Jul 11 2024 Automatic Build System <autodist@openmamba.org> 1.39.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Apr 28 2024 Automatic Build System <autodist@openmamba.org> 1.37.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Feb 06 2024 Automatic Build System <autodist@openmamba.org> 1.37.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Feb 01 2024 Automatic Build System <autodist@openmamba.org> 1.37.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Nov 05 2023 Automatic Build System <autodist@mambasoft.it> 1.36.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Nov 04 2023 Automatic Build System <autodist@mambasoft.it> 1.36.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Jul 09 2023 Automatic Build System <autodist@mambasoft.it> 1.35.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Jun 19 2023 Automatic Build System <autodist@mambasoft.it> 1.34.7-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Mar 28 2023 Automatic Build System <autodist@mambasoft.it> 1.34.6-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Mar 06 2023 Automatic Build System <autodist@mambasoft.it> 1.34.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Feb 21 2023 Automatic Build System <autodist@mambasoft.it> 1.34.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Jan 28 2023 Automatic Build System <autodist@mambasoft.it> 1.34.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Jan 01 2023 Automatic Build System <autodist@mambasoft.it> 1.34.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Dec 22 2022 Automatic Build System <autodist@mambasoft.it> 1.33.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Dec 06 2022 Automatic Build System <autodist@mambasoft.it> 1.33.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Nov 13 2022 Automatic Build System <autodist@mambasoft.it> 1.33.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Oct 30 2022 Automatic Build System <autodist@mambasoft.it> 1.33.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Aug 16 2022 Automatic Build System <autodist@mambasoft.it> 1.32.7-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jul 13 2022 Automatic Build System <autodist@mambasoft.it> 1.32.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Jun 23 2022 Automatic Build System <autodist@mambasoft.it> 1.32.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jun 15 2022 Automatic Build System <autodist@mambasoft.it> 1.32.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon May 23 2022 Automatic Build System <autodist@mambasoft.it> 1.32.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Mar 16 2022 Automatic Build System <autodist@mambasoft.it> 1.32.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Jan 01 2022 Automatic Build System <autodist@mambasoft.it> 1.31.6-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Nov 29 2021 Automatic Build System <autodist@mambasoft.it> 1.31.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Oct 25 2021 Automatic Build System <autodist@mambasoft.it> 1.31.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Apr 30 2021 Automatic Build System <autodist@mambasoft.it> 1.31.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Apr 14 2021 Automatic Build System <autodist@mambasoft.it> 1.30.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Apr 06 2021 Automatic Build System <autodist@mambasoft.it> 1.30.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Mar 17 2021 Automatic Build System <autodist@mambasoft.it> 1.29.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Mar 13 2021 Automatic Build System <autodist@mambasoft.it> 1.29.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Feb 22 2021 Automatic Build System <autodist@mambasoft.it> 1.28.6-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Jan 19 2021 Automatic Build System <autodist@mambasoft.it> 1.28.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Dec 06 2020 Automatic Build System <autodist@mambasoft.it> 1.27.12-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Oct 09 2020 Automatic Build System <autodist@mambasoft.it> 1.27.9-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Jun 14 2020 Automatic Build System <autodist@mambasoft.it> 1.27.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jun 10 2020 Automatic Build System <autodist@mambasoft.it> 1.27.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue May 26 2020 Automatic Build System <autodist@mambasoft.it> 1.27.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon May 18 2020 Automatic Build System <autodist@mambasoft.it> 1.26.7-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Mar 30 2020 Automatic Build System <autodist@mambasoft.it> 1.26.6-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Mar 11 2020 Automatic Build System <autodist@mambasoft.it> 1.26.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Dec 31 2019 Automatic Build System <autodist@mambasoft.it> 1.26.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Nov 14 2019 Automatic Build System <autodist@mambasoft.it> 1.26.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Oct 06 2019 Automatic Build System <autodist@mambasoft.it> 1.25.22-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon May 27 2019 Automatic Build System <autodist@mambasoft.it> 1.25.16-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Apr 30 2019 Automatic Build System <autodist@mambasoft.it> 1.25.15-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Mar 25 2019 Automatic Build System <autodist@mambasoft.it> 1.25.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Dec 27 2018 Automatic Build System <autodist@mambasoft.it> 1.24.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jan 10 2018 Automatic Build System <autodist@mambasoft.it> 1.23.7-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Jan 08 2018 Automatic Build System <autodist@mambasoft.it> 1.23.6-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Oct 11 2017 Automatic Build System <autodist@mambasoft.it> 1.23.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Aug 09 2017 Automatic Build System <autodist@mambasoft.it> 1.23.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Apr 12 2017 Automatic Build System <autodist@mambasoft.it> 1.23.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Dec 05 2016 Automatic Build System <autodist@mambasoft.it> 1.22.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Aug 04 2016 Automatic Build System <autodist@mambasoft.it> 1.22.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Apr 13 2016 Automatic Build System <autodist@mambasoft.it> 1.21.6-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Feb 15 2016 Automatic Build System <autodist@mambasoft.it> 1.21.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Feb 06 2016 Automatic Build System <autodist@mambasoft.it> 1.21.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Oct 05 2015 Automatic Build System <autodist@mambasoft.it> 1.21.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Apr 03 2015 Automatic Build System <autodist@mambasoft.it> 1.20.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* 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
|