summaryrefslogtreecommitdiffstats
path: root/phoronix-test-suite.spec
blob: 187bcf75ead012735dc22979c9703a0a23b92589 (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
41
42
43
44
Name:		phoronix-test-suite
Version:	1.4.2
Release:	1%{?dist}
Summary:	Phoronix graphics card test suite

Group:		TBD
License:	TBD
URL:		http://www.phoronix-test-suite.com/
# Redirected from http://www.phoronix-test-suite.com/download.php?file=%{name}-%{version}
Source0:        http://www.phoronix.net/downloads/phoronix-test-suite/releases/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

#BuildRequires:	
Requires:	php-cli >= 5
Requires:       php-gd

%description


%prep
%setup -q


%build
#configure
#make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc



%changelog