rpms/chipmunk/F-12 chipmunk-4.1.0-cmake.patch, NONE, 1.1 chipmunk.spec, 1.6, 1.7

Hans de Goede jwrdegoede at fedoraproject.org
Thu Oct 1 07:56:23 UTC 2009


Author: jwrdegoede

Update of /cvs/extras/rpms/chipmunk/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31569

Modified Files:
	chipmunk.spec 
Added Files:
	chipmunk-4.1.0-cmake.patch 
Log Message:
* Thu Oct  1 2009 Hans de Goede <hdegoede at redhat.com> - 4.1.0-8
- Fix FTBFS


chipmunk-4.1.0-cmake.patch:
 CMakeLists.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE chipmunk-4.1.0-cmake.patch ---
diff -up Chipmunk-4.1.0/Demo/CMakeLists.txt~ Chipmunk-4.1.0/Demo/CMakeLists.txt
--- Chipmunk-4.1.0/Demo/CMakeLists.txt~	2008-05-28 04:03:05.000000000 +0200
+++ Chipmunk-4.1.0/Demo/CMakeLists.txt	2009-10-01 09:56:26.000000000 +0200
@@ -34,7 +34,7 @@ ENDIF(OPENGL_FOUND)
 #examples: ITKCommon, VTKRendering, etc
 SET(Libraries
 #list libraries here
-GL glut
+GL GLU glut
 )
 
 #LINK_DIRECTORIES(${CHIPMUNK_SOURCE_DIR}/build/source)


Index: chipmunk.spec
===================================================================
RCS file: /cvs/extras/rpms/chipmunk/F-12/chipmunk.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- chipmunk.spec	24 Jul 2009 18:54:31 -0000	1.6
+++ chipmunk.spec	1 Oct 2009 07:56:23 -0000	1.7
@@ -1,13 +1,14 @@
 %{!?ruby_sitearch: %define ruby_sitearch %(ruby -rrbconfig -e "puts Config::CONFIG['sitearchdir']")}
 Name:           chipmunk
 Version:        4.1.0
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Physics engine for 2D games
 
 Group:          Development/Libraries
 License:        MIT
 URL:            http://http://wiki.slembcke.net/main/published/Chipmunk
 Source0:        http://files.slembcke.net/chipmunk/release/Chipmunk-%{version}.tgz
+Patch0:         chipmunk-4.1.0-cmake.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: cmake
@@ -56,6 +57,7 @@ You'll also need to install the chipmunk
 
 %prep
 %setup -qn Chipmunk-%{version}
+%patch0 -p1
 
 %build
 %if "%{?_lib}" == "lib64"
@@ -106,6 +108,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Oct  1 2009 Hans de Goede <hdegoede at redhat.com> - 4.1.0-8
+- Fix FTBFS
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.1.0-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list