mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-22 18:31:27 +00:00
forgot rpm doesn't allow - in the version, so hack around it :)
This commit is contained in:
parent
6efa0ca736
commit
68357d7fb3
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
%define name quakeforge
|
||||
%define version @VERSION@
|
||||
%define version @RPMVERSION@
|
||||
%define release 1
|
||||
%define builddir $RPM_BUILD_DIR/%{name}-%{version}
|
||||
|
||||
|
|
|
@ -20,6 +20,8 @@ NQ_VERSION=1.09
|
|||
NQ_QSG_VERSION=1.0
|
||||
QW_VERSION=2.40
|
||||
QW_QSG_VERSION=2.0
|
||||
RPMVERSION=`echo $VERSION | tr - _`
|
||||
AC_SUBST(RPMVERSION)
|
||||
|
||||
AC_DEFINE_UNQUOTED(PROGRAM, "$PROGRAM", ["Proper" package name])
|
||||
AC_DEFINE_UNQUOTED(NQ_VERSION, "$NQ_VERSION", [Define this to the NetQuake standard version you support])
|
||||
|
|
Loading…
Reference in a new issue