summaryrefslogtreecommitdiffstats
path: root/genome-autostarter/genome-autostarter.spec
blob: adff0024ff7ef1a744f41c95021f54bf9066a62c (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
28
29
30
31
32
33
34
35
36
37
Summary: Genome virtual machine autostarter
Name: genome-autostarter
Source: genome-autostarter-bin.tar.gz
Version: 1.0.0
Release: 1%{?dist}
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Group: Applications/System
URL: https://fedorahosting.org/genome
License: GPLv2

%description
Genome virtual machine autostarter

%prep

%setup -c

%build

%install
# Cleaning up the build root
rm -rf $RPM_BUILD_ROOT

# Create the directory structure required to lay down our files
mkdir -p $RPM_BUILD_ROOT/etc/cron.d

cp -R . $RPM_BUILD_ROOT/etc/cron.d

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
/etc/cron.d/genome-autostarter

%doc