]> git.pld-linux.org Git - packages/bin86.git/blob - bin86.spec
ae8caadddd221f8fc4f579db8aba284b8f85055f
[packages/bin86.git] / bin86.spec
1 Summary:     Real mode 80x86 assembler and linker
2 Summary(de): Real-Mode 80x86 Assembler und Linker
3 Summary(fr): Assembleur 80x86 en mode réel et éditeur de liens
4 Summary(pl): Assembler i konsolidator trybu rzeczywistego procesorów 80x86
5 Summary(tr): Gerçek kip 80x86 çeviricisi ve baðlayýcýsý
6 Name:        bin86
7 Version:     0.4
8 Release:     6
9 Exclusivearch: i386
10 Copyright:   distributable
11 Group:       Development/Languages
12 Source:      ftp://sunsite.unc.edu/pub/Linux/GCC/%{name}-%{version}.tar.gz
13 Buildroot:   /tmp/%{name}-%{version}-root
14
15 %description
16 This package provides an assembler and linker for real mode 80x86
17 instructions. Programs that run in real mode, including LILO and the
18 kernel's bootstrapping code, need to have this package installed to
19 be built from the sources.
20
21 %description -l de
22 Dieses Paket enthält einen Assembler und Linker für Real-Mode 80x86-
23 Instruktione. Für Programme, die in Real-Mode laufen, einschließlich LILO
24 und der Bootstrapping-Code des Kernels, muß dieses Paket installiert sein, 
25 damit sie von den Quellen gebaut werden können.
26
27 %description -l fr
28 Ce package fournit un assembleur et un éditeur de liens pour les
29 instructions du mode réel 80x86. Les programmes tournat en mode réel
30 dont LILO et code de bootstrapping du noyau, ont besoin de ce package
31 pour être reconstruits à partir des sources.
32
33 %description
34 PAkiet ten udostêpnia assembler i konsolidator (linker) trybu rzeczywistego
35 procesorów rodziny 80x86. Pakiet ten trzeba mieæ do kompilacji programów, które
36 pracuj± w trybie rzeczywistym jak LILO czy kod startowy kernela.
37
38 %description -l tr
39 Bu paket, gerçek kip 80x86 yönergeleri için bir çevirici ve baðlayýcý saðlar.
40 LILO ve çekirdeðin önyükleme kodlarý gibi gerçek kipte koþan programlar, bu
41 pakete gereksinim duyarlar.
42
43 %prep
44 %setup -q
45
46 %build
47 export PATH=$PATH:.
48 make CFLAGS="$RPM_OPT_FLAGS -D_POSIX_SOURCE"
49
50 %install
51 rm -rf $RPM_BUILD_ROOT
52 install -d $RPM_BUILD_ROOT/usr/bin
53 install -s as/as86 ld/ld86 $RPM_BUILD_ROOT/usr/bin
54
55 %clean
56 rm -rf $RPM_BUILD_ROOT
57
58 %files
59 %defattr(644, root, root, 755)
60 %doc README
61 %attr(755,root,root) /usr/bin/*
62
63 %changelog
64
65 - added using CVS keywords in %changelog (for automating them).
66
67 * Sat Aug 22 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
68   [0.4-6]
69 - added -q %setup parameter,
70 - added using $RPM_OPT_FLAGS during building package,
71 - added %attr and %defattr macros in %files (allow build package from
72   non-root account).
73
74 * Tue May 05 1998 Prospector System <bugs@redhat.com>
75 - translations modified for de, fr, tr
76
77 * Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com>
78 - use ExclusiveArch instead of Exclusive
79
80 * Sun Oct 19 1997 Erik Troan <ewt@redhat.com>
81 - minor spec file cleanups
82 - build rooted
83 - usees %attr() now
84
85 * Tue Jul 08 1997 Erik Troan <ewt@redhat.com>
86 - built against glibc- added %attr and %defattr macros in %files (allows build package from
87   non-root account),
88 - start at RH spec.
This page took 0.028011 seconds and 2 git commands to generate.