]> git.pld-linux.org Git - packages/bin86.git/blobdiff - bin86.spec
- changed all BuildRoot definitons
[packages/bin86.git] / bin86.spec
index 3abdf15eeec1716ae5ef2af5e9714945a520b4cc..548411394de0f52eaf554ab4c4580bad9aa2451a 100644 (file)
@@ -5,15 +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:       7
+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
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+Exclusivearch: %{ix86}
 
 %description
 This package provides an assembler and linker for real mode 80x86
@@ -33,8 +33,8 @@ instructions du mode r
 dont LILO et code de bootstrapping du noyau, ont besoin de ce package
 pour être reconstruits à partir des sources.
 
-%description
-PAkiet ten udostêpnia assembler i konsolidator (linker) trybu rzeczywistego
+%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.
 
@@ -54,8 +54,8 @@ 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
 
@@ -65,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.075578 seconds and 4 git commands to generate.