]> git.proxmox.com Git - mirror_zfs.git/blame - rpm/generic/spl.spec.in
Tag spl-0.6.3
[mirror_zfs.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)
11ExclusiveArch: i386 i686 x86_64
12
13# May build but untested on ppc/ppc64
14ExcludeArch: ppc ppc64
15
9bd8cbc5 16Requires: %{name}-kmod = %{version}
493972c8
BB
17Provides: %{name}-kmod-common = %{version}
18
19%description
20This package contains the commands to verify the SPL
21kernel modules are functioning properly.
22
23%prep
24%setup -q
25
26%build
27%configure --with-config=user
28make %{?_smp_mflags}
29
30%install
31%{__rm} -rf $RPM_BUILD_ROOT
32make install DESTDIR=%{?buildroot}
33
34%files
35%doc AUTHORS COPYING DISCLAIMER
36%{_sbindir}/*
40748209 37%{_mandir}/man1/*
30607d9b 38%{_mandir}/man5/*
493972c8
BB
39
40%changelog
31cb5383
BB
41* Thu Jun 12 2014 Brian Behlendorf <behlendorf1@llnl.gov> - 0.6.3-1
42- Released 0.6.3-1
e90856f1
BB
43* Wed Aug 21 2013 Brian Behlendorf <behlendorf1@llnl.gov> - 0.6.2-1
44- Released 0.6.2-1
6385874d
BB
45* Fri Mar 22 2013 Brian Behlendorf <behlendorf1@llnl.gov> - 0.6.1-1
46- First official stable release.