rpms/nexuiz/devel nexuiz.spec,1.13,1.14

Adrian Reber (adrian) fedora-extras-commits at redhat.com
Mon Jun 26 07:53:24 UTC 2006


Author: adrian

Update of /cvs/extras/rpms/nexuiz/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20039

Modified Files:
	nexuiz.spec 
Log Message:
added curl to requires



Index: nexuiz.spec
===================================================================
RCS file: /cvs/extras/rpms/nexuiz/devel/nexuiz.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- nexuiz.spec	26 Jun 2006 07:47:49 -0000	1.13
+++ nexuiz.spec	26 Jun 2006 07:53:24 -0000	1.14
@@ -19,7 +19,7 @@
 BuildRequires: libXxf86vm-devel SDL-devel
 # This is necessary as these libraries are loaded during runtime
 # and therefore it isn't picked up by RPM during build
-Requires: zlib libvorbis libjpeg
+Requires: zlib libvorbis libjpeg curl
 Requires: desktop-file-utils >= 0.9
 Requires: nexuiz-data = %{version}
 Requires(post): desktop-file-utils
@@ -36,7 +36,7 @@
 Requires: nexuiz-data = %{version}
 # This is necessary as these libraries are loaded during runtime
 # and therefore it isn't picked up by RPM during build
-Requires: zlib
+Requires: zlib curl
 
 %description server
 Nexuiz is a fast-paced, chaotic, and intense multiplayer first person shooter, 
@@ -131,6 +131,7 @@
 * Mon Jun 26 2006 Adrian Reber <adrian at lisas.de> - 2.0-2
 - it looks like upstream changed the sources without increasing
   the version but now it works like it is supposed to
+- added curl to the requires because the binaries are looking for it
 
 * Sat Jun 17 2006 Adrian Reber <adrian at lisas.de> - 2.0-1
 - updated to 2.0 (#195612)




More information about the fedora-extras-commits mailing list