qgit/qgit.spec

76 lines
2.4 KiB
RPMSpec
Raw Normal View History

Name: qgit
Version: 2.10
Release: 1mamba
Summary: QGit is a git GUI viewer built on Qt/C++
Group: Graphical Desktop/Applications/Development
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://repo.or.cz/qgit4/redivivus.git
Source: https://repo.or.cz/qgit4/redivivus.git/qgit-%{version}/redivivus-%{version}.tar.bz2
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libgcc
BuildRequires: libstdc++6-devel
BuildRequires: qt5-qtbase-devel
## 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.
%debug_package
%prep
%setup -q -c
mv redivivus-*/* .
%build
%cmake
%cmake_build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%cmake_install
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/qgit
%{_datadir}/applications/qgit.desktop
%{_metainfodir}/qgit.appdata.xml
%{_datadir}/icons/hicolor/48x48/apps/qgit.png
%{_datadir}/icons/hicolor/scalable/apps/qgit.svg
%doc COPYING.rtf
%changelog
* Fri Apr 19 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.10-1mamba
- update to 2.10
* 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