]> git.proxmox.com Git - mirror_spl.git/blob - rpm/generic/spl.spec.in
ee6aa99b1fe9921d2a3a4079ea13dca747b13488
[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 * Thu Sep 10 2015 Brian Behlendorf <behlendorf1@llnl.gov> - 0.6.5-1
38 - Released 0.6.5-1, detailed release notes are available at:
39 - https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.6.5
40 * Wed Apr 8 2015 Brian Behlendorf <behlendorf1@llnl.gov> - 0.6.4-1
41 - Released 0.6.4-1
42 * Thu Jun 12 2014 Brian Behlendorf <behlendorf1@llnl.gov> - 0.6.3-1
43 - Released 0.6.3-1
44 * Wed Aug 21 2013 Brian Behlendorf <behlendorf1@llnl.gov> - 0.6.2-1
45 - Released 0.6.2-1
46 * Fri Mar 22 2013 Brian Behlendorf <behlendorf1@llnl.gov> - 0.6.1-1
47 - First official stable release.