run javahl tests (Blair Zajac, #723338)
This commit is contained in:
parent
83638c4128
commit
cdf5e0d71f
@ -17,7 +17,7 @@
|
|||||||
Summary: A Modern Concurrent Version Control System
|
Summary: A Modern Concurrent Version Control System
|
||||||
Name: subversion
|
Name: subversion
|
||||||
Version: 1.6.17
|
Version: 1.6.17
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
License: ASL 1.1
|
License: ASL 1.1
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
URL: http://subversion.apache.org/
|
URL: http://subversion.apache.org/
|
||||||
@ -136,6 +136,8 @@ Requires: subversion%{?_isa} = %{version}-%{release}
|
|||||||
BuildRequires: java-devel-openjdk
|
BuildRequires: java-devel-openjdk
|
||||||
# JAR repacking requires both zip and unzip in the buildroot
|
# JAR repacking requires both zip and unzip in the buildroot
|
||||||
BuildRequires: zip, unzip
|
BuildRequires: zip, unzip
|
||||||
|
# For the tests
|
||||||
|
BuildRequires: junit
|
||||||
|
|
||||||
%description javahl
|
%description javahl
|
||||||
This package includes the JNI bindings to the Subversion libraries.
|
This package includes the JNI bindings to the Subversion libraries.
|
||||||
@ -221,6 +223,7 @@ export CC=gcc CXX=g++ JAVA_HOME=%{jdk_path} CFLAGS="$RPM_OPT_FLAGS"
|
|||||||
--disable-static --with-sasl=%{_prefix} \
|
--disable-static --with-sasl=%{_prefix} \
|
||||||
--disable-neon-version-check \
|
--disable-neon-version-check \
|
||||||
--with-gnome-keyring \
|
--with-gnome-keyring \
|
||||||
|
--with-junit=%{_prefix}/share/java/junit.jar \
|
||||||
--with-kwallet \
|
--with-kwallet \
|
||||||
--with-berkeley-db || (cat config.log; exit 1)
|
--with-berkeley-db || (cat config.log; exit 1)
|
||||||
make %{?_smp_mflags} all
|
make %{?_smp_mflags} all
|
||||||
@ -323,6 +326,9 @@ export MALLOC_PERTURB_=171 MALLOC_CHECK_=3
|
|||||||
export LIBC_FATAL_STDERR_=1
|
export LIBC_FATAL_STDERR_=1
|
||||||
make check check-swig-pl check-swig-py CLEANUP=yes
|
make check check-swig-pl check-swig-py CLEANUP=yes
|
||||||
# check-swig-rb omitted: it runs svnserve
|
# check-swig-rb omitted: it runs svnserve
|
||||||
|
%if %{with_java}
|
||||||
|
make check-javahl
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -441,6 +447,9 @@ fi
|
|||||||
%{_mandir}/man1/svn2cl.1*
|
%{_mandir}/man1/svn2cl.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 20 2011 Joe Orton <jorton@redhat.com> - 1.6.17-4
|
||||||
|
- run javahl tests (Blair Zajac, #723338)
|
||||||
|
|
||||||
* Wed Jul 20 2011 Joe Orton <jorton@redhat.com> - 1.6.17-3
|
* Wed Jul 20 2011 Joe Orton <jorton@redhat.com> - 1.6.17-3
|
||||||
- split out python subpackage
|
- split out python subpackage
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user