]> git.pld-linux.org Git - projects/template-specs.git/blame - kernel-module.spec
- kernel-module-template.spec renamed to template-kernel-module.spec.
[projects/template-specs.git] / kernel-module.spec
CommitLineData
f9ab3660
PS
1#
2# Conditional build:
3%bcond_without dist_kernel # allow non-distribution kernel
4%bcond_without kernel # don't build kernel modules
5%bcond_without smp # don't build SMP module
6%bcond_without userspace # don't build userspace module
7%bcond_with verbose # verbose build (V=1)
8
9#
10# main package.
11#
12
13# kernel subpackages.
14
15%package -n kernel-...
16Summary: Linux driver for ...
17Summary(pl): Sterownik dla Linuksa do ...
18Release: %{_rel}@%{_kernel_ver_str}
19Group: Base/Kernel
20%{?with_dist_kernel:%requires_releq_kernel_up}
21Requires(post,postun): /sbin/depmod
22
23%description -n kernel-smp-...
24This is driver for ... for Linux.
25
26This package contains Linux module.
27
28%description -n kernel-smp-... -l pl
29Sterownik dla Linuksa do ...
30
31