]> git.pld-linux.org Git - packages/bin86.git/blobdiff - bin86.spec
- added missing translations
[packages/bin86.git] / bin86.spec
index 3c226a3f288a741825715dcd8d3dc574061bac1d..aa8880611549c34b04ac7f32664c6479e259bb64 100644 (file)
@@ -1,16 +1,19 @@
-Summary:     Real mode 80x86 assembler and linker
-Summary(de): Real-Mode 80x86 Assembler und Linker
-Summary(fr): Assembleur 80x86 en mode réel et éditeur de liens
-Summary(pl): Assembler i konsolidator trybu rzeczywistego procesorów 80x86
-Summary(tr): Gerçek kip 80x86 çeviricisi ve baðlayýcýsý
-Name:        bin86
-Version:     0.4
-Release:     6
-Exclusivearch: i386
-Copyright:   distributable
-Group:       Development/Languages
-Source:      ftp://sunsite.unc.edu/pub/Linux/GCC/%{name}-%{version}.tar.gz
-Buildroot:   /tmp/%{name}-%{version}-root
+Summary:       Real mode 80x86 assembler and linker
+Summary(de):   Real-Mode 80x86 Assembler und Linker
+Summary(fr):   Assembleur 80x86 en mode réel et éditeur de liens
+Summary(pl):   Assembler i konsolidator trybu rzeczywistego procesorów 80x86
+Summary(tr):   Gerçek kip 80x86 çeviricisi ve baðlayýcýsý
+Name:          bin86
+Version:       0.4
+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: %{ix86}
 
 %description
 This package provides an assembler and linker for real mode 80x86
@@ -30,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.
@@ -41,47 +44,26 @@ 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
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(644, root, root, 755)
-%doc README
-%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 %attr and %defattr macros in %files (allow build package from
-  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
+%defattr(644,root,root,755)
+%doc README.gz
 
-* 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.074587 seconds and 4 git commands to generate.