]> git.pld-linux.org Git - packages/kernel-tools.git/blame - kernel-tools.spec
- up to 3.17.3
[packages/kernel-tools.git] / kernel-tools.spec
CommitLineData
bb6b0f50
ER
1# TODO:
2# - redefine: PACKAGE_BUGREPORT=cpufreq@vger.kernel.org
b1f08c11
ER
3# - add -n python-perf?
4# - without perf bcond does not work (it still builds it)
5# - add bcond to disable building docs (perf docs)
6# - install of perf compiles things over again
bb6b0f50 7
49fba13a
ER
8# Conditional build:
9%bcond_without verbose # verbose build (V=1)
db5f9ac9 10%bcond_without perf # perf tools
ae4c1fd4 11%bcond_without gtk # GTK+ 2.x perf support
49fba13a 12
497789c8
JR
13%define basever 3.17
14%define postver .3
49fba13a 15Summary: Assortment of tools for the Linux kernel
bd620db3 16Summary(pl.UTF-8): Zestaw narzędzi dla jądra Linuksa
49fba13a
ER
17Name: kernel-tools
18Version: %{basever}%{postver}
497789c8 19Release: 1
49fba13a 20License: GPL v2
fea1e605 21Group: Applications/System
4b352448 22Source0: https://www.kernel.org/pub/linux/kernel/v3.x/linux-%{basever}.tar.xz
497789c8 23# Source0-md5: fb30d0f29214d75cddd2faa94f73d5cf
49fba13a 24%if "%{postver}" != ".0"
4b352448 25Patch0: https://www.kernel.org/pub/linux/kernel/v3.x/patch-%{version}.xz
497789c8 26# Patch0-md5: 13f495e3ce72ed6ccefb38591587a6ef
49fba13a 27%endif
f57fcd71
ER
28Source1: cpupower.service
29Source2: cpupower.config
52583efa 30URL: http://www.kernel.org/
4a7175d2 31BuildRequires: gettext-tools
9596c3d3 32BuildRequires: pciutils-devel
a8b28c3a 33BuildRequires: rpmbuild(macros) >= 1.647
49fba13a
ER
34BuildRequires: tar >= 1:1.22
35BuildRequires: xz
fea1e605
ER
36%if %{with perf}
37BuildRequires: asciidoc
52583efa 38BuildRequires: audit-libs-devel
db5f9ac9 39BuildRequires: binutils-devel
52583efa 40BuildRequires: bison
a8b28c3a 41BuildRequires: docbook-dtd45-xml
52583efa
JB
42BuildRequires: docbook-style-xsl
43BuildRequires: elfutils-devel
44BuildRequires: flex
52583efa 45BuildRequires: libunwind-devel >= 0.99
60ccbbd3 46BuildRequires: numactl-devel
52583efa 47BuildRequires: perl-devel >= 5.1
52583efa 48BuildRequires: python-devel
fea1e605 49BuildRequires: rpm-pythonprov
a1c57a8e 50BuildRequires: slang-devel
fea1e605 51BuildRequires: xmlto
a8b28c3a
ER
52%if %{with gtk}
53BuildRequires: gtk+2-devel >= 2.0
54BuildRequires: pkgconfig
55%endif
fea1e605 56%endif
49fba13a
ER
57BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
58
eb373af4
AM
59# otherwise /usr/lib/rpm/bin/debugedit: canonicalization unexpectedly shrank by one character
60%define _enable_debug_packages 0
61
60972f76
ER
62%define makeopts CC="%{__cc}" %{?with_verbose:V=1}
63
49fba13a 64%description
bd620db3
JB
65This package contains the software from tools/ subdirectory from Linux
66kernel source and the supporting documentation.
67
68%description -l pl.UTF-8
69Ten pakiet zawiera oprogramowanie z podkatalogu tools/ ze źródeł jądra
70Linuksa oraz związaną z nim dokumentację.
49fba13a 71
4bc5704a
JK
72%package cpupower
73Summary: cpupower - Shows and sets processor power related values
bd620db3 74Summary(pl.UTF-8): cpupower - wyświetlanie i ustawianie wartości związanych z zużyciem energii przez procesor
4bc5704a 75Group: Applications/System
f57fcd71 76Requires(post,preun,postun): systemd-units >= 38
91fd1f55 77Requires: %{name}-cpupower-libs = %{version}-%{release}
f57fcd71 78Requires: systemd-units >= 0.38
2bd21e06
ER
79Provides: cpufreq-utils = 1:009-0.6.p1
80Provides: cpufrequtils = 1:009-0.6.p1
81Provides: cpupowerutils = 1:009-0.6.p1
82Obsoletes: cpufreq-utils < 1:009-0.6.p1
83Obsoletes: cpufrequtils < 1:009-0.6.p1
84Obsoletes: cpupowerutils < 1:009-0.6.p1
85Obsoletes: cpuspeed < 1:1.5-16
4bc5704a
JK
86
87%description cpupower
60972f76
ER
88cpupower is a collection of tools to examine and tune power saving
89related features of your processor.
4bc5704a 90
bd620db3
JB
91%description cpupower -l pl.UTF-8
92cpupower to zbiór narzędzi do sprawdzania i ustawiania opcji procesora
93związanych z oszczędzaniem energii.
94
4bc5704a 95%package cpupower-libs
bd620db3
JB
96Summary: cpupower library
97Summary(pl.UTF-8): Biblioteka cpupower
49fba13a
ER
98Group: Libraries
99
4bc5704a 100%description cpupower-libs
bd620db3
JB
101cpupower library.
102
103%description cpupower-libs -l pl.UTF-8
104Biblioteka cpupower.
49fba13a 105
4bc5704a 106%package cpupower-libs-devel
bd620db3
JB
107Summary: Development files for the cpupower library
108Summary(pl.UTF-8): Pliki programistyczne biblioteki cpupower
49fba13a 109Group: Development/Libraries
178c4b31
ER
110Requires: %{name} = %{version}-%{release}
111Requires: %{name}-cpupower-libs = %{version}-%{release}
91fd1f55 112Provides: cpufrequtils-devel = 1:009-0.6.p1
49fba13a 113Provides: cpupowerutils-devel = 1:009-0.6.p1
91fd1f55 114Obsoletes: cpufrequtils-devel < 1:009-0.6.p1
49fba13a
ER
115Obsoletes: cpupowerutils-devel < 1:009-0.6.p1
116
4bc5704a 117%description cpupower-libs-devel
bd620db3
JB
118Development files for the cpupower library.
119
120%description cpupower-libs-devel -l pl.UTF-8
121Pliki programistyczne biblioteki cpupower.
49fba13a 122
ae4c1fd4
JB
123%package perf
124Summary: perf profiler tool
125Summary(pl.UTF-8): Narzędzie profilujące perf
fea1e605 126Group: Applications/System
9efc8fed 127Suggests: binutils
ae4c1fd4
JB
128Obsoletes: perf-core
129Obsoletes: perf-slang
fea1e605 130
ae4c1fd4 131%description perf
fea1e605
ER
132Perf is a profiler tool for Linux 2.6+ based systems that abstracts
133away CPU hardware differences in Linux performance measurements and
134presents a simple commandline interface. Perf is based on the
135perf_events interface exported by recent versions of the Linux kernel.
136
ae4c1fd4 137This package contains core files, scripts and text interface (TUI).
db5f9ac9 138
ae4c1fd4 139%description perf -l pl.UTF-8
db5f9ac9
JB
140Perf to narzędzie profilujące dla systemów opartych na Linuksie 2.6+,
141odseparowujące od różnic sprzętowych między pomiarami wydajności w
142zależności od procesora oraz udostępniające prosty interfejs linii
143poleceń. Perf jest oparty na interfejsie perf_events eksportowanym
144przez nowe wersje jądra Linuksa.
145
ae4c1fd4
JB
146Ten pakiet zawiera podstawowe pliki, skrypty oraz interfejs tekstowy
147(TUI).
db5f9ac9
JB
148
149%package perf-gtk
ae4c1fd4
JB
150Summary: perf profiler tool (GTK+ 2 GUI)
151Summary(pl.UTF-8): Narzędzie profilujące perf (interfejs graficzny GTK+ 2)
db5f9ac9 152Group: X11/Applications
dad8cd2d 153Requires: %{name}-perf = %{version}-%{release}
db5f9ac9
JB
154
155%description perf-gtk
156Perf is a profiler tool for Linux 2.6+ based systems that abstracts
157away CPU hardware differences in Linux performance measurements and
158presents a simple commandline interface. Perf is based on the
159perf_events interface exported by recent versions of the Linux kernel.
160
ae4c1fd4 161This package contains GTK+ 2 based GUI.
db5f9ac9
JB
162
163%description perf-gtk -l pl.UTF-8
164Perf to narzędzie profilujące dla systemów opartych na Linuksie 2.6+,
165odseparowujące od różnic sprzętowych między pomiarami wydajności w
166zależności od procesora oraz udostępniające prosty interfejs linii
167poleceń. Perf jest oparty na interfejsie perf_events eksportowanym
168przez nowe wersje jądra Linuksa.
169
ae4c1fd4 170Ten pakiet zawiera graficzny interfejs oparty na GTK+ 2.
db5f9ac9 171
db5f9ac9
JB
172%package -n bash-completion-perf
173Summary: Bash completion for perf command
174Summary(pl.UTF-8): Bashowe uzupełnianie parametrów dla polecenia perf
175Group: Applications/Shells
3385eb86 176Requires: %{name}-perf
db5f9ac9 177Requires: bash-completion
741b96de
ER
178%if "%{_rpmversion}" >= "5"
179BuildArch: noarch
180%endif
db5f9ac9
JB
181
182%description -n bash-completion-perf
183Bash completion for perf command.
184
185%description -n bash-completion-perf -l pl.UTF-8
186Bashowe uzupełnianie parametrów dla polecenia perf.
187
49fba13a
ER
188%prep
189%setup -qc
190cd linux-%{basever}
191
192%if "%{postver}" != ".0"
193%patch0 -p1
194%endif
195
eb373af4
AM
196sed -i -e 's#libexec/perf-core#%{_datadir}/perf-core#g' tools/perf/config/Makefile
197
49fba13a
ER
198%build
199cd linux-%{basever}
200
b1f08c11
ER
201# Simple Disk Sleep Monitor
202%{__cc} %{rpmcppflags} %{rpmcflags} %{rpmldflags} Documentation/laptops/dslm.c -o dslm
203
49fba13a
ER
204# cpupower
205%{__make} -C tools/power/cpupower \
60972f76 206 %{makeopts} \
fb1ff9fc
JB
207 CPUFREQ_BENCH=false \
208 OPTIMIZATION="%{rpmcflags}" \
209 STRIPCMD=true
49fba13a
ER
210
211%ifarch %{ix86}
212%{__make} -C tools/power/cpupower/debug/i386 centrino-decode powernow-k8-decode \
fb1ff9fc
JB
213 CC="%{__cc}" \
214 CFLAGS="%{rpmcflags}"
49fba13a
ER
215%endif
216
217%ifarch %{x8664}
218%{__make} -C tools/power/cpupower/debug/x86_64 centrino-decode powernow-k8-decode \
fb1ff9fc
JB
219 CC="%{__cc}" \
220 CFLAGS="%{rpmcflags}"
49fba13a
ER
221%endif
222
223%ifarch %{ix86} %{x8664}
224%{__make} -C tools/power/x86/x86_energy_perf_policy \
fb1ff9fc
JB
225 CC="%{__cc}" \
226 CFLAGS="%{rpmcflags}"
4b352448 227CFLAGS="%{rpmcflags}" \
49fba13a 228%{__make} -C tools/power/x86/turbostat \
4b352448 229 CC="%{__cc}"
49fba13a
ER
230%endif
231
f111fe43
JK
232# page-types, slabinfo
233%{__make} -C tools/vm page-types slabinfo \
701b458f 234 CC="%{__cc}" \
f111fe43 235 CFLAGS="%{rpmcflags} -Wall -Wextra -I../lib"
701b458f 236
fea1e605 237%if %{with perf}
52583efa 238%{__make} -C tools/perf all man \
ae4c1fd4 239 %{!?with_gtk:NO_GTK2=1} \
60972f76 240 %{makeopts} \
fb1ff9fc 241 CFLAGS_OPTIMIZE="%{rpmcflags}" \
d0e13ec9 242 WERROR=0 \
fea1e605
ER
243 prefix=%{_prefix} \
244 perfexecdir=%{_datadir}/perf-core \
245 template_dir=%{_datadir}/perf-core/templates
bc35d286 246%endif
fea1e605 247
dd28be58
JK
248# gen_init_cpio
249%{__make} -C usr gen_init_cpio \
60972f76 250 %{makeopts} \
fb1ff9fc 251 CFLAGS="%{rpmcflags}"
dd28be58 252
49fba13a
ER
253%install
254rm -rf $RPM_BUILD_ROOT
b1f08c11 255
49fba13a 256cd linux-%{basever}
b1f08c11 257install -d $RPM_BUILD_ROOT%{_sbindir}
49fba13a 258
bd620db3 259%{__make} -C tools/power/cpupower install \
49fba13a
ER
260 DESTDIR=$RPM_BUILD_ROOT \
261 libdir=%{_libdir} \
262 mandir=%{_mandir} \
263 CPUFREQ_BENCH=false
264
265%find_lang cpupower
266mv cpupower.lang ..
267
f57fcd71
ER
268install -d $RPM_BUILD_ROOT{/etc/sysconfig,%{systemdunitdir}}
269cp -p %{SOURCE1} $RPM_BUILD_ROOT%{systemdunitdir}/cpupower.service
270cp -p %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/cpupower
271
49fba13a 272%ifarch %{ix86}
701b458f 273install -p tools/power/cpupower/debug/i386/{centrino,powernow-k8}-decode $RPM_BUILD_ROOT%{_bindir}
49fba13a
ER
274%endif
275%ifarch %{x8664}
701b458f 276install -p tools/power/cpupower/debug/x86_64/{centrino,powernow-k8}-decode $RPM_BUILD_ROOT%{_bindir}
49fba13a
ER
277%endif
278
b1f08c11 279install -p tools/vm/slabinfo $RPM_BUILD_ROOT%{_bindir}
f111fe43 280install -p tools/vm/page-types $RPM_BUILD_ROOT%{_sbindir}
b1f08c11 281install -p dslm $RPM_BUILD_ROOT%{_sbindir}
701b458f 282
49fba13a
ER
283%ifarch %{ix86} %{x8664}
284install -d $RPM_BUILD_ROOT%{_mandir}/man8
285# broken makefile, install manually
286%if 0
287%{__make} install \
288 -C tools/power/x86/x86_energy_perf_policy \
289 DESTDIR=$RPM_BUILD_ROOT
290%else
291cd tools/power/x86/x86_energy_perf_policy
292install -p x86_energy_perf_policy $RPM_BUILD_ROOT%{_bindir}
b1f08c11 293cp -p x86_energy_perf_policy.8 $RPM_BUILD_ROOT%{_mandir}/man8
49fba13a
ER
294cd -
295%endif
296
297# broken makefile, install manually
298%if 0
299%{__make} install \
300 -C tools/power/x86/turbostat \
301 DESTDIR=$RPM_BUILD_ROOT
302%else
303cd tools/power/x86/turbostat
b1f08c11 304cp -p turbostat.8 $RPM_BUILD_ROOT%{_mandir}/man8
fea1e605 305cd -
b4d3d8ff 306install -p turbostat $RPM_BUILD_ROOT%{_bindir}/turbostat
fea1e605 307%endif
49fba13a 308%endif
fea1e605
ER
309
310%if %{with perf}
fea1e605
ER
311%{__make} -j1 install install-man \
312 -C tools/perf \
ae4c1fd4 313 %{!?with_gtk:NO_GTK2=1} \
fea1e605 314 CC="%{__cc}" \
fb1ff9fc 315 CFLAGS_OPTIMIZE="%{rpmcflags}" \
6e9d46c8 316 WERROR=0 \
fea1e605
ER
317 %{?with_verbose:V=1} \
318 prefix=%{_prefix} \
319 perfexecdir=%{_datadir}/perf-core \
320 template_dir=%{_datadir}/perf-core/templates \
321 DESTDIR=$RPM_BUILD_ROOT
db5f9ac9
JB
322
323%py_comp $RPM_BUILD_ROOT%{_datadir}/perf-core/scripts/python
324%py_ocomp $RPM_BUILD_ROOT%{_datadir}/perf-core/scripts/python
a8b28c3a 325
4b352448 326%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/perf-core/tests
49fba13a
ER
327%endif
328
dd28be58 329# gen_init_cpio
60972f76 330install -p usr/gen_init_cpio $RPM_BUILD_ROOT%{_bindir}/gen_init_cpio
dd28be58 331
49fba13a
ER
332%clean
333rm -rf $RPM_BUILD_ROOT
334
4bc5704a
JK
335%post cpupower-libs -p /sbin/ldconfig
336%postun cpupower-libs -p /sbin/ldconfig
49fba13a 337
f57fcd71
ER
338%post cpupower
339%systemd_post cpupower.service
340
341%preun cpupower
342%systemd_preun cpupower.service
343
344%postun cpupower
345%systemd_reload
346
4bc5704a 347%files
49fba13a 348%defattr(644,root,root,755)
701b458f
JB
349%attr(755,root,root) %{_bindir}/gen_init_cpio
350%attr(755,root,root) %{_bindir}/slabinfo
b1f08c11 351%attr(755,root,root) %{_sbindir}/dslm
f111fe43 352%attr(755,root,root) %{_sbindir}/page-types
49fba13a
ER
353%ifarch %{ix86} %{x8664}
354%attr(755,root,root) %{_bindir}/centrino-decode
355%attr(755,root,root) %{_bindir}/powernow-k8-decode
356%endif
49fba13a
ER
357%ifarch %{ix86} %{x8664}
358%attr(755,root,root) %{_bindir}/turbostat
359%attr(755,root,root) %{_bindir}/x86_energy_perf_policy
bd620db3
JB
360%{_mandir}/man8/turbostat.8*
361%{_mandir}/man8/x86_energy_perf_policy.8*
49fba13a
ER
362%endif
363
4bc5704a
JK
364%files cpupower -f cpupower.lang
365%defattr(644,root,root,755)
366%attr(755,root,root) %{_bindir}/cpupower
bd620db3 367%{_mandir}/man1/cpupower*.1*
f57fcd71
ER
368%{systemdunitdir}/cpupower.service
369%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/cpupower
4bc5704a
JK
370
371%files cpupower-libs
49fba13a
ER
372%defattr(644,root,root,755)
373%attr(755,root,root) %{_libdir}/libcpupower.so.*.*.*
bd620db3 374%attr(755,root,root) %ghost %{_libdir}/libcpupower.so.0
49fba13a 375
4bc5704a 376%files cpupower-libs-devel
49fba13a 377%defattr(644,root,root,755)
bd620db3 378%attr(755,root,root) %{_libdir}/libcpupower.so
49fba13a 379%{_includedir}/cpufreq.h
fea1e605
ER
380
381%if %{with perf}
ae4c1fd4 382%files perf
fea1e605 383%defattr(644,root,root,755)
35be6466 384%attr(755,root,root) %{_bindir}/perf
ae4c1fd4 385%attr(755,root,root) %{_bindir}/trace
fea1e605
ER
386%{_mandir}/man1/perf*.1*
387%dir %{_datadir}/perf-core
388%attr(755,root,root) %{_datadir}/perf-core/perf-archive
389
390%dir %{_datadir}/perf-core/scripts
391
392%dir %{_datadir}/perf-core/scripts/perl
393%dir %{_datadir}/perf-core/scripts/perl/Perf-Trace-Util
394%dir %{_datadir}/perf-core/scripts/perl/Perf-Trace-Util/lib
395%dir %{_datadir}/perf-core/scripts/perl/Perf-Trace-Util/lib/Perf
396%dir %{_datadir}/perf-core/scripts/perl/Perf-Trace-Util/lib/Perf/Trace
397%{_datadir}/perf-core/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/*.pm
398%dir %{_datadir}/perf-core/scripts/perl/bin
399%attr(755,root,root) %{_datadir}/perf-core/scripts/perl/bin/*
400%{_datadir}/perf-core/scripts/perl/*.pl
401
402%dir %{_datadir}/perf-core/scripts/python
403%dir %{_datadir}/perf-core/scripts/python/Perf-Trace-Util
404%dir %{_datadir}/perf-core/scripts/python/Perf-Trace-Util/lib
405%dir %{_datadir}/perf-core/scripts/python/Perf-Trace-Util/lib/Perf
406%dir %{_datadir}/perf-core/scripts/python/Perf-Trace-Util/lib/Perf/Trace
db5f9ac9 407%{_datadir}/perf-core/scripts/python/Perf-Trace-Util/lib/Perf/Trace/*.py*
fea1e605
ER
408%dir %{_datadir}/perf-core/scripts/python/bin
409%attr(755,root,root) %{_datadir}/perf-core/scripts/python/bin/*
db5f9ac9
JB
410%{_datadir}/perf-core/scripts/python/*.py*
411
eb373af4
AM
412%dir %{_libdir}/traceevent
413%dir %{_libdir}/traceevent/plugins
414%attr(755,root,root) %{_libdir}/traceevent/plugins/plugin_*.so
415
bc35d286 416%if %{with gtk}
db5f9ac9
JB
417%files perf-gtk
418%defattr(644,root,root,755)
ae4c1fd4 419%attr(755,root,root) %{_libdir}/libperf-gtk.so
bc35d286 420%endif
db5f9ac9 421
db5f9ac9
JB
422%files -n bash-completion-perf
423%defattr(644,root,root,755)
424/etc/bash_completion.d/perf
fea1e605 425%endif
This page took 0.124856 seconds and 4 git commands to generate.