]> git.proxmox.com Git - mirror_spl.git/blob - rpm/generic/spl.spec.in
Add a script to display SPL slab cache statistics
[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 ExclusiveArch: i386 i686 x86_64
12
13 # May build but untested on ppc/ppc64
14 ExcludeArch: ppc ppc64
15
16 Requires: %{name}-kmod = %{version}
17 Provides: %{name}-kmod-common = %{version}
18
19 %description
20 This package contains the commands to verify the SPL
21 kernel modules are functioning properly.
22
23 %prep
24 %setup -q
25
26 %build
27 %configure --with-config=user
28 make %{?_smp_mflags}
29
30 %install
31 %{__rm} -rf $RPM_BUILD_ROOT
32 make install DESTDIR=%{?buildroot}
33
34 %files
35 %doc AUTHORS COPYING DISCLAIMER
36 %{_bindir}/*
37 %{_sbindir}/*
38 %{_mandir}/man1/*
39 %{_mandir}/man5/*
40
41 %changelog
42 * Thu Sep 10 2015 Brian Behlendorf <behlendorf1@llnl.gov> - 0.6.5-1
43 - Released 0.6.5-1, detailed release notes are available at:
44 - https://github.com/zfsonlinux/zfs/releases/tag/zfs-0.6.5
45 * Wed Apr 8 2015 Brian Behlendorf <behlendorf1@llnl.gov> - 0.6.4-1
46 - Released 0.6.4-1
47 * Thu Jun 12 2014 Brian Behlendorf <behlendorf1@llnl.gov> - 0.6.3-1
48 - Released 0.6.3-1
49 * Wed Aug 21 2013 Brian Behlendorf <behlendorf1@llnl.gov> - 0.6.2-1
50 - Released 0.6.2-1
51 * Fri Mar 22 2013 Brian Behlendorf <behlendorf1@llnl.gov> - 0.6.1-1
52 - First official stable release.