automatic version update by autodist [release 4.2.0-1mamba;Thu Mar 30 2023]
This commit is contained in:
parent
558066cbfb
commit
35d8132aec
@ -1,18 +1,22 @@
|
|||||||
Name: git-cola
|
Name: git-cola
|
||||||
Version: 3.12.0
|
Version: 4.2.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
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://github.com/git-cola/git-cola
|
URL: https://github.com/git-cola/git-cola
|
||||||
Source: https://github.com/git-cola/git-cola.git/v%{version}/git-cola-%{version}.tar.bz2
|
Source: https+git://github.com/git-cola/git-cola.git/v%{version}/git-cola-%{version}.tar.bz2
|
||||||
Patch0: git-cola-1.4.2.5-doc.patch
|
Patch0: git-cola-1.4.2.5-doc.patch
|
||||||
Patch1: git-cola-1.4.2.5-defapps.patch
|
Patch1: git-cola-1.4.2.5-defapps.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython3-devel
|
||||||
|
BuildRequires: python3.7dist(importlib-metadata)
|
||||||
|
BuildRequires: python3.7dist(pyqt5)
|
||||||
|
BuildRequires: python3.7dist(qtpy)
|
||||||
|
BuildRequires: python3.7dist(setuptools)
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: python-setuptools-py3
|
BuildRequires: python-setuptools-py3
|
||||||
#BuildRequires: desktop-file-utils
|
#BuildRequires: desktop-file-utils
|
||||||
@ -22,7 +26,7 @@ BuildRequires: python-Sphinx
|
|||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
Requires: git-gui
|
Requires: git-gui
|
||||||
Requires: python3 >= %python_version
|
Requires: python3 >= %{python3_version}
|
||||||
#Requires: python-pyinotify-py3
|
#Requires: python-pyinotify-py3
|
||||||
Requires: python-jsonpickle-py3
|
Requires: python-jsonpickle-py3
|
||||||
Requires: PyQt5
|
Requires: PyQt5
|
||||||
@ -35,7 +39,7 @@ git-cola is a powerful GUI for git that gives you an easy way to interact with G
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
#%patch 0 -p1
|
||||||
#%patch 1 -p1
|
#%patch 1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -66,16 +70,21 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
|||||||
|
|
||||||
%files -f %{name}.filelist
|
%files -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_datadir}/git-cola
|
%dir %{python3_sitearch}/git_cola-%{version}-py*.egg-info
|
||||||
|
%{python3_sitearch}/git_cola-%{version}-py*.egg-info/*
|
||||||
%{_mandir}/man1/git-cola.1*
|
%{_mandir}/man1/git-cola.1*
|
||||||
|
%{_mandir}/man1/git-dag.1*
|
||||||
|
%{_mandir}/man1/git-dag.1*
|
||||||
%dir %{_docdir}/git-cola
|
%dir %{_docdir}/git-cola
|
||||||
|
%{_docdir}/git-cola/*.rst
|
||||||
%dir %{_docdir}/git-cola/html
|
%dir %{_docdir}/git-cola/html
|
||||||
%{_docdir}/git-cola/html/*
|
%{_docdir}/git-cola/html/*
|
||||||
%{_mandir}/man1/git-dag.1*
|
|
||||||
%{_mandir}/man1/git-dag.1*
|
|
||||||
%doc COPYING COPYRIGHT
|
%doc COPYING COPYRIGHT
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 30 2023 Automatic Build System <autodist@mambasoft.it> 4.2.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Jan 20 2022 Automatic Build System <autodist@mambasoft.it> 3.12.0-1mamba
|
* Thu Jan 20 2022 Automatic Build System <autodist@mambasoft.it> 3.12.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user