SHA256
1
0
forked from pool/linux32
linux32/linux32.spec

60 lines
1.7 KiB
RPMSpec

#
# spec file for package linux32 (Version 1.0)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# 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 http://bugs.opensuse.org/
#
Name: linux32
BuildRequires: update-desktop-files
Url: ftp://ftp.x86-64.org/pub/linux/tools/linux32/
License: GPL v2 or later
Group: System/Kernel
Summary: 32-Bit Emulation Utility for x86-64
Version: 1.0
Release: 477
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: x86_64
Source2: %name.desktop
Source3: konsole-linux32.png
Requires: util-linux >= 2.16
%description
This is a small tool for 32-bit emulation in Linux/x86-64. It allows
you to execute programs that need a uname -m of i386 with uname
emulation. The uname -m is inherited by all child programs, but does
not affect the current shell or processes above it in the process
hierarchy.
Authors:
--------
Andi Kleen <ak@suse.de>
%prep
%build
%install
%suse_update_desktop_file -i %name TerminalEmulator
%files
%defattr(-,root,root)
/usr/share/applications/*
/usr/share/pixmaps/*
%changelog