automatic version update by autodist [release 1.34.0-1mamba;Sun Jan 01 2023]
This commit is contained in:
parent
7a9f0eb37b
commit
853ca2867d
29
recoll.spec
29
recoll.spec
@ -1,6 +1,6 @@
|
|||||||
Name: recoll
|
Name: recoll
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.33.4
|
Version: 1.34.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A personal full text search tool for Unix/Linux
|
Summary: A personal full text search tool for Unix/Linux
|
||||||
Group: Graphical Desktop/Applications/Databases
|
Group: Graphical Desktop/Applications/Databases
|
||||||
@ -15,6 +15,7 @@ License: GPL
|
|||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libQt5WebKit-devel
|
BuildRequires: libQt5WebKit-devel
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
|
BuildRequires: libaspell-devel
|
||||||
BuildRequires: libchm-devel
|
BuildRequires: libchm-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libglvnd-devel
|
BuildRequires: libglvnd-devel
|
||||||
@ -43,6 +44,15 @@ Features:
|
|||||||
* Powerful query facilities, with boolean searches, phrases, proximity, wildcards, filter on file types and directory tree.
|
* 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.
|
* 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
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -74,21 +84,30 @@ Features:
|
|||||||
%{_datadir}/applications/%{name}*.desktop
|
%{_datadir}/applications/%{name}*.desktop
|
||||||
%{_datadir}/icons/hicolor/*/apps/%{name}*.png
|
%{_datadir}/icons/hicolor/*/apps/%{name}*.png
|
||||||
%{_datadir}/pixmaps/recoll.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
|
%{python27_sitearch}/Recoll-*-py*.egg-info
|
||||||
%dir %{python27_sitearch}/recoll
|
%dir %{python27_sitearch}/recoll
|
||||||
%{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
|
%dir %{python3_sitearch}/recoll
|
||||||
%{python3_sitearch}/recoll/*
|
%{python3_sitearch}/recoll/*
|
||||||
%dir %{python3_sitearch}/recollchm
|
%dir %{python3_sitearch}/recollchm
|
||||||
%{python3_sitearch}/recollchm/*
|
%{python3_sitearch}/recollchm/*
|
||||||
%{python3_sitearch}/recollchm-*
|
%{python3_sitearch}/recollchm-*
|
||||||
%{python3_sitearch}/Recoll-*
|
%{python3_sitearch}/Recoll-*
|
||||||
%{_mandir}/man1/*
|
|
||||||
%{_mandir}/man5/*
|
|
||||||
%doc COPYING
|
|
||||||
#ChangeLog README
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Thu Dec 22 2022 Automatic Build System <autodist@mambasoft.it> 1.33.4-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user