SPECS: freeciv.spec - added link patch to kill -lbind from linking...

qboosh qboosh at pld-linux.org
Mon Dec 26 16:37:54 CET 2005


Author: qboosh                       Date: Mon Dec 26 15:37:53 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added link patch to kill -lbind from linking, release 2

---- Files affected:
SPECS:
   freeciv.spec (1.94 -> 1.95) 

---- Diffs:

================================================================
Index: SPECS/freeciv.spec
diff -u SPECS/freeciv.spec:1.94 SPECS/freeciv.spec:1.95
--- SPECS/freeciv.spec:1.94	Mon Dec 26 14:56:10 2005
+++ SPECS/freeciv.spec	Mon Dec 26 16:37:48 2005
@@ -9,7 +9,7 @@
 Summary(pt_BR):	Clone do jogo Civilization
 Name:		freeciv
 Version:	2.0.7
-Release:	1
+Release:	2
 License:	GPL
 Group:		X11/Applications/Games/Strategy
 Source0:	http://dl.sourceforge.net/freeciv/%{name}-%{version}.tar.bz2
@@ -19,8 +19,10 @@
 Source2:	%{name}-client.desktop
 Source3:	%{name}-server.desktop
 Source4:	%{name}.png
+Patch0:		%{name}-link.patch
 URL:		http://www.freeciv.org/
 BuildRequires:	SDL_mixer-devel
+BuildRequires:	autoconf >= 2.52
 BuildRequires:	automake
 BuildRequires:	esound-devel
 %{!?with_gtk2:BuildRequires:	gtk+-devel > 1.2.1}
@@ -79,9 +81,13 @@
 
 %prep
 %setup -q -a1
+%patch0 -p1
 
 %build
-cp -f /usr/share/automake/config.sub bootstrap
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
 %{!?with_gtk2:	--enable-client=gtk} \
 %{?with_gtk2:	--enable-client=gtk2}
@@ -149,6 +155,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.95  2005/12/26 15:37:48  qboosh
+- added link patch to kill -lbind from linking, release 2
+
 Revision 1.94  2005/12/26 13:56:10  hawk
 - rebuild with new bind
 - release should be 1
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/freeciv.spec?r1=1.94&r2=1.95&f=u



More information about the pld-cvs-commit mailing list