forked from QubesOS/qubes-linux-kernel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kernel-devel.spec
45 lines (31 loc) · 891 Bytes
/
kernel-devel.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
%if 0%{?qubes_builder}
%define _sourcedir %(pwd)
%endif
#%define _unpackaged_files_terminate_build 0
%define variant pvops.qubes
%define plainrel %(cat rel)
%define rel %{plainrel}.%{variant}
%define version %(cat version)
Name: kernel-devel
Version: %{version}
Release: %{rel}
Epoch: 1000
Summary: Development files necessary for building kernel modules
Group: Development/Sources
License: GPL v2 only
Url: http://www.kernel.org/
%description
This package contains files necessary for building kernel modules (and
kernel module packages) against the pvops flavor of the kernel.
%prep
echo "Dummy spec, do not try to build, use kernel.spec instead"
exit 1
%build
echo "Dummy spec, do not try to build, use kernel.spec instead"
exit 1
%install
echo "Dummy spec, do not try to build, use kernel.spec instead"
exit 1
%files
%doc
%changelog