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