summaryrefslogtreecommitdiffstats
path: root/phoronix-test-suite.spec
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2009-01-07 15:16:29 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2009-01-07 15:16:29 +0100
commitf6a78f38730e49fffacdc8268690d5a864df84e0 (patch)
tree5a119cd9205ae626b8f17608e98abb263d015e21 /phoronix-test-suite.spec
downloadphoronix-test-suite-package-f6a78f38730e49fffacdc8268690d5a864df84e0.tar.gz
phoronix-test-suite-package-f6a78f38730e49fffacdc8268690d5a864df84e0.tar.xz
phoronix-test-suite-package-f6a78f38730e49fffacdc8268690d5a864df84e0.zip
Initial commit
Diffstat (limited to 'phoronix-test-suite.spec')
-rw-r--r--phoronix-test-suite.spec44
1 files changed, 44 insertions, 0 deletions
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