x86_64: don't require lib32-* anymore [release 1.0-3mamba;Mon Oct 12 2015]

This commit is contained in:
Silvan Calarco 2024-01-06 08:13:41 +01:00
parent afd268fd4b
commit 4445e733c4

View File

@ -1,6 +1,6 @@
Name: openmamba-distro-compat Name: openmamba-distro-compat
Version: 1.0 Version: 1.0
Release: 2mamba Release: 3mamba
Summary: Compatibility package for the installation of binary RPMs packaged for other distributions Summary: Compatibility package for the installation of binary RPMs packaged for other distributions
Group: System/Configuration Group: System/Configuration
Vendor: openmamba Vendor: openmamba
@ -10,10 +10,10 @@ URL: http://www.openmamba.org
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
Requires: glibc Requires: glibc
Provides: glibc(x86-32)
%ifarch x86_64 %ifarch x86_64
Provides: glibc(x86-64) Provides: glibc(x86-64)
Requires: glibc-multilib %else
Provides: glibc(x86-32)
%endif %endif
Requires: libalsa Requires: libalsa
%ifarch x86_64 %ifarch x86_64
@ -23,10 +23,10 @@ Provides: alsa-lib(x86-32)
%endif %endif
Provides: libasound2 Provides: libasound2
Requires: libz Requires: libz
Provides: zlib(x86-32)
%ifarch x86_64 %ifarch x86_64
Requires: lib32-libz
Provides: zlib(x86-64) Provides: zlib(x86-64)
%else
Provides: zlib(x86-32)
%endif %endif
Requires: libSM Requires: libSM
%ifarch x86_64 %ifarch x86_64
@ -70,18 +70,18 @@ Provides: libXrender(x86-64)
Provides: libXrender(x86-32) Provides: libXrender(x86-32)
%endif %endif
Requires: libgcc Requires: libgcc
Provides: libgcc(x86-32)
%ifarch x86_64 %ifarch x86_64
Requires: gcc-multilib
Provides: libgcc(x86-64) Provides: libgcc(x86-64)
%else
Provides: libgcc(x86-32)
%endif %endif
Provides: xorg-x11-libXrender Provides: xorg-x11-libXrender
Requires: libfreetype Requires: libfreetype
Provides: freetype(x86-32)
Provides: freetype2 Provides: freetype2
%ifarch x86_64 %ifarch x86_64
Requires: lib32-libfreetype
Provides: freetype(x86-64) Provides: freetype(x86-64)
%else
Provides: freetype(x86-32)
%endif %endif
License: GPL License: GPL
@ -101,6 +101,9 @@ Currently supported packages (others may work as well):
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Mon Oct 12 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0-3mamba
- x86_64: don't require lib32-* anymore
* Tue May 08 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0-2mamba * Tue May 08 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0-2mamba
- provide libgcc(x86-32) - provide libgcc(x86-32)