]> git.pld-linux.org Git - packages/git-core.git/commitdiff
skip (perl) dependency generation from git templates auto/th/git-core-2.16.2-3
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 26 Mar 2018 18:27:52 +0000 (21:27 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Mon, 26 Mar 2018 18:27:52 +0000 (21:27 +0300)
git-core.spec

index 6e6e4e6719bfec35ae0268827877636e27a8e785..5ac44d35e311478b03fd2097b4ddb3984878bad3 100644 (file)
@@ -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.16.2
-Release:       2
+Release:       3
 License:       GPL v2
 Group:         Development/Tools
 Source0:       http://www.kernel.org/pub/software/scm/git/git-%{version}.tar.xz
@@ -97,7 +97,8 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                _noautocompressdoc      *.txt
 
 # do not generate perl dependency, git add -p support is optional
-%define                _noautoreqfiles %{_libexecdir}/%{name}/git-add--interactive
+# skip dependency generation from templates
+%define                _noautoreqfiles %{_libexecdir}/%{name}/git-add--interactive %{_datadir}/%{name}/templates
 
 %define                webapp          gitweb
 %define                webappdir       %{_sysconfdir}/webapps/%{webapp}
This page took 0.305723 seconds and 4 git commands to generate.