mirror of
https://abf.rosa.ru/djam/git.git
synced 2025-02-23 17:52:57 +00:00
Updated to 2.19.1
This commit is contained in:
parent
085365bf8a
commit
a49dcb77a4
2 changed files with 2 additions and 24 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
||||||
sources:
|
sources:
|
||||||
git-2.19.0.tar.xz: 17f92df56588c58d2ebaacc5a47f677c8d8e7c61
|
git-2.19.1.tar.xz: b61b1bdaf0e695a9c76e9a7994bff0c6026ca540
|
||||||
|
|
24
git.spec
24
git.spec
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
Summary: Global Information Tracker
|
Summary: Global Information Tracker
|
||||||
Name: git
|
Name: git
|
||||||
Version: 2.19.0
|
Version: 2.19.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
|
@ -128,23 +128,6 @@ 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 %{devname}
|
%package -n %{devname}
|
||||||
Summary: Git development files
|
Summary: Git development files
|
||||||
Group: Development/Other
|
Group: Development/Other
|
||||||
|
@ -313,8 +296,6 @@ chmod -x contrib/mw-to-git/git-remote-mediawiki.perl
|
||||||
# (cg) Copy the whole contrib dir as docs. It contains useful scripts.
|
# (cg) Copy the whole contrib dir as docs. It contains useful scripts.
|
||||||
mkdir -p %{buildroot}%{_datadir}/doc/git-core
|
mkdir -p %{buildroot}%{_datadir}/doc/git-core
|
||||||
cp -ar contrib %{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}
|
|
||||||
|
|
||||||
mkdir -p %{buildroot}%{_includedir}/git
|
mkdir -p %{buildroot}%{_includedir}/git
|
||||||
cp *.h %{buildroot}%{_includedir}/git
|
cp *.h %{buildroot}%{_includedir}/git
|
||||||
|
@ -366,9 +347,6 @@ install -m644 contrib/completion/git-prompt.sh \
|
||||||
# And the prompt manipulation file
|
# And the prompt manipulation file
|
||||||
install -D -m 0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/profile.d/%{profile_branch}
|
install -D -m 0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/profile.d/%{profile_branch}
|
||||||
|
|
||||||
# exposes a bug in less, as reported by coling
|
|
||||||
#install -D -m 0644 %%SOURCE4 %%{buildroot}%%{_sysconfdir}/profile.d/%%{profile_env}
|
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
|
Loading…
Add table
Reference in a new issue