automatic version update by autodist [release 3.21-1mamba;Fri Dec 10 2021]
This commit is contained in:
parent
bcf5e10a87
commit
d7308c5fc7
44
bullet.spec
44
bullet.spec
@ -1,27 +1,24 @@
|
|||||||
%define pkgver %(echo %version | tr _ -)
|
%define pkgver %(echo %version | tr _ -)
|
||||||
Name: bullet
|
Name: bullet
|
||||||
Version: 3.07
|
Version: 3.21
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: A Collision Detection and Rigid Body Dynamics Library
|
Summary: A Collision Detection and Rigid Body Dynamics Library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://bulletphysics.org
|
URL: https://pybullet.org/wordpress/
|
||||||
Source: https://github.com/bulletphysics/bullet3.git/%{version}/bullet3-%{version}.tar.bz2
|
Source: https://github.com/bulletphysics/bullet3.git/%{version}/bullet3-%{version}.tar.bz2
|
||||||
Patch0: bullet-3.07-upstream-release-fix.patch
|
Patch0: bullet-3.07-upstream-release-fix.patch
|
||||||
License: zlib
|
License: zlib
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: ldconfig
|
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython3-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: python3
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Bullet is a Collision Detection and Rigid Body Dynamics Library
|
Bullet is a Collision Detection and Rigid Body Dynamics Library
|
||||||
@ -37,8 +34,7 @@ This package contains shared libraries for %{name}.
|
|||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
## note: you can add this requirement if .pc files are provided by this package
|
Requires: pkg-config
|
||||||
#Requires: pkg-config
|
|
||||||
|
|
||||||
%description -n lib%{name}-devel
|
%description -n lib%{name}-devel
|
||||||
This package contains libraries and header files for developing applications that use %{name}.
|
This package contains libraries and header files for developing applications that use %{name}.
|
||||||
@ -48,15 +44,17 @@ Group: System/Libraries/Python
|
|||||||
Summary: Python bindings for %{name}
|
Summary: Python bindings for %{name}
|
||||||
|
|
||||||
%description -n python-%{name}-py3
|
%description -n python-%{name}-py3
|
||||||
This package contains the Python bindings forr %{name}.
|
This package contains the Python bindings for %{name}.
|
||||||
|
|
||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}3-%{pkgver}
|
%setup -q -n %{name}3-%{pkgver}
|
||||||
%patch0 -p1
|
#-D -T
|
||||||
|
#%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
#:<< _EOF
|
||||||
%cmake -d build \
|
%cmake -d build \
|
||||||
-DBUILD_SHARED_LIBS=1 \
|
-DBUILD_SHARED_LIBS=1 \
|
||||||
-DINSTALL_LIBS=1 \
|
-DINSTALL_LIBS=1 \
|
||||||
@ -64,9 +62,10 @@ This package contains the Python bindings forr %{name}.
|
|||||||
-DBUILD_PYBULLET=ON \
|
-DBUILD_PYBULLET=ON \
|
||||||
-DBUILD_PYBULLET_NUMPY=ON \
|
-DBUILD_PYBULLET_NUMPY=ON \
|
||||||
-DBUILD_OPENGL3_DEMOS=ON \
|
-DBUILD_OPENGL3_DEMOS=ON \
|
||||||
-DBUILD_BULLET2_DEMOS=OFF \
|
-DBUILD_BULLET2_DEMOS=ON \
|
||||||
-DBUILD_UNIT_TESTS=OFF \
|
-DBUILD_EXTRAS=ON
|
||||||
-DBUILD_EXTRAS=OFF
|
|
||||||
|
#-DBUILD_UNIT_TESTS=OFF \
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
@ -98,6 +97,7 @@ doxygen
|
|||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
|
%{_prefix}/lib/libclsocket.a
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%dir %{_libdir}/cmake/bullet
|
%dir %{_libdir}/cmake/bullet
|
||||||
%{_libdir}/cmake/bullet/BulletConfig.cmake
|
%{_libdir}/cmake/bullet/BulletConfig.cmake
|
||||||
@ -115,12 +115,30 @@ doxygen
|
|||||||
%{python3_sitearch}/pybullet_data/*
|
%{python3_sitearch}/pybullet_data/*
|
||||||
%dir %{python3_sitearch}/pybullet_envs
|
%dir %{python3_sitearch}/pybullet_envs
|
||||||
%{python3_sitearch}/pybullet_envs/*
|
%{python3_sitearch}/pybullet_envs/*
|
||||||
|
%dir %{python3_sitearch}/pybullet_examples
|
||||||
|
%{python3_sitearch}/pybullet_examples/*
|
||||||
%dir %{python3_sitearch}/pybullet_robots
|
%dir %{python3_sitearch}/pybullet_robots
|
||||||
%{python3_sitearch}/pybullet_robots/*
|
%{python3_sitearch}/pybullet_robots/*
|
||||||
%dir %{python3_sitearch}/pybullet_utils
|
%dir %{python3_sitearch}/pybullet_utils
|
||||||
%{python3_sitearch}/pybullet_utils/*
|
%{python3_sitearch}/pybullet_utils/*
|
||||||
|
%{python3_sitelib}/*pybullet.so*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 10 2021 Automatic Build System <autodist@mambasoft.it> 3.21-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Mon Aug 02 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.17-2mamba
|
||||||
|
- rebuilt with extra libraries
|
||||||
|
|
||||||
|
* Tue May 11 2021 Automatic Build System <autodist@mambasoft.it> 3.17-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Mar 05 2021 Automatic Build System <autodist@mambasoft.it> 3.09-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Mon Dec 28 2020 Automatic Build System <autodist@mambasoft.it> 3.08-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Dec 11 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 3.07-2mamba
|
* Fri Dec 11 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 3.07-2mamba
|
||||||
- rebuilt with cmake options and python binding
|
- rebuilt with cmake options and python binding
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user