forked from warewulf/ww-mca
-
Notifications
You must be signed in to change notification settings - Fork 0
/
warewulf.spec.in
58 lines (46 loc) · 1.66 KB
/
warewulf.spec.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
#
# Copyright (c) 2001-2016, Gregory M. Kurtzer. All rights reserved.
#
# "Warewulf" Copyright (c) 2003-2016, The Regents of the University of California,
# through Lawrence Berkeley National Laboratory (subject to receipt of any
# required approvals from the U.S. Dept. of Energy). All rights reserved.
#
# If you have questions about your rights to use or distribute this software,
# please contact Berkeley Lab's Innovation & Partnerships Office at
#
# NOTICE. This Software was developed under funding from the U.S. Department of
# Energy and the U.S. Government consequently retains certain rights. As such,
# the U.S. Government has been granted for itself and others acting on its
# behalf a paid-up, nonexclusive, irrevocable, worldwide license in the Software
# to reproduce, distribute copies to the public, prepare derivative works, and
# perform publicly and display publicly, and to permit other to do so.
#
#
Name: warewulf-common
Summary: A suite of tools for clustering
Version: @PACKAGE_VERSION@
Release: 0.1%{?dist}
License: US Dept. of Energy (BSD-like)
Group: System Environment/Clustering
Source: %{name}-%{version}.tar.gz
ExclusiveOS: linux
Conflicts: warewulf <= 3.9
BuildRoot: %{?_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: libevent-devel
Requires: perl-JSON
%description
It's the future of computing. People will bow to it.
%prep
%setup -q
%build
%configure --with-perllibdir=%{perl_vendorlib}
%{__make} %{?mflags}
%install
%{__make} install DESTDIR=$RPM_BUILD_ROOT %{?mflags_install}
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-, root, root)
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO LICENSE
%changelog