rpms/tunneler/EL-6 import.log, NONE, 1.1 tunneler-1.1.1-lm.patch, NONE, 1.1 tunneler.spec, 1.5, 1.6

Lubomir Rintel lkundrak at fedoraproject.org
Thu Jul 8 20:45:20 UTC 2010


Author: lkundrak

Update of /cvs/pkgs/rpms/tunneler/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv13173/EL-6

Modified Files:
	tunneler.spec 
Added Files:
	import.log tunneler-1.1.1-lm.patch 
Log Message:
Pull from devel


--- NEW FILE import.log ---
tunneler-1_1_1-6_fc14:EL-6:tunneler-1.1.1-6.fc14.src.rpm:1278621897

tunneler-1.1.1-lm.patch:
 Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE tunneler-1.1.1-lm.patch ---
diff -up tunneler-1.1.1/src/Makefile.am.linker tunneler-1.1.1/src/Makefile.am
--- tunneler-1.1.1/src/Makefile.am.linker	2010-02-17 21:21:46.618496390 +0100
+++ tunneler-1.1.1/src/Makefile.am	2010-02-17 21:21:50.959492523 +0100
@@ -1,5 +1,5 @@
 bin_PROGRAMS = tunneler
 tunneler_SOURCES = main.c tunneler.c tunneler.h timer.c timer.h ai.c ai.h \
   font8x8.h game.h graphics.c graphics.h keys.c keys.h terrain.c terrain.h types.h
-tunneler_LDADD = -lSDL -lpthread
+tunneler_LDADD = -lSDL -lpthread -lm
 tunneler_LDFLAGS = -D_REENTRANT


Index: tunneler.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tunneler/EL-6/tunneler.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- tunneler.spec	27 Jul 2009 06:22:10 -0000	1.5
+++ tunneler.spec	8 Jul 2010 20:45:20 -0000	1.6
@@ -1,6 +1,6 @@
 Name:           tunneler
 Version:        1.1.1
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Clone of legendary Tunneler game
 
 Group:          Amusements/Games
@@ -9,10 +9,12 @@ URL:            http://users.jyu.fi/~tvk
 Source0:        http://users.jyu.fi/~tvkalvas/code/tunneler/%{name}-%{version}.tar.gz
 Source1:        tunneler.svg
 Source2:        tunneler.desktop
+Patch0:         tunneler-1.1.1-lm.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  desktop-file-utils
 BuildRequires:  SDL-devel
+BuildRequires:  autoconf automake
 
 %description
 A clone of legendary game made by Geoffrey Silverton in 1991. In the game
@@ -24,9 +26,11 @@ actually have some searching to do.
 
 %prep
 %setup -q
+%patch0 -p1 -b .lm
 
 
 %build
+autoreconf -i
 %configure
 make %{?_smp_mflags}
 
@@ -65,6 +69,9 @@ touch --no-create %{_datadir}/icons/hico
 
 
 %changelog
+* Wed Feb 17 2010 Lubomir Rintel <lkundrak at v3.sk> - 1.1.1-6
+- Fix build
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.1-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list