rpms/bzflag/devel bzflag.spec,1.17,1.18

Nils Philippsen (nphilipp) fedora-extras-commits at redhat.com
Fri Nov 25 11:52:01 UTC 2005


Author: nphilipp

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

Modified Files:
	bzflag.spec 
Log Message:
run autogen.sh to avoid linking problems



Index: bzflag.spec
===================================================================
RCS file: /cvs/extras/rpms/bzflag/devel/bzflag.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- bzflag.spec	25 Nov 2005 10:57:54 -0000	1.17
+++ bzflag.spec	25 Nov 2005 11:51:59 -0000	1.18
@@ -1,4 +1,4 @@
-# Use --without modular_X to rebuild withour modular X deps
+# Use --without modular_X to rebuild without modular X deps
 %define _modular_X 0%{!?_without_modular_x:1}
 
 %define desktop_vendor fedora
@@ -36,6 +36,7 @@
 BuildRequires: c-ares-devel
 # for curl version checking in configure. ugh.
 BuildRequires: bc
+BuildRequires: libtool automake autoconf
 
 %description
 BZFlag is a 3D multi-player tank battle game  that  allows users to play
@@ -51,6 +52,7 @@
 %patch0 -p1 -b .isoc++
 
 %build
+./autogen.sh
 # Use PIE because bzflag/bzfs are networked server applications
 CFLAGS='-fPIE -pie %{optflags} -fno-strict-aliasing'
 CXXFLAGS='-fPIE -pie %{optflags} -fno-strict-aliasing'
@@ -98,6 +100,7 @@
 - build require c-ares-devel instead of adns-devel
 - add newly introduced libs and includes (but exclude headers and static libs,
   courtesy of Matthias Saou)
+- run autogen.sh to avoid linking problems
 
 * Thu Nov 17 2005 Nils Philippsen <nphilipp at redhat.com> 2.0.2-5
 - rebuild to pick up new openssl version




More information about the fedora-extras-commits mailing list