2024-01-05 23:03:08 +01:00
|
|
|
Name: git-cola
|
2024-03-14 20:31:53 +01:00
|
|
|
Version: 4.6.1
|
2024-01-05 23:03:14 +01:00
|
|
|
Release: 1mamba
|
2024-01-05 23:03:09 +01:00
|
|
|
Summary: A powerful Git GUI with a slick and intuitive user interface
|
2024-01-05 23:03:08 +01:00
|
|
|
Group: Graphical Desktop/Applications/Development
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-05 23:03:09 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 23:03:09 +01:00
|
|
|
URL: https://github.com/git-cola/git-cola
|
2024-01-05 23:03:09 +01:00
|
|
|
Source: https+git://github.com/git-cola/git-cola.git/v%{version}/git-cola-%{version}.tar.bz2
|
2024-01-05 23:03:08 +01:00
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-05 23:03:13 +01:00
|
|
|
BuildRequires: libpython311-devel
|
2024-03-14 20:31:53 +01:00
|
|
|
BuildRequires: python3.11dist(polib)
|
2024-01-05 23:03:13 +01:00
|
|
|
BuildRequires: python3.11dist(qtpy)
|
2024-01-05 23:03:08 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-05 23:03:13 +01:00
|
|
|
BuildRequires: python3-devel >= 3.11.5-3mamba
|
2024-01-05 23:03:09 +01:00
|
|
|
#BuildRequires: desktop-file-utils
|
2024-01-05 23:03:08 +01:00
|
|
|
BuildRequires: asciidoc
|
2024-01-05 23:03:13 +01:00
|
|
|
BuildRequires: python-sphinx-py3
|
2024-01-05 23:03:08 +01:00
|
|
|
BuildRequires: gettext
|
|
|
|
BuildRequires: perl
|
2024-01-05 23:03:13 +01:00
|
|
|
BuildRequires: xmlto
|
2024-01-05 23:03:08 +01:00
|
|
|
Requires: git-gui
|
2024-03-14 20:31:53 +01:00
|
|
|
#Requires: python-jsonpickle-py3
|
2024-01-05 23:03:08 +01:00
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description
|
|
|
|
git-cola is a powerful GUI for git that gives you an easy way to interact with Git repositories.
|
|
|
|
|
2024-01-05 23:03:09 +01:00
|
|
|
%debug_package
|
|
|
|
|
2024-01-05 23:03:08 +01:00
|
|
|
%prep
|
2024-01-05 23:03:09 +01:00
|
|
|
%setup -q
|
2024-01-05 23:03:08 +01:00
|
|
|
|
|
|
|
%build
|
2024-03-14 20:31:53 +01:00
|
|
|
CFLAGS="%{optflags}" %{__python3} -m build --no-isolation --wheel
|
2024-01-05 23:03:08 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-03-14 20:31:53 +01:00
|
|
|
%{__python3} -m installer --destdir=%{buildroot} dist/*.whl
|
2024-01-05 23:03:08 +01:00
|
|
|
|
2024-03-14 20:31:53 +01:00
|
|
|
#%if "%{?with_pyver}" != "3"
|
|
|
|
## Rename any conflicting file outside of python site packages tree
|
|
|
|
#for f in %{_bindir}/pdm; do
|
|
|
|
# mv %{buildroot}${f}{,-%{?pyappend}}
|
|
|
|
#done
|
|
|
|
#%endif
|
2024-01-05 23:03:08 +01:00
|
|
|
|
2024-03-14 20:31:53 +01:00
|
|
|
%files %{?pyappend}
|
2024-01-05 23:03:08 +01:00
|
|
|
%defattr(-,root,root)
|
2024-03-14 20:31:53 +01:00
|
|
|
%{_bindir}/cola
|
|
|
|
%{_bindir}/git-cola
|
|
|
|
%{_bindir}/git-cola-sequence-editor
|
|
|
|
%{_bindir}/git-dag
|
|
|
|
%{_datadir}/applications/git-cola-folder-handler.desktop
|
|
|
|
%{_datadir}/applications/git-cola.desktop
|
|
|
|
%{_datadir}/applications/git-dag.desktop
|
|
|
|
%{_metainfodir}/git-cola.appdata.xml
|
|
|
|
%{_metainfodir}/git-dag.appdata.xml
|
|
|
|
%dir %{python3_sitelib}/git_cola-%{version}.dist-info
|
|
|
|
%{python3_sitelib}/git_cola-%{version}.dist-info/*
|
|
|
|
%dir %{python3_sitelib}/cola
|
|
|
|
%{python3_sitelib}/cola/*
|
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/git-cola.svg
|
2024-01-05 23:03:09 +01:00
|
|
|
%dir %{_docdir}/git-cola
|
2024-03-14 20:31:53 +01:00
|
|
|
%{_docdir}/git-cola/*
|
2024-01-05 23:03:09 +01:00
|
|
|
%doc COPYING COPYRIGHT
|
2024-01-05 23:03:08 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-03-14 20:31:53 +01:00
|
|
|
* Thu Mar 14 2024 Automatic Build System <autodist@openmamba.org> 4.6.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-24 10:39:17 +01:00
|
|
|
* Tue Jan 23 2024 Automatic Build System <autodist@openmamba.org> 4.5.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:03:15 +01:00
|
|
|
* Mon Nov 20 2023 Automatic Build System <autodist@mambasoft.it> 4.4.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:03:14 +01:00
|
|
|
* Fri Nov 03 2023 Automatic Build System <autodist@mambasoft.it> 4.4.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:03:13 +01:00
|
|
|
* Sun Oct 01 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 4.3.2-2mamba
|
|
|
|
- rebuilt with python3 == 3.11
|
|
|
|
|
2024-01-05 23:03:13 +01:00
|
|
|
* Thu Aug 31 2023 Automatic Build System <autodist@mambasoft.it> 4.3.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:03:12 +01:00
|
|
|
* Sat Aug 19 2023 Automatic Build System <autodist@mambasoft.it> 4.3.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:03:11 +01:00
|
|
|
* Mon Aug 14 2023 Automatic Build System <autodist@mambasoft.it> 4.3.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:03:10 +01:00
|
|
|
* Sun Apr 02 2023 Automatic Build System <autodist@mambasoft.it> 4.2.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:03:09 +01:00
|
|
|
* Thu Mar 30 2023 Automatic Build System <autodist@mambasoft.it> 4.2.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:03:09 +01:00
|
|
|
* Thu Jan 20 2022 Automatic Build System <autodist@mambasoft.it> 3.12.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:03:09 +01:00
|
|
|
* Wed Oct 20 2021 Automatic Build System <autodist@mambasoft.it> 3.11.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:03:09 +01:00
|
|
|
* Mon Jul 12 2021 Automatic Build System <autodist@mambasoft.it> 3.10.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:03:09 +01:00
|
|
|
* Sun Jul 11 2021 Automatic Build System <autodist@mambasoft.it> 3.10-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:03:09 +01:00
|
|
|
* Thu Mar 25 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.9-1mamba
|
|
|
|
- update to 3.9
|
|
|
|
|
2024-01-05 23:03:08 +01:00
|
|
|
* Wed Apr 25 2012 Automatic Build System <autodist@mambasoft.it> 1.4.3.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Jun 19 2011 Automatic Build System <autodist@mambasoft.it> 1.4.3.4-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Thu May 12 2011 Automatic Build System <autodist@mambasoft.it> 1.4.3.3-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Fri Nov 12 2010 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 1.4.2.5-1mamba
|
|
|
|
- update to 1.4.2.5
|
|
|
|
- update patches
|
|
|
|
|
|
|
|
* Fri Jan 22 2010 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 1.4.1.2-2mamba
|
|
|
|
- add missing requirements
|
|
|
|
|
|
|
|
* Tue Jan 19 2010 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 1.4.1.2-1mamba
|
|
|
|
- package created by autospec
|