]> git.proxmox.com Git - mirror_spl-debian.git/blame_incremental - spl.spec.in
Prep for 0.4.8 tag, updated META and ChangeLog
[mirror_spl-debian.git] / spl.spec.in
... / ...
CommitLineData
1%define name @PACKAGE@
2%define version @VERSION@
3%define release @SPL_META_RELEASE@
4%define debug_package %{nil}
5
6Summary: SPL Utils
7Group: Utilities/System
8Name: %{name}
9Version: %{version}
10Release: %{release}
11License: @LICENSE@
12URL: git://eris.llnl.gov/spl.git
13BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id} -un)
14Source: %{name}-%{version}.tar.gz
15
16%description
17The %{name} package contains the support utilities for the spl.
18
19%prep
20%setup
21%build
22%configure --with-config=user
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}/*
36
37%post
38%postun