From f6a78f38730e49fffacdc8268690d5a864df84e0 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Wed, 7 Jan 2009 15:16:29 +0100 Subject: Initial commit --- phoronix-test-suite.spec | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 phoronix-test-suite.spec (limited to 'phoronix-test-suite.spec') diff --git a/phoronix-test-suite.spec b/phoronix-test-suite.spec new file mode 100644 index 0000000..187bcf7 --- /dev/null +++ b/phoronix-test-suite.spec @@ -0,0 +1,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 -- cgit