[packages/git-core] use %{_libexecdir} instead of %{_libdir} in gitcoredir definition; rel 2

atler atler at pld-linux.org
Sun Dec 3 23:44:20 CET 2017


commit ee14b8db029afc6896ee09a2b1f3d01a0335b8a8
Author: Jan Palus <atler at pld-linux.org>
Date:   Sun Dec 3 23:39:38 2017 +0100

    use %{_libexecdir} instead of %{_libdir} in gitcoredir definition; rel 2
    
    git installs binaries to %{_libexecdir} which until recently was
    equivalent to %{_libdir}. that is no longer the case since affe917 in
    rpm

 git-core.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/git-core.spec b/git-core.spec
index 1f48640..720894c 100644
--- a/git-core.spec
+++ b/git-core.spec
@@ -15,7 +15,7 @@ Summary:	Distributed version control system focused on speed, effectivity and us
 Summary(pl.UTF-8):	Rozproszony system śledzenia treści skupiony na szybkości, wydajności i użyteczności
 Name:		git-core
 Version:	2.15.1
-Release:	1
+Release:	2
 License:	GPL v2
 Group:		Development/Tools
 Source0:	http://www.kernel.org/pub/software/scm/git/git-%{version}.tar.xz
@@ -100,7 +100,7 @@ BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define		webappdir	%{_sysconfdir}/webapps/%{webapp}
 %define		appdir		%{_datadir}/%{webapp}
 %define		cgibindir	%{_prefix}/lib/cgi-bin
-%define		gitcoredir	%{_libdir}/%{name}
+%define		gitcoredir	%{_libexecdir}/%{name}
 
 %description
 "git" can mean anything, depending on your mood.
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/git-core.git/commitdiff/ee14b8db029afc6896ee09a2b1f3d01a0335b8a8



More information about the pld-cvs-commit mailing list