Browse Source

upgrading package: git-extras 3.0.0 -> 4.1.0

master
parent
commit
2da18de10b
  1. 6
      git-extras/git-extras.patch
  2. 7
      git-extras/git-extras.spec

6
git-extras/git-extras.patch

@ -1,12 +1,12 @@
Index: Makefile
--- Makefile.orig 2014-11-18 17:07:03.000000000 +0100
+++ Makefile 2014-12-03 10:15:17.943412691 +0100
--- Makefile.orig 2016-02-27 18:50:34.152529000 +0100
+++ Makefile 2016-02-27 18:50:58.162603307 +0100
@@ -1,6 +1,6 @@
PREFIX ?= /usr/local
-BINPREFIX ?= "$(PREFIX)/bin"
-MANPREFIX ?= "$(PREFIX)/share/man/man1"
+BINPREFIX ?= "$(PREFIX)/libexec/git"
+MANPREFIX ?= "$(PREFIX)/man/man1"
SYSCONFDIR ?= $(PREFIX)/etc
BINS = $(wildcard bin/git-*)
MANS = $(wildcard man/git-*.md)
MAN_HTML = $(MANS:.md=.html)

7
git-extras/git-extras.spec

@ -31,8 +31,8 @@ Distribution: OpenPKG Community
Class: EVAL
Group: SCM
License: MIT
Version: 3.0.0
Release: 20150515
Version: 4.1.0
Release: 20160227
# list of sources
Source0: https://github.com/tj/git-extras/archive/%{version}.tar.gz
@ -59,10 +59,9 @@ PreReq: OpenPKG, openpkg >= 20140101, git
%build
%{l_shtool} subst -e 's;/bin/bash;%{l_bash};g' bin/git-*
%{l_make} %{l_mflags}
%install
%{l_make} %{l_mflags} install DESTDIR=$RPM_BUILD_ROOT PREFIX=%{l_prefix}
%{l_make} %{l_mflags} install DESTDIR=$RPM_BUILD_ROOT PREFIX=%{l_prefix} </dev/null
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
%files -f files

Loading…
Cancel
Save