109 lines
2.4 KiB
RPMSpec
109 lines
2.4 KiB
RPMSpec
|
Name: openmamba-distro-compat
|
||
|
Version: 1.0
|
||
|
Release: 2mamba
|
||
|
Summary: Compatibility package for the installation of binary RPMs packaged for other distributions
|
||
|
Group: System/Configuration
|
||
|
Vendor: openmamba
|
||
|
Distribution: openmamba
|
||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||
|
URL: http://www.openmamba.org
|
||
|
## AUTOBUILDREQ-BEGIN
|
||
|
## AUTOBUILDREQ-END
|
||
|
Requires: glibc
|
||
|
Provides: glibc(x86-32)
|
||
|
%ifarch x86_64
|
||
|
Provides: glibc(x86-64)
|
||
|
Requires: glibc-multilib
|
||
|
%endif
|
||
|
Requires: libalsa
|
||
|
%ifarch x86_64
|
||
|
Provides: alsa-lib(x86-64)
|
||
|
%else
|
||
|
Provides: alsa-lib(x86-32)
|
||
|
%endif
|
||
|
Provides: libasound2
|
||
|
Requires: libz
|
||
|
Provides: zlib(x86-32)
|
||
|
%ifarch x86_64
|
||
|
Requires: lib32-libz
|
||
|
Provides: zlib(x86-64)
|
||
|
%endif
|
||
|
Requires: libSM
|
||
|
%ifarch x86_64
|
||
|
Provides: libSM(x86-64)
|
||
|
%else
|
||
|
Provides: libSM(x86-32)
|
||
|
%endif
|
||
|
Provides: xorg-x11-libSM
|
||
|
Requires: libXext
|
||
|
%ifarch x86_64
|
||
|
Provides: libXext(x86-32)
|
||
|
%else
|
||
|
Provides: libXext(x86-64)
|
||
|
%endif
|
||
|
Provides: xorg-x11-libXext
|
||
|
Requires: libXtst
|
||
|
%ifarch x86_64
|
||
|
Provides: libXtst(x86-64)
|
||
|
%else
|
||
|
Provides: libXtst(x86-32)
|
||
|
%endif
|
||
|
Provides: xorg-x11-libXtst
|
||
|
Requires: libXdamage
|
||
|
%ifarch x86_64
|
||
|
Provides: libXdamage(x86-64)
|
||
|
%else
|
||
|
Provides: libXdamage(x86-32)
|
||
|
%endif
|
||
|
Provides: xorg-x11-libXdamage
|
||
|
Requires: libXfixes
|
||
|
%ifarch x86_64
|
||
|
Provides: libXfixes(x86-64)
|
||
|
%else
|
||
|
Provides: libXfixes(x86-32)
|
||
|
%endif
|
||
|
Provides: xorg-x11-libXfixes
|
||
|
Requires: libXrender
|
||
|
%ifarch x86_64
|
||
|
Provides: libXrender(x86-64)
|
||
|
%else
|
||
|
Provides: libXrender(x86-32)
|
||
|
%endif
|
||
|
Requires: libgcc
|
||
|
Provides: libgcc(x86-32)
|
||
|
%ifarch x86_64
|
||
|
Requires: gcc-multilib
|
||
|
Provides: libgcc(x86-64)
|
||
|
%endif
|
||
|
Provides: xorg-x11-libXrender
|
||
|
Requires: libfreetype
|
||
|
Provides: freetype(x86-32)
|
||
|
Provides: freetype2
|
||
|
%ifarch x86_64
|
||
|
Requires: lib32-libfreetype
|
||
|
Provides: freetype(x86-64)
|
||
|
%endif
|
||
|
License: GPL
|
||
|
|
||
|
%description
|
||
|
Compatibility package for the installation of binary RPMs packaged for other distributions.
|
||
|
|
||
|
Currently supported packages (others may work as well):
|
||
|
- teamviewer v6.0.9258 (Red Hat and SUSE)
|
||
|
|
||
|
%prep
|
||
|
|
||
|
%build
|
||
|
|
||
|
%install
|
||
|
|
||
|
%files
|
||
|
%defattr(-,root,root)
|
||
|
|
||
|
%changelog
|
||
|
* Tue May 08 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0-2mamba
|
||
|
- provide libgcc(x86-32)
|
||
|
|
||
|
* Tue Oct 18 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0-1mamba
|
||
|
- package created
|