[packages/rt] - prevent git run, so we don't end up with version 0.0.0

arekm arekm at pld-linux.org
Wed Oct 16 15:13:32 CEST 2013


commit 88d7a2a320b7fbf2fe138a592bbda653a3e4dfc5
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Wed Oct 16 15:13:29 2013 +0200

    - prevent git run, so we don't end up with version 0.0.0

 rt.spec | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/rt.spec b/rt.spec
index a0aaddb..65df742 100644
--- 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}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rt.git/commitdiff/88d7a2a320b7fbf2fe138a592bbda653a3e4dfc5



More information about the pld-cvs-commit mailing list