[bullet/f14/master] added an ptach for the new bullet libs for the libsuffix problem

Thomas Kowaliczek linuxdonald at fedoraproject.org
Tue Sep 28 23:08:03 UTC 2010


commit e2d08938708d17b9f6cec3ead2958a32770d955f
Author: LinuxDonald <linuxdonald at linuxdonald.de>
Date:   Wed Sep 29 01:08:03 2010 +0200

    added an ptach for the new bullet libs for the libsuffix problem

 bullet.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/bullet.spec b/bullet.spec
index b771e81..faf65a3 100644
--- a/bullet.spec
+++ b/bullet.spec
@@ -1,6 +1,6 @@
 Name: bullet
 Version: 2.77
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: 3D Collision Detection and Rigid Body Dynamics Library
 Group: Development/Libraries
 License: zlib and MIT and BSD
@@ -14,6 +14,9 @@ Source0: %{name}-%{version}-free.tar.gz
 # ./generate-tarball.sh 2.77
 Source1: generate-tarball.sh
 
+# See http://code.google.com/p/bullet/issues/detail?id=174
+Patch0: suffix.patch
+
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: cmake, libGL-devel, libGLU-devel, freeglut-devel, libICE-devel
@@ -34,6 +37,8 @@ Development headers and libraries for %{name}.
 %prep
 %setup -q
 
+%patch0
+
 # Set these files to right permission
 chmod 644 src/LinearMath/btPoolAllocator.h
 chmod 644 src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp
@@ -122,6 +127,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Sep 29 2010 Thomas Kowaliczek <linuxdonald at linuxdonald.de> - 2.77-2
+- Added LibSuffix patch
+
 * Wed Sep 29 2010 Thomas Kowaliczek <linuxdonald at linuxdonald.de> - 2.77-1
 - Updatet to version 2.77
 - Droped all patches because they are all in upstream


More information about the scm-commits mailing list