]> git.pld-linux.org Git - packages/bcc.git/blobdiff - bcc.spec
- release 4
[packages/bcc.git] / bcc.spec
index ed25cbd89accfc041ab0fd9bfb335010111902f5..8306d264ee6377c3c2381b0316c66476323b9212 100644 (file)
--- a/bcc.spec
+++ b/bcc.spec
@@ -1,8 +1,8 @@
 Summary:       Bruce's C compiler
-Summary(pl):   Kompilator C Bruce'a
+Summary(pl.UTF-8):     Kompilator C Bruce'a
 Name:          bcc
 Version:       0.16.17
-Release:       2
+Release:       4
 License:       GPL
 Group:         Development/Languages
 #Source0Download: http://www.cix.co.uk/~mayday/
@@ -16,6 +16,7 @@ ExclusiveArch:        %{ix86}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # don't try to strip Linux-8086 objects
+# TODO: use _noautostrip
 %define                no_install_post_strip   1
 
 %description
@@ -24,11 +25,11 @@ compiler compile time options allow 80386 or 6809 versions. The
 compiler understands traditional K&R C with just the restriction that
 bit fields are mapped to one of the other integer types.
 
-%description -l pl
-Bcc jest prostym kompilatorem C tworz±cym pliki asemblerowe 8086,
+%description -l pl.UTF-8
+Bcc jest prostym kompilatorem C tworzącym pliki asemblerowe 8086,
 a dodatkowo pozwala na wybranie wersji 80386 lub 6809. Kompilator
-rozumie tradycyjne C K&R z takim ograniczeniem, ¿e pola bitowe
-s± odwzorowywane do jednego z innych typów ca³kowitych.
+rozumie tradycyjne C K&R z takim ograniczeniem, że pola bitowe
+są odwzorowywane do jednego z innych typów całkowitych.
 
 %prep
 %setup -q -n dev86-%{version}
@@ -43,7 +44,7 @@ mv -f unproto/README README.unproto
 
 %build
 CC="%{__cc}" \
-%{__make} all other \
+%{__make} -j1 all other \
        OPT="%{rpmcflags}" <<!FooBar!
 5
 quit
@@ -52,7 +53,7 @@ quit
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install-all \
+%{__make} -j1 install-all \
        DIST=$RPM_BUILD_ROOT
 
 # FFU (dis88/Makefile is not ready)
This page took 0.057543 seconds and 4 git commands to generate.