]> granicus.if.org Git - zfs/commitdiff
Prep for for 0.3.0 tag, this is the tag which was used for all
authorbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>
Wed, 21 May 2008 21:11:47 +0000 (21:11 +0000)
committerbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>
Wed, 21 May 2008 21:11:47 +0000 (21:11 +0000)
the performance results to date.

git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@112 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c

ChangeLog
configure.ac
scripts/spl.spec [deleted file]

index a65d6b15d567144182c376f124a649006d6d4d32..5f5e2fe1112b02a43e610468a91b3ca0e5cf736a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-05-21 Brian Behlendorf <behlendorf1@llnl.gov>
+
+       * : Tag spl-0.3.0
+
+       * configure.ac: Improved autotools support.
+
 2008-04-26 Brian Behlendorf <behlendorf1@llnl.gov>
 
        * include/sys/mutex.h : Implemented a close approximation
index a1b051c0f25fe453d89ce4bb9de4c02070ec2f68..af47481b363e078666a4dba331eb7a56493b8d3e 100644 (file)
@@ -1,7 +1,7 @@
 AC_INIT
 
 AC_CANONICAL_SYSTEM
-AM_INIT_AUTOMAKE(spl, 0.2.2)
+AM_INIT_AUTOMAKE(spl, 0.3.0)
 AC_CONFIG_HEADERS([config.h])
 
 AC_PROG_INSTALL
@@ -19,7 +19,7 @@ AC_DEFUN([SPL_AC_KERNEL], [
                [Path to kernel source]),
                [kernelsrc="$withval"; kernelbuild="$withval"])
 
-       AC_ARG_WITH([linux-build],
+       AC_ARG_WITH([linux-obj],
                AS_HELP_STRING([--with-linux-obj=PATH],
                [Path to kernel build objects]),
                [kernelbuild="$withval"])
diff --git a/scripts/spl.spec b/scripts/spl.spec
deleted file mode 100644 (file)
index 31ea18f..0000000
+++ /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