]> git.pld-linux.org Git - packages/bin86.git/blobdiff - bin86.spec
- added missing translations
[packages/bin86.git] / bin86.spec
index fe23f102457336978be45bd60210484b1cdceb78..aa8880611549c34b04ac7f32664c6479e259bb64 100644 (file)
@@ -5,14 +5,15 @@ Summary(pl):  Assembler i konsolidator trybu rzeczywistego procesor
 Summary(tr):   Gerçek kip 80x86 çeviricisi ve baðlayýcýsý
 Name:          bin86
 Version:       0.4
-Release:       6
-Exclusivearch: i386
+Release:       8
 Copyright:     distributable
 Group:         Development/Languages
 Group(pl):     Programowanie/Jêzyki
 Source:                ftp://sunsite.unc.edu/pub/Linux/GCC/%{name}-%{version}.tar.gz
+Patch0:                bin86-glibc.patch
+Patch1:                bin86-opt.patch
 Buildroot:     /tmp/%{name}-%{version}-root
-Exclusivearch: i386
+Exclusivearch: %{ix86}
 
 %description
 This package provides an assembler and linker for real mode 80x86
@@ -32,7 +33,7 @@ instructions du mode r
 dont LILO et code de bootstrapping du noyau, ont besoin de ce package
 pour être reconstruits à partir des sources.
 
-%description
+%description -l pl
 PAkiet ten udostêpnia assembler i konsolidator (linker) trybu rzeczywistego
 procesorów rodziny 80x86. Pakiet ten trzeba mieæ do kompilacji programów, które
 pracuj± w trybie rzeczywistym jak LILO czy kod startowy kernela.
@@ -43,16 +44,18 @@ LILO ve 
 pakete gereksinim duyarlar.
 
 %prep
-%setup -q
+%setup  -q
+%patch0 -p1
+%patch1 -p1
 
 %build
 export PATH=$PATH:.
-make
+make OPT="$RPM_OPT_FLAGS"
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/usr/bin
-install -s as/as86 ld/ld86 $RPM_BUILD_ROOT/usr/bin
+install -d $RPM_BUILD_ROOT%{_bindir}
+install -s as/as86 ld/ld86 $RPM_BUILD_ROOT%{_bindir}
 
 gzip -9nf README
 
@@ -62,32 +65,5 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc README.gz
-%attr(755,root,root) /usr/bin/*
-
-%changelog
-
-- added using CVS keywords in %changelog (for automating them).
-
-* Sat Aug 22 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
-  [0.4-6]
-- added -q %setup parameter,
-- added missing Buildroot field in header,
-  non-root account).
-
-* Tue May 05 1998 Prospector System <bugs@redhat.com>
-- translations modified for de, fr, tr
-
-* Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com>
-- use ExclusiveArch instead of Exclusive
-
-* Sun Oct 19 1997 Erik Troan <ewt@redhat.com>
-- minor spec file cleanups
-- build rooted
-- usees %attr() now
-
-* Tue Jul 08 1997 Erik Troan <ewt@redhat.com>
-- built against glibc
 
-- added %attr and %defattr macros in %files (allows build package from
-  non-root account),
-- start at RH spec.
+%attr(755,root,root) %{_bindir}/*
This page took 0.54053 seconds and 4 git commands to generate.