2024-01-05 23:03:08 +01:00
|
|
|
Name: git-cola
|
2024-01-05 23:03:09 +01:00
|
|
|
Version: 3.11.0
|
2024-01-05 23:03:08 +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
|
|
|
|
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
2024-01-05 23:03:09 +01:00
|
|
|
URL: https://github.com/git-cola/git-cola
|
|
|
|
Source: https://github.com/git-cola/git-cola.git/v%{version}/git-cola-%{version}.tar.bz2
|
2024-01-05 23:03:08 +01:00
|
|
|
Patch0: git-cola-1.4.2.5-doc.patch
|
|
|
|
Patch1: git-cola-1.4.2.5-defapps.patch
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-05 23:03:09 +01:00
|
|
|
BuildRequires: libpython3-devel
|
2024-01-05 23:03:08 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-05 23:03:09 +01:00
|
|
|
BuildRequires: python-setuptools-py3
|
|
|
|
#BuildRequires: desktop-file-utils
|
2024-01-05 23:03:08 +01:00
|
|
|
BuildRequires: asciidoc
|
|
|
|
BuildRequires: xmlto
|
|
|
|
BuildRequires: python-Sphinx
|
|
|
|
BuildRequires: gettext
|
|
|
|
BuildRequires: perl
|
|
|
|
Requires: git-gui
|
2024-01-05 23:03:09 +01:00
|
|
|
Requires: python3 >= %python_version
|
|
|
|
#Requires: python-pyinotify-py3
|
|
|
|
Requires: python-jsonpickle-py3
|
|
|
|
Requires: PyQt5
|
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
|
|
|
%patch0 -p1
|
2024-01-05 23:03:09 +01:00
|
|
|
#%patch1 -p1
|
2024-01-05 23:03:08 +01:00
|
|
|
|
|
|
|
%build
|
2024-01-05 23:03:09 +01:00
|
|
|
CFLAGS="%{optflags}" %{__python3} setup.py build
|
2024-01-05 23:03:08 +01:00
|
|
|
|
|
|
|
%make doc \
|
|
|
|
prefix=%{_prefix}
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-05 23:03:09 +01:00
|
|
|
%{__python3} setup.py install \
|
2024-01-05 23:03:08 +01:00
|
|
|
-O1 --skip-build \
|
|
|
|
--root="%{buildroot}" \
|
2024-01-05 23:03:09 +01:00
|
|
|
--install-headers=%{python3_inc} \
|
|
|
|
--install-lib=%{python3_sitearch} \
|
2024-01-05 23:03:08 +01:00
|
|
|
--record=%{name}.filelist \
|
2024-01-05 23:03:09 +01:00
|
|
|
--prefix=%{_prefix}
|
2024-01-05 23:03:08 +01:00
|
|
|
|
|
|
|
# install documentation
|
|
|
|
make install-doc install-html \
|
|
|
|
DESTDIR=%{buildroot} \
|
|
|
|
prefix=%{_prefix}
|
|
|
|
|
2024-01-05 23:03:09 +01:00
|
|
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
2024-01-05 23:03:08 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files -f %{name}.filelist
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_datadir}/git-cola
|
2024-01-05 23:03:09 +01:00
|
|
|
%{_mandir}/man1/git-cola.1*
|
|
|
|
%dir %{_docdir}/git-cola
|
|
|
|
%dir %{_docdir}/git-cola/html
|
|
|
|
%{_docdir}/git-cola/html/*
|
|
|
|
%{_mandir}/man1/git-dag.1*
|
|
|
|
%{_mandir}/man1/git-dag.1*
|
|
|
|
%doc COPYING COPYRIGHT
|
2024-01-05 23:03:08 +01:00
|
|
|
|
|
|
|
%changelog
|
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
|