2024-01-05 17:01:34 +01:00
|
|
|
Name: qgit
|
2024-04-19 22:45:20 +02:00
|
|
|
Version: 2.10
|
2024-01-05 17:01:34 +01:00
|
|
|
Release: 1mamba
|
2024-04-19 22:45:20 +02:00
|
|
|
Summary: QGit is a git GUI viewer built on Qt/C++
|
2024-01-05 17:01:34 +01:00
|
|
|
Group: Graphical Desktop/Applications/Development
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-04-19 22:45:20 +02:00
|
|
|
URL: https://repo.or.cz/qgit4/redivivus.git
|
|
|
|
Source: https://repo.or.cz/qgit4/redivivus.git/qgit-%{version}/redivivus-%{version}.tar.bz2
|
2024-01-05 17:01:34 +01:00
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libstdc++6-devel
|
2024-04-19 22:45:20 +02:00
|
|
|
BuildRequires: qt5-qtbase-devel
|
2024-01-05 17:01:34 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
QGit is a git GUI viewer built on Qt/C++.
|
|
|
|
With qgit you will be able to browse revisions history, view patch content and changed files,
|
|
|
|
graphically following different development branches.
|
|
|
|
|
|
|
|
Features
|
|
|
|
* View revisions, diffs, files history, files annotation, archive tree.
|
|
|
|
* Commit changes visually cherry picking modified files.
|
|
|
|
* Apply or format patch series from selected commits, drag and drop commits between two instances of qgit.
|
|
|
|
* Associate commands sequences, scripts and anything else executable to a custom action.
|
|
|
|
Actions can be run from menu and corresponding output is grabbed by a terminal window.
|
|
|
|
* qgit implements a GUI for the most common StGIT commands like push/pop and apply/format patches.
|
|
|
|
You can also create new patches or refresh current top one using the same semantics of git commit,
|
|
|
|
i.e. cherry picking single modified files.
|
|
|
|
|
2024-04-19 22:45:20 +02:00
|
|
|
%debug_package
|
|
|
|
|
2024-01-05 17:01:34 +01:00
|
|
|
%prep
|
|
|
|
%setup -q -c
|
2024-04-19 22:45:20 +02:00
|
|
|
mv redivivus-*/* .
|
2024-01-05 17:01:34 +01:00
|
|
|
|
|
|
|
%build
|
2024-04-19 22:45:20 +02:00
|
|
|
%cmake
|
|
|
|
|
|
|
|
%cmake_build
|
2024-01-05 17:01:34 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-04-19 22:45:20 +02:00
|
|
|
%cmake_install
|
2024-01-05 17:01:34 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/qgit
|
|
|
|
%{_datadir}/applications/qgit.desktop
|
2024-04-19 22:45:20 +02:00
|
|
|
%{_metainfodir}/qgit.appdata.xml
|
|
|
|
%{_datadir}/icons/hicolor/48x48/apps/qgit.png
|
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/qgit.svg
|
|
|
|
%doc COPYING.rtf
|
2024-01-05 17:01:34 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-04-19 22:45:20 +02:00
|
|
|
* Fri Apr 19 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.10-1mamba
|
|
|
|
- update to 2.10
|
|
|
|
|
2024-01-05 17:01:34 +01:00
|
|
|
* Mon Sep 30 2013 Automatic Build System <autodist@mambasoft.it> 2.5-1mamba
|
|
|
|
- update to 2.5
|
|
|
|
|
|
|
|
* Mon Jul 29 2013 Automatic Build System <autodist@mambasoft.it> 2.3-2mamba
|
|
|
|
- automatic rebuild by autodist
|
|
|
|
|
|
|
|
* Thu Jul 09 2009 Automatic Build System <autodist@mambasoft.it> 2.3-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Sat Aug 23 2008 gil <puntogil@libero.it> 2.2-1mamba
|
|
|
|
- package created by autospec
|