tAdd missing dependencies, files - vaccinewars - be a doctor and try to vaccinate the world
git clone git://src.adamsgaard.dk/vaccinewars
Log
Files
Refs
README
LICENSE
---
commit 6fe32bf9aa041d3b33f25b8c29fce15fb210817a
parent c7e49b21e0646853f05a951520eb166fb9038ac0
Author: Ben Webb 
Date:   Wed,  2 Dec 2020 23:45:57 -0800

Add missing dependencies, files

Diffstat:
  M rpm/dopewars.spec.in                |       5 +++--

1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/rpm/dopewars.spec.in b/rpm/dopewars.spec.in
t@@ -8,7 +8,8 @@ License:       GPL
 Group:         Amusements/Games
 Source0:       %{name}-%{version}.tar.gz
 BuildRoot:     %{_tmppath}/%{name}-%{version}-root-%(id -u -n)
-BuildRequires: SDL2_mixer-devel, SDL2-devel
+BuildRequires: SDL2_mixer-devel SDL2-devel glib2-devel gcc libcurl-devel
+BuildRequires: gtk3-devel ncurses-devel gettext-devel
 
 %description
 Based on John E. Dell's old Drug Wars game, dopewars is a simulation of an    
t@@ -51,7 +52,7 @@ test "$RPM_BUILD_ROOT" != "/" && rm -rf ${RPM_BUILD_ROOT}
 
 %files -f %{name}.lang
 %defattr(-,root,root)
-%doc ChangeLog LICENCE README doc/aiplayer.html doc/clientplay.html
+%doc ChangeLog LICENCE README.md doc/aiplayer.html doc/clientplay.html
 %doc doc/configfile.html doc/contribute.html doc/credits.html
 %doc doc/developer.html doc/example-cfg doc/i18n.html doc/index.html
 %doc doc/installation.html doc/metaserver.html doc/server.html