automatic version update by autodist [release 1.34.3-1mamba;Tue Feb 21 2023]
This commit is contained in:
parent
8e273c9577
commit
bb87457bf6
23
recoll.spec
23
recoll.spec
@ -1,6 +1,6 @@
|
||||
Name: recoll
|
||||
Epoch: 1
|
||||
Version: 1.34.2
|
||||
Version: 1.34.3
|
||||
Release: 1mamba
|
||||
Summary: A personal full text search tool for Unix/Linux
|
||||
Group: Graphical Desktop/Applications/Databases
|
||||
@ -19,7 +19,6 @@ BuildRequires: libaspell-devel
|
||||
BuildRequires: libchm-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libglvnd-devel
|
||||
BuildRequires: libpython27-devel
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libxapian-devel
|
||||
@ -68,6 +67,9 @@ This package provides the Python bindings.
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
# Remove python2 bindings
|
||||
[ -e %{buildroot}%{python27_sitearch} ] && rm -rf %{buildroot}%{python27_sitearch}/*
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
@ -87,24 +89,27 @@ This package provides the Python bindings.
|
||||
%{_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/*
|
||||
#%{python27_sitearch}/Recoll-*-py*.egg-info
|
||||
#%dir %{python27_sitearch}/recoll
|
||||
#%{python27_sitearch}/recoll/*
|
||||
%dir %{python3_sitearch}/recoll_aspell_python_*.egg-info
|
||||
%{python3_sitearch}/recoll_aspell_python_*.egg-info/*
|
||||
%{python3_sitearch}/recollaspell.cpython-*.so
|
||||
%dir %{python3_sitearch}/recoll
|
||||
%{python3_sitearch}/recoll/*
|
||||
%dir %{python3_sitearch}/recollchm
|
||||
%{python3_sitearch}/recollchm/*
|
||||
%{python3_sitearch}/recollchm-*
|
||||
%{python3_sitearch}/Recoll-*
|
||||
%doc ChangeLog README
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user