From 99ee2cbc82b2778a679de3708e0d7e5bba4b68cc Mon Sep 17 00:00:00 2001 From: jorton Date: Mon, 12 Dec 2005 19:13:27 +0000 Subject: [PATCH] - fix ownership of libsvnjavahl.* (#175289) - try building javahl on ia64/ppc64 again --- subversion.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/subversion.spec b/subversion.spec index ea0b644..9a0e6e5 100644 --- a/subversion.spec +++ b/subversion.spec @@ -7,7 +7,7 @@ # ecj platform bugs: # ia64: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=154700 # ppc64: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=158719 -%define with_java 0 +%define with_java 1 %endif # set JDK path to build javahl; default for JPackage @@ -18,7 +18,7 @@ Summary: Modern Version Control System designed to replace CVS Name: subversion Version: 1.2.3 -Release: 5.1 +Release: 6 License: BSD Group: Development/Tools URL: http://subversion.tigris.org/ @@ -222,6 +222,7 @@ rm -rf ${RPM_BUILD_ROOT} %{_libdir}/libsvn*.*a %{_libdir}/libsvn*.so %exclude %{_libdir}/libsvn_swig_perl* +%exclude %{_libdir}/libsvnjavahl.* %files -n mod_dav_svn %defattr(-,root,root) @@ -250,6 +251,10 @@ rm -rf ${RPM_BUILD_ROOT} %endif %changelog +* Mon Dec 12 2005 Joe Orton 1.2.3-6 +- fix ownership of libsvnjavahl.* (#175289) +- try building javahl on ia64/ppc64 again + * Fri Dec 09 2005 Jesse Keating - rebuilt