forked from pool/linux32
This commit is contained in:
parent
7d76cc17d5
commit
8cf7c64dd9
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 21 10:51:27 CEST 2008 - kukuk@suse.de
|
||||||
|
|
||||||
|
- Build only on x86-64
|
||||||
|
- Fix at least on destkop file entry
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 10 13:28:18 CEST 2007 - bwalle@suse.de
|
Wed Oct 10 13:28:18 CEST 2007 - bwalle@suse.de
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ Type=Application
|
|||||||
Exec=konsole -e linux32 $SHELL
|
Exec=konsole -e linux32 $SHELL
|
||||||
Icon=konsole-linux32
|
Icon=konsole-linux32
|
||||||
DocPath=konsole/index.html
|
DocPath=konsole/index.html
|
||||||
Terminal=0
|
Terminal=false
|
||||||
X-KDE-StartupNotify=true
|
X-KDE-StartupNotify=true
|
||||||
|
|
||||||
Name=Linux 32-bit Konsole
|
Name=Linux 32-bit Konsole
|
||||||
|
43
linux32.spec
43
linux32.spec
@ -1,14 +1,22 @@
|
|||||||
#
|
#
|
||||||
# spec file for package linux32 (Version 1.0)
|
# spec file for package linux32 (Version 1.0)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
|
||||||
# package are under the same license as the package itself.
|
|
||||||
#
|
#
|
||||||
|
# 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/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: linux32
|
Name: linux32
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
Url: ftp://ftp.x86-64.org/pub/linux/tools/linux32/
|
Url: ftp://ftp.x86-64.org/pub/linux/tools/linux32/
|
||||||
@ -16,8 +24,9 @@ License: GPL v2 or later
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Summary: 32-Bit Emulation Utility for x86-64
|
Summary: 32-Bit Emulation Utility for x86-64
|
||||||
Version: 1.0
|
Version: 1.0
|
||||||
Release: 414
|
Release: 473
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
ExclusiveArch: x86_64
|
||||||
#Recommends: kdebase3
|
#Recommends: kdebase3
|
||||||
Source0: linux32.c
|
Source0: linux32.c
|
||||||
Source1: linux32.1
|
Source1: linux32.1
|
||||||
@ -65,35 +74,39 @@ ln linux32 linux64
|
|||||||
/usr/share/man/man1/linux64.1.gz
|
/usr/share/man/man1/linux64.1.gz
|
||||||
/usr/share/applications/*
|
/usr/share/applications/*
|
||||||
/usr/share/pixmaps/*
|
/usr/share/pixmaps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Oct 10 2007 - bwalle@suse.de
|
* Tue Oct 21 2008 kukuk@suse.de
|
||||||
|
- Build only on x86-64
|
||||||
|
- Fix at least on destkop file entry
|
||||||
|
* Wed Oct 10 2007 bwalle@suse.de
|
||||||
- fix some problems (#188554)
|
- fix some problems (#188554)
|
||||||
o make linux64 working even if it's called with the full path
|
o make linux64 working even if it's called with the full path
|
||||||
o don't switch magically to linux32 if linux64 is called with
|
o don't switch magically to linux32 if linux64 is called with
|
||||||
arguments (--3gb/--4gb)
|
arguments (--3gb/--4gb)
|
||||||
o fix segmentation fault
|
o fix segmentation fault
|
||||||
* Wed Mar 01 2006 - sf@suse.de
|
* Wed Mar 01 2006 sf@suse.de
|
||||||
- added -32bit to name and generics name in .desktop file (#52279)
|
- added -32bit to name and generics name in .desktop file (#52279)
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Tue Nov 23 2004 - adrian@suse.de
|
* Tue Nov 23 2004 adrian@suse.de
|
||||||
- install icon file for desktop entry
|
- install icon file for desktop entry
|
||||||
* Sun Aug 03 2003 - adrian@suse.de
|
* Sun Aug 03 2003 adrian@suse.de
|
||||||
- install the desktop file according to XDG instead of susewm
|
- install the desktop file according to XDG instead of susewm
|
||||||
* Fri Jun 20 2003 - ak@suse.de
|
* Fri Jun 20 2003 ak@suse.de
|
||||||
- add linux32.1 as Source
|
- add linux32.1 as Source
|
||||||
* Thu Jun 19 2003 - ak@suse.de
|
* Thu Jun 19 2003 ak@suse.de
|
||||||
- eliminate README.linux32
|
- eliminate README.linux32
|
||||||
- use RPM_OPT_FLAGS
|
- use RPM_OPT_FLAGS
|
||||||
* Thu Jun 19 2003 - ak@suse.de
|
* Thu Jun 19 2003 ak@suse.de
|
||||||
- fix neededforbuild
|
- fix neededforbuild
|
||||||
- make --3gb the default
|
- make --3gb the default
|
||||||
- add manpage
|
- add manpage
|
||||||
- use hardlink for linux64
|
- use hardlink for linux64
|
||||||
* Thu Jun 05 2003 - ak@suse.de
|
* Fri Jun 06 2003 ak@suse.de
|
||||||
- add --3gb support (needs kernel patch)
|
- add --3gb support (needs kernel patch)
|
||||||
- fix error handling
|
- fix error handling
|
||||||
* Thu Feb 20 2003 - adrian@suse.de
|
* Thu Feb 20 2003 adrian@suse.de
|
||||||
- add menu entry for 32 bit shell in System/Terminals/
|
- add menu entry for 32 bit shell in System/Terminals/
|
||||||
* Fri May 10 2002 - stepan@suse.de
|
* Fri May 10 2002 stepan@suse.de
|
||||||
- initial version
|
- initial version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user