- build with OpenJDK

This commit is contained in:
jorton 2008-07-02 11:30:22 +00:00
parent 5dc06d6ac3
commit e84be422df
1 changed files with 6 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# set to zero to avoid running test suite # set to zero to avoid running test suite
%define make_check 1 %define make_check 1
%define with_java 0 %define with_java 1
# set JDK path to build javahl; default for JPackage # set JDK path to build javahl; default for JPackage
%define jdk_path /usr/lib/jvm/java %define jdk_path /usr/lib/jvm/java
@ -15,7 +15,7 @@
Summary: Modern Version Control System designed to replace CVS Summary: Modern Version Control System designed to replace CVS
Name: subversion Name: subversion
Version: 1.5.0 Version: 1.5.0
Release: 5 Release: 6
License: ASL 1.1 License: ASL 1.1
Group: Development/Tools Group: Development/Tools
URL: http://subversion.tigris.org/ URL: http://subversion.tigris.org/
@ -85,7 +85,7 @@ This package includes the Perl bindings to the Subversion libraries.
Group: Development/Libraries Group: Development/Libraries
Summary: JNI bindings to the Subversion libraries Summary: JNI bindings to the Subversion libraries
Requires: subversion = %{version}-%{release} Requires: subversion = %{version}-%{release}
BuildRequires: java-devel BuildRequires: java-devel-openjdk
%description javahl %description javahl
This package includes the JNI bindings to the Subversion libraries. This package includes the JNI bindings to the Subversion libraries.
@ -275,6 +275,9 @@ rm -rf ${RPM_BUILD_ROOT}
%endif %endif
%changelog %changelog
* Wed Jul 2 2008 Joe Orton <jorton@redhat.com> 1.5.0-6
- build with OpenJDK
* Wed Jul 2 2008 Joe Orton <jorton@redhat.com> 1.5.0-5 * Wed Jul 2 2008 Joe Orton <jorton@redhat.com> 1.5.0-5
- fix files list - fix files list