automatic version update by autodist [release 4.9.0-1mamba;Fri Nov 08 2024]
This commit is contained in:
parent
191c872092
commit
888f97b846
@ -1,5 +1,5 @@
|
|||||||
Name: git-cola
|
Name: git-cola
|
||||||
Version: 4.8.2
|
Version: 4.9.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A powerful Git GUI with a slick and intuitive user interface
|
Summary: A powerful Git GUI with a slick and intuitive user interface
|
||||||
Group: Graphical Desktop/Applications/Development
|
Group: Graphical Desktop/Applications/Development
|
||||||
@ -15,14 +15,12 @@ BuildRequires: python3.11dist(polib)
|
|||||||
BuildRequires: python3.11dist(qtpy)
|
BuildRequires: python3.11dist(qtpy)
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: python3-devel >= 3.11.5-3mamba
|
BuildRequires: python3-devel >= 3.11.5-3mamba
|
||||||
#BuildRequires: desktop-file-utils
|
|
||||||
BuildRequires: asciidoc
|
BuildRequires: asciidoc
|
||||||
BuildRequires: python-sphinx-py3
|
BuildRequires: python-sphinx-py3
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: xmlto
|
BuildRequires: xmlto
|
||||||
Requires: git-gui
|
Requires: git-gui
|
||||||
#Requires: python-jsonpickle-py3
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -40,6 +38,10 @@ CFLAGS="%{optflags}" %{__python3} -m build --no-isolation --wheel
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%{__python3} -m installer --destdir=%{buildroot} dist/*.whl
|
%{__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"
|
#%if "%{?with_pyver}" != "3"
|
||||||
## Rename any conflicting file outside of python site packages tree
|
## Rename any conflicting file outside of python site packages tree
|
||||||
#for f in %{_bindir}/pdm; do
|
#for f in %{_bindir}/pdm; do
|
||||||
@ -68,6 +70,9 @@ CFLAGS="%{optflags}" %{__python3} -m build --no-isolation --wheel
|
|||||||
%doc COPYING COPYRIGHT
|
%doc COPYING COPYRIGHT
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 08 2024 Automatic Build System <autodist@openmamba.org> 4.9.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Sep 05 2024 Automatic Build System <autodist@openmamba.org> 4.8.2-1mamba
|
* Thu Sep 05 2024 Automatic Build System <autodist@openmamba.org> 4.8.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user