mirror_zfs/spl.spec.in
Brian Behlendorf dd5b6d96f1 Remove the ChangeLog
The ChangeLog was retired long ago, the git commit logs are
authoritative.  To avoid any confusion remove the ChangeLog.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
2012-12-19 09:28:18 -08:00

40 lines
859 B
RPMSpec

%define name @PACKAGE@
%define version @VERSION@
%define release @SPL_META_RELEASE@
%define debug_package %{nil}
Summary: SPL Utils
Group: Utilities/System
Name: %{name}
Version: %{version}
Release: %{release}%{?dist}
License: @LICENSE@
URL: git://github.com/zfsonlinux/spl.git
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id} -un)
Source: %{name}-%{version}.tar.gz
Requires: spl-modules
%description
The %{name} package contains the support utilities for the spl.
%prep
%setup
%build
%configure --with-config=user
make
%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-, root, root)
%doc AUTHORS COPYING DISCLAIMER INSTALL
%{_sbindir}/*
%post
%postun