From d5e2d581400fd3d361c0a4c1a321771737d106e7 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 05:15:35 +0100 Subject: [PATCH] automatic version update by autodist [release 0.16.3-1mamba;Fri Jan 06 2023] --- libode.spec | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/libode.spec b/libode.spec index 1aa7fa4..b5457c5 100644 --- a/libode.spec +++ b/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 +Packager: Silvan Calarco 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 0.16.3-1mamba +- automatic version update by autodist + * Fri Feb 19 2021 Automatic Build System 0.16.2-1mamba - automatic version update by autodist