automatic rebuild by autodist [release 3.1.1-3mamba;Tue Jan 27 2026]

This commit is contained in:
2026-01-30 01:27:38 +01:00
parent 07cf0178c8
commit 2006a63d30

View File

@@ -1,23 +1,19 @@
Name: box2d
Version: 2.4.1
Release: 1mamba
Version: 3.1.1
Release: 3mamba
Summary: A 2D physics engine for games
Group: Applications/Graphics
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
Packager: Silvan Calarco <silvan@openmamba.org>
URL: https://box2d.org/
Source: https://github.com/erincatto/box2d.git/v%{version}/box2d-%{version}.tar.bz2
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: ldconfig
BuildRequires: libgcc
BuildRequires: libstdc++6-devel
## AUTOBUILDREQ-END
BuildRequires: cmake
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Box2D is a 2D physics engine for games.
@@ -39,7 +35,6 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
This package contains libraries and header files for developing applications that use %{name}.
%debug_package
%prep
%setup -q
@@ -55,8 +50,6 @@ This package contains libraries and header files for developing applications tha
%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)
@@ -74,5 +67,14 @@ This package contains libraries and header files for developing applications tha
%changelog
* Tue Jan 27 2026 Automatic Build System <autodist@openmamba.org> 3.1.1-3mamba
- automatic rebuild by autodist
* Tue Jan 27 2026 Automatic Build System <autodist@openmamba.org> 3.1.1-2mamba
- automatic rebuild by autodist
* Sat Jan 10 2026 Automatic Build System <autodist@openmamba.org> 3.1.1-1mamba
- automatic update by autodist
* Sat Jan 16 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.1-1mamba
- package created using the webbuild interface