]> git.proxmox.com Git - mirror_spl-debian.git/blame - spl.spec.in
Update META to 0.6.0
[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}
10Release: %{release}
86933a6e 11License: @LICENSE@
c5f70460 12URL: git://eris.llnl.gov/spl.git
f44078fa 13BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id} -un)
c5f70460 14Source: %{name}-%{version}.tar.gz
c5f70460
BB
15
16%description
86933a6e 17The %{name} package contains the support utilities for the spl.
c5f70460
BB
18
19%prep
20%setup
21%build
86933a6e 22%configure --with-config=user
c5f70460
BB
23make
24
25%install
26rm -rf $RPM_BUILD_ROOT
27make DESTDIR=$RPM_BUILD_ROOT install
28
29%clean
30rm -rf $RPM_BUILD_ROOT
31
32%files
33%defattr(-, root, root)
34%doc AUTHORS ChangeLog COPYING DISCLAIMER INSTALL
35%{_sbindir}/*
c5f70460
BB
36
37%post
c5f70460 38%postun