]> git.lyx.org Git - features.git/commitdiff
fix rpm spec file generation
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sat, 23 Oct 2004 09:06:28 +0000 (09:06 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sat, 23 Oct 2004 09:06:28 +0000 (09:06 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9109 a592a061-630c-0410-9148-cb99ea01b6c8

config/ChangeLog
config/lyxinclude.m4

index c70bf4780d36f0951e156ea117e91893a587f609..b1941397a6f4f1ede5d1ac8d829aa194ef160ba7 100644 (file)
@@ -1,3 +1,8 @@
+2004-10-23  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * lyxinclude.m4 (LYX_VERSION_SUFFIX): set RPM_VERSION_SUFFIX even
+       if it is empty, otherwise the spec file is broken
+
 2004-10-11  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
 
        * lyxinclude.m4: set new variable RPM_VERSION_SUFFIX
index 96958edaee04b9f770d41e0dce3fe078470755e1..983397ff99bfa2dadfb6b8d8dac6c49a46bd4376 100644 (file)
@@ -29,6 +29,7 @@ dnl
 dnl
 AC_DEFUN([LYX_VERSION_SUFFIX],[
 AC_MSG_CHECKING([for install target ... ])
+RPM_VERSION_SUFFIX='""'
 AC_ARG_WITH(version-suffix,
   [  --with-version-suffix[=<version>]  install lyx files as lyx<version>],
   [if test "x$withval" = "xyes";