]> git.pld-linux.org Git - packages/bullet.git/commitdiff
- updated to 2.78
authorlisu <lisu@pld-linux.org>
Thu, 5 May 2011 08:36:16 +0000 (08:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixed linking (patch)
- dropped obsoleted lib_suffix patch

Changed files:
    bullet.spec -> 1.12

bullet.spec

index abf5baf078b998d1e65a868e4cad005c61b915ee..482eae734fb2d1820f6ae3059f836ad0055a2f34 100644 (file)
@@ -1,22 +1,20 @@
 Summary:       Bullet - vollision detection and rigid body dynamics library
 Summary(pl.UTF-8):     Bullet - biblioteka wykrywania kolizji oraz dynamiki ciała sztywnego
 Name:          bullet
-Version:       2.77
+Version:       2.78
 Release:       1
 License:       Zlib
 Group:         Applications
-Source0:       http://bullet.googlecode.com/files/%{name}-%{version}.tgz
-# Source0-md5: 2f5074a1a29b618c672f1da4748e374b
-Patch0:                %{name}-lib_suffix.patch
+Source0:       http://bullet.googlecode.com/files/%{name}-%{version}.zip
+# Source0-md5: 99d4070864c9f73521481ba9cda25038
+Patch0:                %{name}-link.patch
 URL:           http://bulletphysics.org/wordpress/
 BuildRequires: OpenGL-glut-devel
 BuildRequires: cmake
 BuildRequires: rpmbuild(macros) >= 1.600
+BuildRequires: unzip
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-# better fix by proper linking
-%define                skip_post_check_so      libBulletMultiThreaded.so.*
-
 %description
 Bullet is a collision detection and rigid nody dynamics library.
 
@@ -37,7 +35,8 @@ Pliki nagłówkowe biblioteki bullet.
 
 %prep
 %setup -q
-%undos src/MiniCL/CMakeLists.txt
+%undos src/BulletMultiThreaded/GpuSoftBodySolvers/OpenCL/NVidia/CMakeLists.txt
+%undos src/BulletMultiThreaded/GpuSoftBodySolvers/OpenCL/MiniCL/CMakeLists.txt
 %patch0 -p1
 
 %build
This page took 0.075317 seconds and 4 git commands to generate.