]> 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:12:11 +0000 (15:12 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 16 Oct 2013 13:12:11 +0000 (15:12 +0200)
rt.spec

diff --git a/rt.spec b/rt.spec
index 09b4ef9fb48c3af519272ef5f754f43fd90b08a5..788409c276b92283eb08dfa4f3c8cc332786e4ff 100644 (file)
--- a/rt.spec
+++ b/rt.spec
@@ -256,6 +256,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.117668 seconds and 4 git commands to generate.