]> git.pld-linux.org Git - packages/bcc.git/blame_incremental - bcc.spec
- updated to 0.16.17, removed obsolete segv patch
[packages/bcc.git] / bcc.spec
... / ...
CommitLineData
1Summary: Bruce's C compiler
2Summary(pl): Kompilator C Bruce'a
3Name: bcc
4Version: 0.16.17
5Release: 1
6License: GPL
7Group: Development/Languages
8#Source0Download: http://www.cix.co.uk/~mayday/
9Source0: http://www.cix.co.uk/~mayday/dev86/Dev86src-%{version}.tar.gz
10# Source0-md5: e7bbfdbe61c2fb964994a087e29b0087
11Patch0: Dev86src-noroot.patch
12Patch1: Dev86src-opt.patch
13URL: http://www.cix.co.uk/~mayday/
14Requires: bin86
15ExclusiveArch: %{ix86}
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18# don't try to strip Linux-8086 objects
19%define no_install_post_strip 1
20
21%description
22Bcc is a simple C compiler that produces 8086 assembler, in addition
23compiler compile time options allow 80386 or 6809 versions. The
24compiler understands traditional K&R C with just the restriction that
25bit fields are mapped to one of the other integer types.
26
27%description -l pl
28