aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>2008-05-21 21:11:47 +0000
committerbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>2008-05-21 21:11:47 +0000
commitb2585b36d353dd537dcbe08992c2384214d6f103 (patch)
treebf586ea3ea437e64fc22ef7ec18057421fe8b244 /scripts
parentcc7449ccd612ed8567e7a8a8574ea6df1d5faa7d (diff)
Prep for for 0.3.0 tag, this is the tag which was used for all
the performance results to date. git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@112 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
Diffstat (limited to 'scripts')
-rw-r--r--scripts/spl.spec28
1 files changed, 0 insertions, 28 deletions
diff --git a/scripts/spl.spec b/scripts/spl.spec
deleted file mode 100644
index 31ea18fc6..000000000
--- a/scripts/spl.spec
+++ /dev/null
@@ -1,28 +0,0 @@
-# spl
-%define name spl
-%define version 0.2.2
-
-Summary: Solaris Porting Layer
-Name: %{name}
-Version: %{version}
-Release: 1
-Copyright: GPL
-Group: Utilities/System
-BuildRoot: /tmp/%{name}-%{version}
-Source: %{name}-%{version}.tar.gz
-
-%description
-Abstration layer to provide Solaris style primatives in the linux kernel.
-
-%prep
-%setup -q
-./configure
-
-%build
-rm -rf $RPM_BUILD_ROOT
-make
-
-%install
-make install "DESTDIR=$RPM_BUILD_ROOT"
-
-%files