[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/nexuiz/devel nexuiz.spec,1.13,1.14
- From: "Adrian Reber" (adrian) <fedora-extras-commits redhat com>
- To: fedora-extras-commits redhat com
- Subject: rpms/nexuiz/devel nexuiz.spec,1.13,1.14
- Date: Mon, 26 Jun 2006 00:53:24 -0700
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 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 lisas de> - 2.0-1
- updated to 2.0 (#195612)
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]