Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37399408
en ru br
ALT Linux repositórios
S:2.10-alt1
5.0: 1.5.7-alt2
4.1: 1.5.7-alt2
4.0: 1.5.6-alt2

Group :: Development/Tools
RPM: qgit

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 


%define _unpackaged_files_terminate_build 1

Name: qgit
Version: 2.10
Release: alt1
Epoch: 1

Summary: Git GUI viewer built on Qt4/C++
Group: Development/Tools
License: GPLv2
Url: https://github.com/tibirna/qgit

Source: %name-%version.tar
Patch: %name-%version-%release.patch

Provides: qgit4 = %EVR
Obsoletes: qgit4 < %EVR

BuildPreReq: gcc-c++ qt5-base-devel libXext-devel

%description
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.

* 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.

%prep
%setup
%patch -p1
sed -i 's,debug_and_release,release,' qgit.pro
sed -i 's,debug_and_release,release,' src/src.pro
sed -i '/QMAKE_CXXFLAGS_RELEASE/s,-O2 ,%optflags ,g' src/src.pro

%build
qmake-qt5 qgit.pro
%make_build

%install
install -pDm755 bin/qgit %buildroot%_bindir/%name

%files
%doc README.adoc
%_bindir/%name

%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009