automatic version update by autodist [release 0.16.3-1mamba;Fri Jan 06 2023]
This commit is contained in:
parent
fa1f834239
commit
d5e2d58140
19
libode.spec
19
libode.spec
@ -1,11 +1,11 @@
|
||||
Name: libode
|
||||
Version: 0.16.2
|
||||
Version: 0.16.3
|
||||
Release: 1mamba
|
||||
Summary: An open source, high performance library for simulating rigid body dynamics
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://ode.org/
|
||||
Source: http://bitbucket.org/odedevs/ode/downloads/ode-%{version}.tar.gz
|
||||
#Source: http://downloads.sourceforge.net/project/opende/ODE/%{version}/ode-%{version}.tar.bz2
|
||||
@ -17,7 +17,6 @@ BuildRequires: glibc-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libstdc++6-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
ODE is an open source, high performance library for simulating rigid body dynamics.
|
||||
@ -37,16 +36,17 @@ ODE is fully featured, stable, mature and platform independent with an easy to u
|
||||
It has advanced joint types and integrated collision detection with friction.
|
||||
ODE is useful for simulating vehicles, objects in virtual reality environments and virtual creatures.
|
||||
It is currently used in many computer games, 3D authoring tools and simulation tools.
|
||||
This package contains static libraries and header files needed for development.
|
||||
|
||||
This package contains static libraries and header files need for development.
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n ode-%{version}
|
||||
#%patch0 -p1 -b .makefileso
|
||||
#%patch1 -p1
|
||||
./bootstrap
|
||||
|
||||
%build
|
||||
./bootstrap
|
||||
export CFLAGS="%{optflags} -ffast-math -fPIC"
|
||||
export CXXFLAGS="%{optflags} -ffast-math -fPIC"
|
||||
%configure \
|
||||
@ -61,7 +61,7 @@ export CXXFLAGS="%{optflags} -ffast-math -fPIC"
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
@ -72,13 +72,16 @@ export CXXFLAGS="%{optflags} -ffast-math -fPIC"
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/ode-config
|
||||
%{_includedir}/ode/
|
||||
%dir %{_includedir}/ode/
|
||||
%{_includedir}/ode/*
|
||||
%{_libdir}/libode.a
|
||||
%{_libdir}/libode.la
|
||||
%{_libdir}/libode.so
|
||||
%{_libdir}/pkgconfig/ode.pc
|
||||
|
||||
%changelog
|
||||
* Fri Jan 06 2023 Automatic Build System <autodist@mambasoft.it> 0.16.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 19 2021 Automatic Build System <autodist@mambasoft.it> 0.16.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user