]> git.pld-linux.org Git - packages/rt.git/commitdiff
- prevent git run, so we don't end up with version 0.0.0
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 16 Oct 2013 13:13:29 +0000 (15:13 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 16 Oct 2013 13:13:29 +0000 (15:13 +0200)
rt.spec

diff --git a/rt.spec b/rt.spec
index a0aaddb0fe347e440b56fd6823ac157c0ddae6fd..65df742ecdf19b6a7aa051c64ad4c5c676e9cffc 100644 (file)
--- a/rt.spec
+++ b/rt.spec
@@ -290,6 +290,9 @@ mv aclocal.m4 acinclude.m4
 
 sed -i -e 's#libdir:.*#libdir: %{_libdir}#g' config.layout
 
+# prevent configure from using git
+sed -i -e 's#git describe --tags#false#g' configure.ac
+
 %build
 %{__aclocal}
 %{__autoconf}
This page took 0.100953 seconds and 4 git commands to generate.