File libOSMesa8-32bit.spec of Package libOSMesa8-32bit
#
# spec file for package libOSMesa8-32bit
#
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: libOSMesa8-32bit
Version: 8.0.0
Release: 1%{?dist}
Summary: Compatibility package for libOSMesa.so.8
URL: https://abf-downloads.openmandriva.org/rolling/repository/x86_64/main/release/libosmesa8-25.0.7-1-omv2504.x86_64.rpm
Source0: libOSMesa.so.8.0.0
License: MIT
Group: System/Libraries
Provides: libOSMesa8
%description
This package provides libOSMesa.so.8 for compatibility with applications like Crossover.
%prep
%check
%build
%install
mkdir -p %{buildroot}/usr/lib
install -m 0755 %{_sourcedir}/libOSMesa.so.8.0.0 %{buildroot}/usr/lib/libOSMesa.so.8.0.0
ln -sf libOSMesa.so.8.0.0 %{buildroot}/usr/lib/libOSMesa.so.8
%post
/sbin/ldconfig
%postun
/sbin/ldconfig
%files
/usr/lib/libOSMesa.so.8
/usr/lib/libOSMesa.so.8.0.0
%changelog
* Sat Jun 15 2025 Jonatas Gonçalves <jonatas@example.com> - 8.0.0-1
- Initial package.