summaryrefslogtreecommitdiffstats
path: root/genome-styling/genome-styling.spec
blob: 153184711a3f2e0db746e3f9b246d4b6a03ff4df (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
38
39
40
Summary: Genome CSS Styles
Name: genome-styling
Source: genome-styling-bin.tar.gz
Version: 1.0.0
Release: 2
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Group: Applications/System
URL: https://fedorahosting.org/genome
License: GPLv2
Requires: httpd

%description
Genome CSS Styles

%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/var/www/html

cp -R . $RPM_BUILD_ROOT/var/www/html

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
/var/www/html/styles.css
/var/www/html/logoMountain.png
/var/www/html/topbg.png

%doc