]> git.pld-linux.org Git - packages/git-core.git/blobdiff - git-core.spec
use %{_libexecdir} instead of %{_libdir} in gitcoredir definition; rel 2
[packages/git-core.git] / git-core.spec
index e947df68fbf719b4dadbf70ea5b79977455f5efa..720894cc2b2ceddf580945067400754c02580c2a 100644 (file)
 Summary:       Distributed version control system focused on speed, effectivity and usability
 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.0
-Release:       1
+Version:       2.15.1
+Release:       2
 License:       GPL v2
 Group:         Development/Tools
 Source0:       http://www.kernel.org/pub/software/scm/git/git-%{version}.tar.xz
-# Source0-md5: f2a4231030f162b020f294a325b1c106
+# Source0-md5: 48f7904c4401864751de7d52949f5de5
 Source1:       %{name}-gitweb.conf
 Source2:       %{name}-gitweb-httpd.conf
 Source3:       %{name}-gitweb-lighttpd.conf
@@ -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.
This page took 0.062442 seconds and 4 git commands to generate.