mirror of
https://abf.rosa.ru/djam/git.git
synced 2025-02-23 17:52:57 +00:00
Updated to 2.12
This commit is contained in:
parent
05ca5873c5
commit
67c6aad4da
2 changed files with 18 additions and 18 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
git-2.11.0.tar.xz: a1567e3b5ef586b931768bec5c7cb3f1c857d469
|
||||
git-2.12.0.tar.xz: 42aafae5c29324b1fee0264a6c804fdffbd1d8d1
|
||||
|
|
34
git.spec
34
git.spec
|
@ -4,8 +4,8 @@
|
|||
|
||||
Summary: Global Information Tracker
|
||||
Name: git
|
||||
Version: 2.11.0
|
||||
Release: 3
|
||||
Version: 2.12.0
|
||||
Release: 1
|
||||
Epoch: 1
|
||||
License: GPLv2+
|
||||
Group: Development/Tools
|
||||
|
@ -127,20 +127,20 @@ Git revision tree visualiser.
|
|||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
%package -n gitview
|
||||
Summary: Git graphical revision tree visualiser
|
||||
Group: Development/Other
|
||||
Requires: git-core = %{EVRD}
|
||||
Requires: python-cairo
|
||||
Requires: pygtk2.0
|
||||
Requires: python-gtksourceview
|
||||
|
||||
%description -n gitview
|
||||
Git graphical revision tree visualiser.
|
||||
|
||||
%files -n gitview
|
||||
%doc contrib/gitview/gitview.txt
|
||||
%{_bindir}/gitview
|
||||
# %package -n gitview
|
||||
# Summary: Git graphical revision tree visualiser
|
||||
# Group: Development/Other
|
||||
# Requires: git-core = %{EVRD}
|
||||
# Requires: python-cairo
|
||||
# Requires: pygtk2.0
|
||||
# Requires: python-gtksourceview
|
||||
#
|
||||
# %description -n gitview
|
||||
# Git graphical revision tree visualiser.
|
||||
#
|
||||
# %files -n gitview
|
||||
# %doc contrib/gitview/gitview.txt
|
||||
# %{_bindir}/gitview
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
|
@ -313,7 +313,7 @@ chmod -x contrib/mw-to-git/git-remote-mediawiki.perl
|
|||
mkdir -p %{buildroot}%{_datadir}/doc/git-core
|
||||
cp -ar contrib %{buildroot}%{_datadir}/doc/git-core
|
||||
# (cg) Even tho' we copy the whole contrib dir, copy this rather than symlink incase the user is excluding docs
|
||||
install -m 755 contrib/gitview/gitview %{buildroot}%{_bindir}
|
||||
# install -m 755 contrib/gitview/gitview %{buildroot}%{_bindir}
|
||||
|
||||
mkdir -p %{buildroot}%{_includedir}/git
|
||||
cp *.h %{buildroot}%{_includedir}/git
|
||||
|
|
Loading…
Add table
Reference in a new issue