diff --git a/git-cola.spec b/git-cola.spec index fef18e3..d3eb8c3 100644 --- a/git-cola.spec +++ b/git-cola.spec @@ -1,5 +1,5 @@ Name: git-cola -Version: 4.8.2 +Version: 4.9.0 Release: 1mamba Summary: A powerful Git GUI with a slick and intuitive user interface Group: Graphical Desktop/Applications/Development @@ -15,14 +15,12 @@ BuildRequires: python3.11dist(polib) BuildRequires: python3.11dist(qtpy) ## AUTOBUILDREQ-END BuildRequires: python3-devel >= 3.11.5-3mamba -#BuildRequires: desktop-file-utils BuildRequires: asciidoc BuildRequires: python-sphinx-py3 BuildRequires: gettext BuildRequires: perl BuildRequires: xmlto Requires: git-gui -#Requires: python-jsonpickle-py3 BuildArch: noarch %description @@ -40,6 +38,10 @@ CFLAGS="%{optflags}" %{__python3} -m build --no-isolation --wheel [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %{__python3} -m installer --destdir=%{buildroot} dist/*.whl +# Install desktop files and documentation +make DESTDIR=%{buildroot} datadir=%{_datadir} \ + install-desktop-files install-icons install-htmldocs install-metainfo + #%if "%{?with_pyver}" != "3" ## Rename any conflicting file outside of python site packages tree #for f in %{_bindir}/pdm; do @@ -68,6 +70,9 @@ CFLAGS="%{optflags}" %{__python3} -m build --no-isolation --wheel %doc COPYING COPYRIGHT %changelog +* Fri Nov 08 2024 Automatic Build System 4.9.0-1mamba +- automatic version update by autodist + * Thu Sep 05 2024 Automatic Build System 4.8.2-1mamba - automatic version update by autodist