Jan Engelhardt 2018-01-04 09:43:02 +00:00 committed by Git OBS Bridge
parent fe2e692557
commit ec579a4c59

View File

@ -75,6 +75,8 @@ GZDoom is a port (a modification) of the original Doom source code, featuring:
%setup -qn gzdoom-g%version %setup -qn gzdoom-g%version
%patch -P 1 -P 2 -p1 %patch -P 1 -P 2 -p1
perl -i -pe 's{__DATE__}{""}g' src/posix/sdl/i_main.cpp perl -i -pe 's{__DATE__}{""}g' src/posix/sdl/i_main.cpp
perl -i -pe 's{<unknown version>}{%version}g' \
tools/updaterevision/updaterevision.c
%build %build
# We must not strip - %%debug_package will take care of it # We must not strip - %%debug_package will take care of it