]> git.proxmox.com Git - mirror_spl-debian.git/blame - spl.spec.in
SPL 0.6.0-rc14
[mirror_spl-debian.git] / spl.spec.in
CommitLineData
ac12b262
BB
1%define name @PACKAGE@
2%define version @VERSION@
ac12b262 3%define release @SPL_META_RELEASE@
86933a6e 4%define debug_package %{nil}
c5f70460 5
86933a6e 6Summary: SPL Utils
c5f70460
BB
7Group: Utilities/System
8Name: %{name}
9Version: %{version}
16952a68 10Release: %{release}%{?dist}
86933a6e 11License: @LICENSE@
a49bc996 12URL: git://github.com/zfsonlinux/spl.git
f44078fa 13BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id} -un)
c5f70460 14Source: %{name}-%{version}.tar.gz
87d11239 15Requires: spl-modules
c5f70460
BB
16
17%description
86933a6e 18The %{name} package contains the support utilities for the spl.
c5f70460
BB
19
20%prep
21%setup
22%build
86933a6e 23%configure --with-config=user
c5f70460
BB
24make
25
26%install
27rm -rf $RPM_BUILD_ROOT
28make DESTDIR=$RPM_BUILD_ROOT install
29
30%clean
31rm -rf $RPM_BUILD_ROOT
32
33%files
34%defattr(-, root, root)
dd5b6d96 35%doc AUTHORS COPYING DISCLAIMER INSTALL
c5f70460 36%{_sbindir}/*
c5f70460
BB
37
38%post
c5f70460 39%postun