]> git.proxmox.com Git - mirror_spl.git/blame - rpm/generic/spl.spec.in
Tag spl-0.7.0
[mirror_spl.git] / rpm / generic / spl.spec.in
CommitLineData
493972c8
BB
1Name: @PACKAGE@
2Version: @VERSION@
3Release: @RELEASE@%{?dist}
4Summary: Commands to control the kernel modules
5
6Group: System Environment/Kernel
7License: GPLv2+
8URL: http://zfsonlinux.org/
9Source0: %{name}-%{version}.tar.gz
10BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
9bd8cbc5 11Requires: %{name}-kmod = %{version}
493972c8
BB
12Provides: %{name}-kmod-common = %{version}
13
14%description
15This package contains the commands to verify the SPL
16kernel modules are functioning properly.
17
18%prep
19%setup -q
20
21%build
22%configure --with-config=user
23make %{?_smp_mflags}
24
25%install
26%{__rm} -rf $RPM_BUILD_ROOT
27make install DESTDIR=%{?buildroot}
28
29%files
30%doc AUTHORS COPYING DISCLAIMER
5578f58b 31%{_bindir}/*
493972c8 32%{_sbindir}/*
40748209 33%{_mandir}/man1/*
30607d9b 34%{_mandir}/man5/*
493972c8
BB
35
36%changelog
1f2671b9
BB
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