diff options
author | Todd Zullinger <tmz@pobox.com> | 2013-01-04 22:42:16 -0500 |
---|---|---|
committer | Todd Zullinger <tmz@pobox.com> | 2013-02-26 09:47:36 -0500 |
commit | 83fc4ea137f2c8137c758ac306c8ba0b3ad5fdbb (patch) | |
tree | d809c054d59ff5120701f5f0066a7735c2ac156f /git.spec | |
parent | c3202fdeaf93fe4cc90445827ffecd1101c7076c (diff) | |
download | git-package-tmz/docs.tar.gz git-package-tmz/docs.tar.xz git-package-tmz/docs.zip |
Respect gitexecdir variable in git-subtree installtmz/docs
Diffstat (limited to 'git.spec')
-rw-r--r-- | git.spec | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -55,6 +55,7 @@ Patch1: git-cvsimport-Ignore-cvsps-2.2b1-Branches-output.patch # https://bugzilla.redhat.com/600411 Patch3: git-1.7-el5-emacs-support.patch Patch4: 0001-DESTDIR-support-in-contrib-subtree-Makefile.patch +Patch5: 0001-git-subtree-Use-gitexecdir-instead-of-libexecdir.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -260,6 +261,7 @@ Requires: emacs-git = %{version}-%{release} %patch3 -p1 %endif %patch4 -p1 +%patch5 -p1 %if %{use_prebuilt_docs} mkdir -p prebuilt_docs/{html,man} @@ -549,6 +551,7 @@ rm -rf %{buildroot} - Install tcsh completion (requires manual setup by users) - Clean up dist conditionals, don't pretend to support EL-4 builds - Use prebuilt documentation on EL-5, where asciidoc is too old +- Respect gitexecdir variable in git-subtree install * Wed Feb 20 2013 Adam Tkac <atkac redhat com> - 1.8.1.4-1 - update to 1.8.1.4 |