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
|
||||
Version: 3.12.0
|
||||
Version: 4.2.0
|
||||
Release: 1mamba
|
||||
Summary: A powerful Git GUI with a slick and intuitive user interface
|
||||
Group: Graphical Desktop/Applications/Development
|
||||
Vendor: 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
|
||||
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
|
||||
Patch1: git-cola-1.4.2.5-defapps.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: python3.7dist(importlib-metadata)
|
||||
BuildRequires: python3.7dist(pyqt5)
|
||||
BuildRequires: python3.7dist(qtpy)
|
||||
BuildRequires: python3.7dist(setuptools)
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: python-setuptools-py3
|
||||
#BuildRequires: desktop-file-utils
|
||||
@ -22,7 +26,7 @@ BuildRequires: python-Sphinx
|
||||
BuildRequires: gettext
|
||||
BuildRequires: perl
|
||||
Requires: git-gui
|
||||
Requires: python3 >= %python_version
|
||||
Requires: python3 >= %{python3_version}
|
||||
#Requires: python-pyinotify-py3
|
||||
Requires: python-jsonpickle-py3
|
||||
Requires: PyQt5
|
||||
@ -35,8 +39,8 @@ git-cola is a powerful GUI for git that gives you an easy way to interact with G
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
#%patch1 -p1
|
||||
#%patch 0 -p1
|
||||
#%patch 1 -p1
|
||||
|
||||
%build
|
||||
CFLAGS="%{optflags}" %{__python3} setup.py build
|
||||
@ -66,16 +70,21 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
|
||||
%files -f %{name}.filelist
|
||||
%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-dag.1*
|
||||
%{_mandir}/man1/git-dag.1*
|
||||
%dir %{_docdir}/git-cola
|
||||
%{_docdir}/git-cola/*.rst
|
||||
%dir %{_docdir}/git-cola/html
|
||||
%{_docdir}/git-cola/html/*
|
||||
%{_mandir}/man1/git-dag.1*
|
||||
%{_mandir}/man1/git-dag.1*
|
||||
%doc COPYING COPYRIGHT
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user