This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 3.x development tree".
The branch, master has been updated
via f50cc92eebdaae73d26ed32214c36724e240ad68 (commit)
from 234f0305ba31ae499714193c594279aabe3f9ca4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f50cc92eebdaae73d26ed32214c36724e240ad68
Author: Stefan Schantl <stefan.schantl(a)ipfire.org>
Date: Sat Sep 1 21:26:02 2012 +0200
git: Generate and install man-pages.
Fixes #10218.
-----------------------------------------------------------------------
Summary of changes:
git/git.nm | 11 ++++++++---
1 files changed, 8 insertions(+), 3 deletions(-)
Difference in files:
diff --git a/git/git.nm b/git/git.nm
index 361fad9..1d3b87c 100644
--- a/git/git.nm
+++ b/git/git.nm
@@ -5,7 +5,7 @@
name = git
version = 1.7.8.2
-release = 2
+release = 3
groups = Development/Tools
url = http://git-scm.com/
@@ -13,8 +13,8 @@ license = GPLv2
summary = Fast Version Control System.
description
- Git is a fast, scalable, distributed revision control system with an \
- unusually rich command set that provides both high-level operations \
+ Git is a fast, scalable, distributed revision control system with an
+ unusually rich command set that provides both high-level operations
and full access to internals.
end
@@ -22,6 +22,7 @@ source_dl = http://git-core.googlecode.com/files/
build
requires
+ asciidoc
expat-devel
gettext
libcurl-devel
@@ -29,6 +30,7 @@ build
perl-ExtUtils-MakeMaker
perl-devel
zlib-devel
+ xmlto
end
prepare_cmds
@@ -57,6 +59,9 @@ build
make_install_targets += INSTALLDIRS=vendor
install_cmds
+ # Install man pages.
+ make install-doc DESTDIR=%{BUILDROOT}
+
# Install bash completion file.
mkdir -pv %{BUILDROOT}%{sysconfdir}/bash_completion.d
install -v -m 644 contrib/completion/git-completion.bash \
hooks/post-receive
--
IPFire 3.x development tree