summaryrefslogtreecommitdiffstats
path: root/fake_ilo.spec
blob: 24ca631e6afbfbb45fa5cea2318a41d78fbfbd9d (plain)
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
Name:         fake_ilo
License:      CC0
Version:      1
Release:      1%{?dist}
Summary:      iLO emulator which can power cycle libvirt VMs
Group:        FIXME
Source:       %{name}-%{version}.tar.gz
Requires:     pythom

%description
FIXME

%prep
%setup -q

%build

%install
mkdir -p %{buildroot}{/usr/bin,/etc/init.d}
make DESTDIR=%{buildroot} install
rm -rf %{buildroot}/etc/init.d

%files
%doc LICENSE
%{_bindir}/ilo.py

%changelog