Update to version 2.81
This commit is contained in:
parent
8803f0ccc5
commit
7bcd11fe3f
4 changed files with 13 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -3,3 +3,4 @@ bullet-2.75-free.tar.gz
|
|||
/bullet-2.78-free.tar.gz
|
||||
/bullet-2.79-free.tar.gz
|
||||
/bullet-2.80-rev2531-free.tar.gz
|
||||
/bullet-2.81-rev2613-free.tar.gz
|
||||
|
|
|
|||
15
bullet.spec
15
bullet.spec
|
|
@ -1,17 +1,19 @@
|
|||
%global svnrev 2613
|
||||
|
||||
Name: bullet
|
||||
Version: 2.80
|
||||
Release: 2%{?dist}
|
||||
Version: 2.81
|
||||
Release: 1%{?dist}
|
||||
Summary: 3D Collision Detection and Rigid Body Dynamics Library
|
||||
Group: Development/Libraries
|
||||
License: zlib and MIT and BSD
|
||||
URL: http://www.bulletphysics.com
|
||||
|
||||
Source0: %{name}-%{version}-rev2531-free.tar.gz
|
||||
Source0: %{name}-%{version}-rev%{svnrev}-free.tar.gz
|
||||
# bullet contains non-free code that we cannot ship. Therefore we use
|
||||
# this script to remove the non-free code before shipping it.
|
||||
# Download the upstream tarball and invoke this script while in the
|
||||
# tarball's directory:
|
||||
# ./generate-tarball.sh 2.77
|
||||
# ./generate-tarball.sh 2.81-rev2613
|
||||
Source1: generate-tarball.sh
|
||||
|
||||
Patch0: %{name}-2.77-extras-version.patch
|
||||
|
|
@ -58,7 +60,7 @@ Development headers and libraries for %{name} extra libraries.
|
|||
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}-rev2531
|
||||
%setup -q -n %{name}-%{version}-rev%{svnrev}
|
||||
%patch0 -p1 -b .extras-version
|
||||
|
||||
# Set these files to right permission
|
||||
|
|
@ -155,6 +157,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
|
||||
%changelog
|
||||
* Sat Oct 13 2012 Rich Mattes <richmattes@gmail.com> - 2.81-1
|
||||
- Update to version 2.81
|
||||
|
||||
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.80-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ rm -f $NAME-$VERSION/*.{DLL,dll}
|
|||
rm -rf $NAME-$VERSION/Demos
|
||||
rm -rf $NAME-$VERSION/Extras/{CUDA,khx2dae,software_cache,sph,CDTestFramework}
|
||||
rm -rf $NAME-$VERSION/Glut
|
||||
rm -rf $NAME-$VERSION/build
|
||||
|
||||
tar -czvf $NAME-$VERSION-free.tar.gz $NAME-$VERSION
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
3e12ddcd4973ad90f1423457db2956c0 bullet-2.80-rev2531-free.tar.gz
|
||||
45994417b55b07e62999e74972f8bdec bullet-2.81-rev2613-free.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue