- run check-swig-py in %check (#178448)
- relax JDK requirement (Kenneth Porter, #177367)
This commit is contained in:
parent
130476fb98
commit
31fb30fb93
@ -9,14 +9,14 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
# 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-1.4.2-gcj
|
%define jdk_path /usr/lib/jvm/java
|
||||||
|
|
||||||
%define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)
|
%define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)
|
||||||
|
|
||||||
Summary: Modern Version Control System designed to replace CVS
|
Summary: Modern Version Control System designed to replace CVS
|
||||||
Name: subversion
|
Name: subversion
|
||||||
Version: 1.3.0
|
Version: 1.3.0
|
||||||
Release: 3
|
Release: 4
|
||||||
License: BSD
|
License: BSD
|
||||||
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-1.4.2-gcj-compat-devel
|
BuildRequires: java-1.4.2-devel
|
||||||
|
|
||||||
%description javahl
|
%description javahl
|
||||||
This package includes the JNI bindings to the Subversion libraries.
|
This package includes the JNI bindings to the Subversion libraries.
|
||||||
@ -185,7 +185,7 @@ ln -f subversion/mod_authz_svn/INSTALL mod_authz_svn-INSTALL
|
|||||||
%if %{make_check}
|
%if %{make_check}
|
||||||
%check
|
%check
|
||||||
export LANG=C LC_ALL=C
|
export LANG=C LC_ALL=C
|
||||||
make check check-swig-pl 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
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -252,6 +252,10 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 31 2006 Joe Orton <jorton@redhat.com> 1.3.0-4
|
||||||
|
- run check-swig-py in %%check (#178448)
|
||||||
|
- relax JDK requirement (Kenneth Porter, #177367)
|
||||||
|
|
||||||
* Tue Jan 31 2006 Joe Orton <jorton@redhat.com> 1.3.0-3
|
* Tue Jan 31 2006 Joe Orton <jorton@redhat.com> 1.3.0-3
|
||||||
- rebuild for neon 0.25
|
- rebuild for neon 0.25
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user