Lines Matching full:bcc

32 %global python_bcc python3-bcc
36 %global python_bcc python2-bcc
44 Name: bcc
47 Summary: BPF Compiler Collection (BCC)
51 URL: https://github.com/iovisor/bcc
52 Source0: bcc.tar.gz
78 Python bindings for BPF Compiler Collection (BCC). Control a BPF program from
88 %setup -q -n bcc
106 find %{buildroot}/usr/share/bcc/{tools,examples} -type f -exec \
111 Summary: Shared Library for BPF Compiler Collection (BCC)
117 Shared Library for BPF Compiler Collection (BCC)
119 %package -n python2-bcc
120 Summary: Python2 bindings for BPF Compiler Collection (BCC)
122 %{?python_provide:%python_provide python2-bcc}
123 %description -n python2-bcc
124 Python bindings for BPF Compiler Collection (BCC)
127 %package -n python3-bcc
128 Summary: Python3 bindings for BPF Compiler Collection (BCC)
130 %{?python_provide:%python_provide python3-bcc}
131 %description -n python3-bcc
132 Python bindings for BPF Compiler Collection (BCC)
136 %package -n bcc-lua
137 Summary: Standalone tool to run BCC tracers written in Lua
139 %description -n bcc-lua
140 Standalone tool to run BCC tracers written in Lua
144 Summary: Examples for BPF Compiler Collection (BCC)
147 Requires: bcc-lua = %{version}-%{release}
150 Examples for BPF Compiler Collection (BCC)
152 %package -n bcc-tools
153 Summary: Command line tools for BPF Compiler Collection (BCC)
155 %description -n bcc-tools
156 Command line tools for BPF Compiler Collection (BCC)
160 /usr/include/bcc/*
162 %files -n python2-bcc
163 %{python2_sitelib}/bcc*
166 %files -n python3-bcc
167 %{python3_sitelib}/bcc*
171 %files -n bcc-lua
172 /usr/bin/bcc-lua
176 /usr/share/bcc/examples/*
177 %exclude /usr/share/bcc/examples/*.pyc
178 %exclude /usr/share/bcc/examples/*.pyo
179 %exclude /usr/share/bcc/examples/*/*.pyc
180 %exclude /usr/share/bcc/examples/*/*.pyo
181 %exclude /usr/share/bcc/examples/*/*/*.pyc
182 %exclude /usr/share/bcc/examples/*/*/*.pyo
184 %files -n bcc-tools
185 /usr/share/bcc/introspection/*
186 /usr/share/bcc/tools/*
187 /usr/share/bcc/man/*
200 - Revise bcc.spec to address rpmlint issues and build properly in Fedora koji.
203 - Add bcc-lua package
206 - Add bcc-tools package