summaryrefslogtreecommitdiffstats
path: root/genome-site.spec
blob: 3a58d6c7ea6144182bcbd55b075ccd334dfd796f (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
Name:           genome-site
Version:        1.0.0
Release:        14%{?dist}
Summary:        Genome web site 

Group:          Applications/System
License:        GPL 
URL:            http://genome-repo.usersys.redhat.com 
Source0:        %{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

Requires:       httpd
Requires:       php

%description
Basic web site for genome

%prep
%setup -c 0

%build

%install
rm -rf $RPM_BUILD_ROOT

mkdir -p $RPM_BUILD_ROOT/var/www/html

cp -r content/* $RPM_BUILD_ROOT/var/www/html

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(755,root,root)
/var/www/html
%doc


%changelog