]> git.proxmox.com Git - mirror_spl.git/blob - rpm/generic/spl.spec.in
Tag spl-0.7.0
[mirror_spl.git] / rpm / generic / spl.spec.in
1 Name: @PACKAGE@
2 Version: @VERSION@
3 Release: @RELEASE@%{?dist}
4 Summary: Commands to control the kernel modules
5
6 Group: System Environment/Kernel
7 License: GPLv2+
8 URL: http://zfsonlinux.org/
9 Source0: %{name}-%{version}.tar.gz
10 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
11 Requires: %{name}-kmod = %{version}
12 Provides: %{name}-kmod-common = %{version}
13
14 %description
15 This package contains the commands to verify the SPL
16 kernel modules are functioning properly.
17
18 %prep
19 %setup -q
20
21 %build
22 %configure --with-config=user
23 make %{?_smp_mflags}
24
25 %install
26 %{__rm} -rf $RPM_BUILD_ROOT
27 make install DESTDIR=%{?buildroot}
28
29 %files
30 %doc AUTHORS COPYING DISCLAIMER
31 %{_bindir}/*
32 %{_sbindir}/*
33 %{_mandir}/man1/*
34 %{_mandir}/man5/*
35
36 %changelog
37 * Wed Jul 26 2017 Brian Behlendorf <behlendorf1@llnl.gov> - 0.7.0-1
38 - Released 0.7.0-1, detailed release notes are available at:
39 - https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.7.0