]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - spl.spec.in
Only make compiler warnings fatal with --enable-debug
[FreeBSD/FreeBSD.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}
11 License:         @LICENSE@
12 URL:             git://eris.llnl.gov/spl.git
13 BuildRoot:       %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id} -un)
14 Source:          %{name}-%{version}.tar.gz
15
16 %description
17 The %{name} package contains the support utilities for the spl.
18
19 %prep
20 %setup
21 %build
22 %configure --with-config=user
23 make
24
25 %install
26 rm -rf $RPM_BUILD_ROOT
27 make DESTDIR=$RPM_BUILD_ROOT install
28
29 %clean
30 rm -rf $RPM_BUILD_ROOT
31
32 %files
33 %defattr(-, root, root)
34 %doc AUTHORS ChangeLog COPYING DISCLAIMER INSTALL
35 %{_sbindir}/*
36
37 %post
38 %postun