rpms/bzflag/devel bzflag.spec,1.47,1.48

Nils Philippsen nphilipp at fedoraproject.org
Mon Dec 22 16:48:09 UTC 2008


Author: nphilipp

Update of /cvs/pkgs/rpms/bzflag/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24943

Modified Files:
	bzflag.spec 
Log Message:
use autoreconf -i



Index: bzflag.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bzflag/devel/bzflag.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- bzflag.spec	10 Jul 2008 08:11:46 -0000	1.47
+++ bzflag.spec	22 Dec 2008 16:47:38 -0000	1.48
@@ -33,7 +33,7 @@
 Summary: 3D multi-player tank battle game
 Name: bzflag
 Version: 2.0.12
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: LGPLv2
 Group: Amusements/Games
 URL: http://bzflag.org
@@ -73,8 +73,11 @@
 BuildRequires: sed
 Requires: opengl-games-utils
 %endif
-BuildRequires: automake
+
+## the following deps are needed for autoreconf after applying patches
+BuildRequires: gettext
 BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: libtool
 
 %description
@@ -93,7 +96,7 @@
 %patch2 -p1 -b .findresolutions
 
 %build
-autoreconf
+autoreconf -i
 # Use PIE because bzflag/bzfs are networked server applications
 CFLAGS='-fPIC %{optflags} -fno-strict-aliasing'
 CXXFLAGS='-fPIC %{optflags} -fno-strict-aliasing'
@@ -146,6 +149,9 @@
 %{_mandir}/man*/*
 
 %changelog
+* Mon Dec 22 2008 Nils Philippsen <nils at redhat.com> 2.0.12-4
+- use autoreconf -i
+
 * Thu Jul 09 2008 Nils Philippsen <nphilipp at redhat.com> 2.0.12-3
 - build with SDL, but fix finding resolutions (#426011)
 




More information about the fedora-extras-commits mailing list