2024-01-05 21:01:47 +01:00
|
|
|
%define pkgver %(echo %version | tr _ -)
|
|
|
|
Name: bullet
|
2024-01-05 21:01:47 +01:00
|
|
|
Version: 2.87
|
2024-01-05 21:01:47 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: A Collision Detection and Rigid Body Dynamics Library
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: http://bulletphysics.org
|
2024-01-05 21:01:47 +01:00
|
|
|
Source: https://github.com/bulletphysics/bullet3.git/%{version}/bullet3-%{version}.tar.bz2
|
2024-01-05 21:01:47 +01:00
|
|
|
License: zlib
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: cmake
|
|
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
Bullet is a Collision Detection and Rigid Body Dynamics Library
|
|
|
|
|
|
|
|
%package -n lib%{name}
|
|
|
|
Group: System/Libraries
|
|
|
|
Summary: Shared libraries for %{name}
|
|
|
|
|
|
|
|
%description -n lib%{name}
|
|
|
|
This package contains shared libraries for %{name}.
|
|
|
|
|
|
|
|
%package -n lib%{name}-devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
## note: you can add this requirement if .pc files are provided by this package
|
|
|
|
#Requires: pkg-config
|
|
|
|
|
|
|
|
%description -n lib%{name}-devel
|
|
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
2024-01-05 21:01:47 +01:00
|
|
|
%setup -q -n %{name}3-%{pkgver}
|
2024-01-05 21:01:47 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
%cmake
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%post -n lib%{name} -p /sbin/ldconfig
|
|
|
|
%postun -n lib%{name} -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files -n lib%{name}
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/*.so.*
|
2024-01-05 21:01:47 +01:00
|
|
|
%doc AUTHORS.txt LICENSE.txt
|
2024-01-05 21:01:47 +01:00
|
|
|
|
|
|
|
%files -n lib%{name}-devel
|
|
|
|
%defattr(-,root,root)
|
2024-01-05 21:01:47 +01:00
|
|
|
%{_includedir}/*
|
2024-01-05 21:01:47 +01:00
|
|
|
%{_libdir}/*.so
|
|
|
|
%dir %{_libdir}/cmake/bullet
|
|
|
|
%{_libdir}/cmake/bullet/BulletConfig.cmake
|
|
|
|
%{_libdir}/cmake/bullet/UseBullet.cmake
|
|
|
|
%{_libdir}/pkgconfig/bullet.pc
|
2024-01-05 21:01:47 +01:00
|
|
|
%{_prefix}/lib/libclsocket.a
|
2024-01-05 21:01:47 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-05 21:01:47 +01:00
|
|
|
* Tue Oct 24 2017 Automatic Build System <autodist@mambasoft.it> 2.87-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:01:47 +01:00
|
|
|
* Thu Feb 09 2017 Automatic Build System <autodist@mambasoft.it> 2.86-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:01:47 +01:00
|
|
|
* Sun Oct 16 2016 Automatic Build System <autodist@mambasoft.it> 2.85.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:01:47 +01:00
|
|
|
* Thu Oct 13 2016 Automatic Build System <autodist@mambasoft.it> 2.84-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:01:47 +01:00
|
|
|
* Sun Feb 14 2016 Automatic Build System <autodist@mambasoft.it> 2.83.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:01:47 +01:00
|
|
|
* Fri Aug 21 2015 Automatic Build System <autodist@mambasoft.it> 2.83.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:01:47 +01:00
|
|
|
* Wed Aug 05 2015 Automatic Build System <autodist@mambasoft.it> 2.83.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:01:47 +01:00
|
|
|
* Sat May 09 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.83.4-1mamba
|
|
|
|
- update to 2.83.4
|
|
|
|
|
2024-01-05 21:01:47 +01:00
|
|
|
* Sat Feb 01 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 2.82_r2704-1mamba
|
|
|
|
- update to 2.82_r2704
|
|
|
|
|
|
|
|
* Sun Jan 20 2013 openmamba WebBuild System <webbuild@openmamba.org> 2.81-2mamba
|
|
|
|
- Fixed summary
|
|
|
|
|
|
|
|
* Wed Oct 31 2012 openmamba WebBuild System <webbuild@openmamba.org> 2.81-rev2613-1mamba
|
|
|
|
- package created by autospec
|