Summary: A real mode 80x86 assembler and linker Summary(ja): リアルモード 80x86 アセンブラとリンカ Name: dev86 Version: 0.16.21 Release: 1%{?_dist_release} License: GPL Group: Development/Languages URL: https://github.com/lkundrak/dev86 Source: %{name}-%{version}.tar.gz Patch0: dev86-noelks.patch Patch1: dev86-x86_64.patch Patch2: dev86-nostrip.patch Patch3: dev86-long.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root Obsoletes: bin86 BuildRequires: gawk %define __os_install_post /usr/lib/rpm/brp-compress /usr/lib/rpm/brp-strip %{__strip} /usr/lib/rpm/brp-strip-comment-note %{__strip} %{__objdump} %{nil} %description The dev86 package provides an assembler and linker for real mode 80x86 instructions. You'll need to have this package installed in order to build programs that run in real mode, including LILO and the kernel's bootstrapping code, from their sources. You should install dev86 if you intend to build programs that run in real mode from their source code. %description -l ja dev86 パッケージは リアルモード 80x86 命令のアセンブラとリンカを提供 します。LILO や kernel のブートストラップコードを含むリアルモードで 走るプログラムをソースから作成するときにはこのパッケージがインストー ルされている必要があります。 リアルモードで走るプログラムをソースから作成するつもりなら dev86 を インストールしてください。 %prep %setup -q %patch0 -p1 -b .noelks %ifarch x86_64 %patch1 -p1 -b .x86_64 %endif %patch2 -p1 -b .nostrip %patch3 -p1 -b .long %build make < - 0.16.21-1 - update to 0.16.21 - add Patch3 (dev86-long.patch) from fedora * Sun Apr 17 2011 Shu KONNO - 0.16.17-3 - rebuilt with rpm-4.8.1-3 * Tue Jan 5 2010 MATSUBAYASHI Kohji - 0.16.17-2 - remove ExclusiveArch to allow to run dev86 on different arches * Mon Sep 08 2008 Shu KONNO 0.16.17-1vl5 - applied new versioning policy, spec in utf-8 * Tue Nov 06 2007 Daisuke SUZUKI 0.16.17-0vl1 - new upstream release * Sat Sep 20 2003 Ryoichi INAGAKI 0.16.3-9vl1 - based on Rawhide 0.16.3-9 * Thu May 22 2003 Jeremy Katz 0.16.3-9 - preserve README files with separate names * Fri Jan 31 2003 Florian La Roche - do not strip static archive to get rebuild working again * Sat Aug 10 2002 Florian La Roche - add ar86 to filelist * Wed Jun 19 2002 Florian La Roche - do not strip apps - rebuild with new toolchains - s/Copyright/License/ * Sat Jul 14 2001 - 0.15.5-1vl2: use %%{ix86} for ExclusiveArch instead of i386 - enabled %%clean (why was it disabled?) * Sun May 27 2001 - 0.15.5-1vl1: added Japanese summary and description * Mon May 7 2001 Bernhard Rosenkraenzer 0.15.5-1 - Update to 0.15.5, lots of fixes * Wed Jul 12 2000 Prospector - automatic rebuild * Mon Jun 19 2000 Florian La Roche - add defattr * Sun Jun 18 2000 Matt Wilson - use %%{_mandir} * Fri Feb 04 2000 Nalin Dahyabhai - change default header directory to match libs and fix bug #9121 * Thu Feb 03 2000 Cristian Gafton - version 0.15.0 - man pages are compressed * Mon Sep 20 1999 Donnie Barnes - removed "Distribution:" line (was RHCN) - changed description and summary to the ones from bin86 with s/bin/dev/ done throughout - added patch to keep from installing in /usr/bcc and simply in /usr - moved include files to /usr/lib/bcc/include * Tue Sep 07 1999 Erik Troan - updated to Dev86src - included in Red Hat 6.1 * Sat Nov 14 1998 Simon Weijgers - First release of this package to be shipped to rhcn. - To be fixed: Bug in Makefile which installs headerfiles double. E.g. /usr/bcc/include/arch is also installed under /usr/bcc/include/arch/arch. This doesn't hinder operation, just eats a tiny bit of diskspace.