]> git.pld-linux.org Git - packages/kernel-tools.git/blame - kernel-tools.spec
- up to 3.16.2
[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
eb373af4 13%define basever 3.16
f4d712b5 14%define postver .2
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}
4b352448 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
eb373af4 23# Source0-md5: 5c569ed649a0c9711879f333e90c5386
49fba13a 24%if "%{postver}" != ".0"
4b352448 25Patch0: https://www.kernel.org/pub/linux/kernel/v3.x/patch-%{version}.xz
f4d712b5 26# Patch0-md5: 926e6e2ee0634ce53730701da749b040
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
f4d712b5 45#BuildRequires: libnuma-devel
52583efa 46BuildRequires: libunwind-devel >= 0.99
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
JB
152Group: X11/Applications
153Requires: %{name}-perf-core = %{version}-%{release}
154Provides: %{name}-perf = %{version}-%{release}
155
156%description perf-gtk
157Perf is a profiler tool for Linux 2.6+ based systems that abstracts
158away CPU hardware differences in Linux performance measurements and
159presents a simple commandline interface. Perf is based on the
160perf_events interface exported by recent versions of the Linux kernel.
161
ae4c1fd4 162This package contains GTK+ 2 based GUI.
db5f9ac9
JB
163
164%description perf-gtk -l pl.UTF-8
165Perf to narzędzie profilujące dla systemów opartych na Linuksie 2.6+,
166odseparowujące od różnic sprzętowych między pomiarami wydajności w
167zależności od procesora oraz udostępniające prosty interfejs linii
168poleceń. Perf jest oparty na interfejsie perf_events eksportowanym
169przez nowe wersje jądra Linuksa.
170
ae4c1fd4 171Ten pakiet zawiera graficzny interfejs oparty na GTK+ 2.
db5f9ac9
JB
172
173%package perf-slang
174Summary: perf profiler tool (Slang TUI)
175Summary(pl.UTF-8): Narzędzie profilujące perf (interfejs tekstowy Slang)
176Group: X11/Applications
177Requires: %{name}-perf-core = %{version}-%{release}
178Provides: %{name}-perf = %{version}-%{release}
179
180%description perf-slang
181Perf is a profiler tool for Linux 2.6+ based systems that abstracts
182away CPU hardware differences in Linux performance measurements and
183presents a simple commandline interface. Perf is based on the
184perf_events interface exported by recent versions of the Linux kernel.
185
186This package contains Slang based TUI.
187
188%description perf-slang -l pl.UTF-8
bd620db3
JB
189Perf to narzędzie profilujące dla systemów opartych na Linuksie 2.6+,
190odseparowujące od różnic sprzętowych między pomiarami wydajności w
191zależności od procesora oraz udostępniające prosty interfejs linii
192poleceń. Perf jest oparty na interfejsie perf_events eksportowanym
193przez nowe wersje jądra Linuksa.
194
db5f9ac9
JB
195Ten pakiet zawiera tekstowy interfejs oparty na bibliotece Slang.
196
197%package -n bash-completion-perf
198Summary: Bash completion for perf command
199Summary(pl.UTF-8): Bashowe uzupełnianie parametrów dla polecenia perf
200Group: Applications/Shells
3385eb86 201Requires: %{name}-perf
db5f9ac9 202Requires: bash-completion
741b96de
ER
203%if "%{_rpmversion}" >= "5"
204BuildArch: noarch
205%endif
db5f9ac9
JB
206
207%description -n bash-completion-perf
208Bash completion for perf command.
209
210%description -n bash-completion-perf -l pl.UTF-8
211Bashowe uzupełnianie parametrów dla polecenia perf.
212
49fba13a
ER
213%prep
214%setup -qc
215cd linux-%{basever}
216
217%if "%{postver}" != ".0"
218%patch0 -p1
219%endif
220
eb373af4
AM
221sed -i -e 's#libexec/perf-core#%{_datadir}/perf-core#g' tools/perf/config/Makefile
222
49fba13a
ER
223%build
224cd linux-%{basever}
225
b1f08c11
ER
226# Simple Disk Sleep Monitor
227%{__cc} %{rpmcppflags} %{rpmcflags} %{rpmldflags} Documentation/laptops/dslm.c -o dslm
228
49fba13a
ER
229# cpupower
230%{__make} -C tools/power/cpupower \
60972f76 231 %{makeopts} \
fb1ff9fc
JB
232 CPUFREQ_BENCH=false \
233 OPTIMIZATION="%{rpmcflags}" \
234 STRIPCMD=true
49fba13a
ER
235
236%ifarch %{ix86}
237%{__make} -C tools/power/cpupower/debug/i386 centrino-decode powernow-k8-decode \
fb1ff9fc
JB
238 CC="%{__cc}" \
239 CFLAGS="%{rpmcflags}"
49fba13a
ER
240%endif
241
242%ifarch %{x8664}
243%{__make} -C tools/power/cpupower/debug/x86_64 centrino-decode powernow-k8-decode \
fb1ff9fc
JB
244 CC="%{__cc}" \
245 CFLAGS="%{rpmcflags}"
49fba13a
ER
246%endif
247
248%ifarch %{ix86} %{x8664}
249%{__make} -C tools/power/x86/x86_energy_perf_policy \
fb1ff9fc
JB
250 CC="%{__cc}" \
251 CFLAGS="%{rpmcflags}"
4b352448 252CFLAGS="%{rpmcflags}" \
49fba13a 253%{__make} -C tools/power/x86/turbostat \
4b352448 254 CC="%{__cc}"
49fba13a
ER
255%endif
256
f111fe43
JK
257# page-types, slabinfo
258%{__make} -C tools/vm page-types slabinfo \
701b458f 259 CC="%{__cc}" \
f111fe43 260 CFLAGS="%{rpmcflags} -Wall -Wextra -I../lib"
701b458f 261
fea1e605 262%if %{with perf}
52583efa 263%{__make} -C tools/perf all man \
ae4c1fd4 264 %{!?with_gtk:NO_GTK2=1} \
60972f76 265 %{makeopts} \
fb1ff9fc 266 CFLAGS_OPTIMIZE="%{rpmcflags}" \
d0e13ec9 267 WERROR=0 \
fea1e605
ER
268 prefix=%{_prefix} \
269 perfexecdir=%{_datadir}/perf-core \
270 template_dir=%{_datadir}/perf-core/templates
bc35d286 271%endif
fea1e605 272
dd28be58
JK
273# gen_init_cpio
274%{__make} -C usr gen_init_cpio \
60972f76 275 %{makeopts} \
fb1ff9fc 276 CFLAGS="%{rpmcflags}"
dd28be58 277
49fba13a
ER
278%install
279rm -rf $RPM_BUILD_ROOT
b1f08c11 280
49fba13a 281cd linux-%{basever}
b1f08c11 282install -d $RPM_BUILD_ROOT%{_sbindir}
49fba13a 283
bd620db3 284%{__make} -C tools/power/cpupower install \
49fba13a
ER
285 DESTDIR=$RPM_BUILD_ROOT \
286 libdir=%{_libdir} \
287 mandir=%{_mandir} \
288 CPUFREQ_BENCH=false
289
290%find_lang cpupower
291mv cpupower.lang ..
292
f57fcd71
ER
293install -d $RPM_BUILD_ROOT{/etc/sysconfig,%{systemdunitdir}}
294cp -p %{SOURCE1} $RPM_BUILD_ROOT%{systemdunitdir}/cpupower.service
295cp -p %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/cpupower
296
49fba13a 297%ifarch %{ix86}
701b458f 298install -p tools/power/cpupower/debug/i386/{centrino,powernow-k8}-decode $RPM_BUILD_ROOT%{_bindir}
49fba13a
ER
299%endif
300%ifarch %{x8664}
701b458f 301install -p tools/power/cpupower/debug/x86_64/{centrino,powernow-k8}-decode $RPM_BUILD_ROOT%{_bindir}
49fba13a
ER
302%endif
303
b1f08c11 304install -p tools/vm/slabinfo $RPM_BUILD_ROOT%{_bindir}
f111fe43 305install -p tools/vm/page-types $RPM_BUILD_ROOT%{_sbindir}
b1f08c11 306install -p dslm $RPM_BUILD_ROOT%{_sbindir}
701b458f 307
49fba13a
ER
308%ifarch %{ix86} %{x8664}
309install -d $RPM_BUILD_ROOT%{_mandir}/man8
310# broken makefile, install manually
311%if 0
312%{__make} install \
313 -C tools/power/x86/x86_energy_perf_policy \
314 DESTDIR=$RPM_BUILD_ROOT
315%else
316cd tools/power/x86/x86_energy_perf_policy
317install -p x86_energy_perf_policy $RPM_BUILD_ROOT%{_bindir}
b1f08c11 318cp -p x86_energy_perf_policy.8 $RPM_BUILD_ROOT%{_mandir}/man8
49fba13a
ER
319cd -
320%endif
321
322# broken makefile, install manually
323%if 0
324%{__make} install \
325 -C tools/power/x86/turbostat \
326 DESTDIR=$RPM_BUILD_ROOT
327%else
328cd tools/power/x86/turbostat
b1f08c11 329cp -p turbostat.8 $RPM_BUILD_ROOT%{_mandir}/man8
fea1e605 330cd -
b4d3d8ff 331install -p turbostat $RPM_BUILD_ROOT%{_bindir}/turbostat
fea1e605 332%endif
49fba13a 333%endif
fea1e605
ER
334
335%if %{with perf}
fea1e605
ER
336%{__make} -j1 install install-man \
337 -C tools/perf \
ae4c1fd4 338 %{!?with_gtk:NO_GTK2=1} \
fea1e605 339 CC="%{__cc}" \
fb1ff9fc 340 CFLAGS_OPTIMIZE="%{rpmcflags}" \
6e9d46c8 341 WERROR=0 \
fea1e605
ER
342 %{?with_verbose:V=1} \
343 prefix=%{_prefix} \
344 perfexecdir=%{_datadir}/perf-core \
345 template_dir=%{_datadir}/perf-core/templates \
346 DESTDIR=$RPM_BUILD_ROOT
db5f9ac9
JB
347
348%py_comp $RPM_BUILD_ROOT%{_datadir}/perf-core/scripts/python
349%py_ocomp $RPM_BUILD_ROOT%{_datadir}/perf-core/scripts/python
a8b28c3a 350
4b352448 351%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/perf-core/tests
49fba13a
ER
352%endif
353
dd28be58 354# gen_init_cpio
60972f76 355install -p usr/gen_init_cpio $RPM_BUILD_ROOT%{_bindir}/gen_init_cpio
dd28be58 356
49fba13a
ER
357%clean
358rm -rf $RPM_BUILD_ROOT
359
4bc5704a
JK
360%post cpupower-libs -p /sbin/ldconfig
361%postun cpupower-libs -p /sbin/ldconfig
49fba13a 362
f57fcd71
ER
363%post cpupower
364%systemd_post cpupower.service
365
366%preun cpupower
367%systemd_preun cpupower.service
368
369%postun cpupower
370%systemd_reload
371
4bc5704a 372%files
49fba13a 373%defattr(644,root,root,755)
701b458f
JB
374%attr(755,root,root) %{_bindir}/gen_init_cpio
375%attr(755,root,root) %{_bindir}/slabinfo
b1f08c11 376%attr(755,root,root) %{_sbindir}/dslm
f111fe43 377%attr(755,root,root) %{_sbindir}/page-types
49fba13a
ER
378%ifarch %{ix86} %{x8664}
379%attr(755,root,root) %{_bindir}/centrino-decode
380%attr(755,root,root) %{_bindir}/powernow-k8-decode
381%endif
49fba13a
ER
382%ifarch %{ix86} %{x8664}
383%attr(755,root,root) %{_bindir}/turbostat
384%attr(755,root,root) %{_bindir}/x86_energy_perf_policy
bd620db3
JB
385%{_mandir}/man8/turbostat.8*
386%{_mandir}/man8/x86_energy_perf_policy.8*
49fba13a
ER
387%endif
388
4bc5704a
JK
389%files cpupower -f cpupower.lang
390%defattr(644,root,root,755)
391%attr(755,root,root) %{_bindir}/cpupower
bd620db3 392%{_mandir}/man1/cpupower*.1*
f57fcd71
ER
393%{systemdunitdir}/cpupower.service
394%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/cpupower
4bc5704a
JK
395
396%files cpupower-libs
49fba13a
ER
397%defattr(644,root,root,755)
398%attr(755,root,root) %{_libdir}/libcpupower.so.*.*.*
bd620db3 399%attr(755,root,root) %ghost %{_libdir}/libcpupower.so.0
49fba13a 400
4bc5704a 401%files cpupower-libs-devel
49fba13a 402%defattr(644,root,root,755)
bd620db3 403%attr(755,root,root) %{_libdir}/libcpupower.so
49fba13a 404%{_includedir}/cpufreq.h
fea1e605
ER
405
406%if %{with perf}
ae4c1fd4 407%files perf
fea1e605 408%defattr(644,root,root,755)
35be6466 409%attr(755,root,root) %{_bindir}/perf
ae4c1fd4 410%attr(755,root,root) %{_bindir}/trace
fea1e605
ER
411%{_mandir}/man1/perf*.1*
412%dir %{_datadir}/perf-core
413%attr(755,root,root) %{_datadir}/perf-core/perf-archive
414
415%dir %{_datadir}/perf-core/scripts
416
417%dir %{_datadir}/perf-core/scripts/perl
418%dir %{_datadir}/perf-core/scripts/perl/Perf-Trace-Util
419%dir %{_datadir}/perf-core/scripts/perl/Perf-Trace-Util/lib
420%dir %{_datadir}/perf-core/scripts/perl/Perf-Trace-Util/lib/Perf
421%dir %{_datadir}/perf-core/scripts/perl/Perf-Trace-Util/lib/Perf/Trace
422%{_datadir}/perf-core/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/*.pm
423%dir %{_datadir}/perf-core/scripts/perl/bin
424%attr(755,root,root) %{_datadir}/perf-core/scripts/perl/bin/*
425%{_datadir}/perf-core/scripts/perl/*.pl
426
427%dir %{_datadir}/perf-core/scripts/python
428%dir %{_datadir}/perf-core/scripts/python/Perf-Trace-Util
429%dir %{_datadir}/perf-core/scripts/python/Perf-Trace-Util/lib
430%dir %{_datadir}/perf-core/scripts/python/Perf-Trace-Util/lib/Perf
431%dir %{_datadir}/perf-core/scripts/python/Perf-Trace-Util/lib/Perf/Trace
db5f9ac9 432%{_datadir}/perf-core/scripts/python/Perf-Trace-Util/lib/Perf/Trace/*.py*
fea1e605
ER
433%dir %{_datadir}/perf-core/scripts/python/bin
434%attr(755,root,root) %{_datadir}/perf-core/scripts/python/bin/*
db5f9ac9
JB
435%{_datadir}/perf-core/scripts/python/*.py*
436
eb373af4
AM
437%dir %{_libdir}/traceevent
438%dir %{_libdir}/traceevent/plugins
439%attr(755,root,root) %{_libdir}/traceevent/plugins/plugin_*.so
440
bc35d286 441%if %{with gtk}
db5f9ac9
JB
442%files perf-gtk
443%defattr(644,root,root,755)
ae4c1fd4 444%attr(755,root,root) %{_libdir}/libperf-gtk.so
bc35d286 445%endif
db5f9ac9 446
db5f9ac9
JB
447%files -n bash-completion-perf
448%defattr(644,root,root,755)
449/etc/bash_completion.d/perf
fea1e605 450%endif
This page took 0.098425 seconds and 4 git commands to generate.