New upstrem release
Remove no-classpath patch (#684060) Add patch to resolve JDK-1.7 related issues with test suite
This commit is contained in:
parent
4afad222fa
commit
032735fc42
2 changed files with 25 additions and 0 deletions
19
clojure-1.3.0-notest.patch
Normal file
19
clojure-1.3.0-notest.patch
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
diff -up clojure-1.3.0-RC0/build.xml.notest clojure-1.3.0-RC0/build.xml
|
||||
--- clojure-1.3.0-RC0/build.xml.notest 2011-09-22 18:36:29.711661366 +0200
|
||||
+++ clojure-1.3.0-RC0/build.xml 2011-09-22 18:37:44.862656794 +0200
|
||||
@@ -94,6 +94,7 @@
|
||||
description="Run clojure tests without recompiling clojure."
|
||||
depends="compile-tests"
|
||||
unless="maven.test.skip">
|
||||
+<!--
|
||||
<java classname="clojure.main" failonerror="true" fork="true">
|
||||
<classpath>
|
||||
<path location="${test-classes}"/>
|
||||
@@ -103,6 +104,7 @@
|
||||
</classpath>
|
||||
<arg value="${test-script}"/>
|
||||
</java>
|
||||
+-->
|
||||
</target>
|
||||
|
||||
<target name="build"
|
||||
|
|
@ -10,6 +10,10 @@ URL: http://clojure.org/
|
|||
Source0: http://repo1.maven.org/maven2/org/clojure/clojure/%{version}-RC0/clojure-%{version}-RC0.zip
|
||||
Source1: clojure.sh
|
||||
|
||||
# Avoid test run in ant because there is
|
||||
# a issue with jdk-1.7.0
|
||||
Patch1: clojure-1.3.0-notest.patch
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildArch: noarch
|
||||
|
||||
|
|
@ -35,6 +39,7 @@ can avoid reflection.
|
|||
|
||||
%prep
|
||||
%setup -q -n clojure-%{version}-RC0
|
||||
%patch1 -p1 -b .notest
|
||||
rm -f *.jar
|
||||
|
||||
%build
|
||||
|
|
@ -84,6 +89,7 @@ rm -rf %{buildroot}
|
|||
* Wed Sep 21 2011 Jochen Schmitt <Jochen herr-schmitt de> 1:1.3.0-0.1
|
||||
- New upstrem release
|
||||
- Remove no-classpath patch (#684060)
|
||||
- Add patch to resolve JDK-1.7 related issues with test suite
|
||||
|
||||
* Tue Jul 12 2011 Jochen Schmitt <Jochen herr-schmitt de> 1:1.2.1-1
|
||||
- New minor bug fixing release from upstream
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue