Accepting request 914351 from home:mnhauke:games

- Fix deletion of duplicate README.md

OBS-URL: https://build.opensuse.org/request/show/914351
OBS-URL: https://build.opensuse.org/package/show/games/cdogs-sdl?expand=0&rev=38
This commit is contained in:
Dirk Stoecker 2021-08-26 08:40:18 +00:00 committed by Git OBS Bridge
parent 0eeb742c69
commit 8117a25895
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Aug 26 07:50:19 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Fix deletion of duplicate README.md
-------------------------------------------------------------------
Sat Aug 21 18:58:34 UTC 2021 - Martin Hauke <mardnh@gmx.de>

View File

@ -50,7 +50,6 @@ from up to 11 weapons, and try over 100 user-created campaigns. Have fun!
%patch0 -p1
# use system enet
rm -rf src/cdogs/enet
rm %{_datadir}/cdogs-sdl/README.md
%build
%cmake \
@ -61,6 +60,7 @@ rm %{_datadir}/cdogs-sdl/README.md
%install
%cmake_install
rm %{buildroot}%{_datadir}/cdogs-sdl/README.md
%fdupes %{buildroot}%{_datadir}
%check