diff --git a/recoll.spec b/recoll.spec index 645a89d..a39a6ba 100644 --- a/recoll.spec +++ b/recoll.spec @@ -1,6 +1,6 @@ Name: recoll Epoch: 1 -Version: 1.33.4 +Version: 1.34.0 Release: 1mamba Summary: A personal full text search tool for Unix/Linux Group: Graphical Desktop/Applications/Databases @@ -15,6 +15,7 @@ License: GPL BuildRequires: glibc-devel BuildRequires: libQt5WebKit-devel BuildRequires: libX11-devel +BuildRequires: libaspell-devel BuildRequires: libchm-devel BuildRequires: libgcc BuildRequires: libglvnd-devel @@ -43,6 +44,15 @@ Features: * 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 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 @@ -74,21 +84,30 @@ Features: %{_datadir}/applications/%{name}*.desktop %{_datadir}/icons/hicolor/*/apps/%{name}*.png %{_datadir}/pixmaps/recoll.png +%{_mandir}/man1/* +%{_mandir}/man5/* +%doc COPYING +#ChangeLog README + +%files -n python-recoll +%defattr(-,root,root) %{python27_sitearch}/Recoll-*-py*.egg-info %dir %{python27_sitearch}/recoll %{python27_sitearch}/recoll/* +%{python3_sitearch}/aspell.cpython-*.so +%dir %{python3_sitearch}/aspell_python_*.egg-info +%{python3_sitearch}/aspell_python_*.egg-info/* %dir %{python3_sitearch}/recoll %{python3_sitearch}/recoll/* %dir %{python3_sitearch}/recollchm %{python3_sitearch}/recollchm/* %{python3_sitearch}/recollchm-* %{python3_sitearch}/Recoll-* -%{_mandir}/man1/* -%{_mandir}/man5/* -%doc COPYING -#ChangeLog README %changelog +* Sun Jan 01 2023 Automatic Build System 1.34.0-1mamba +- automatic version update by autodist + * Thu Dec 22 2022 Automatic Build System 1.33.4-1mamba - automatic version update by autodist