Please look on this patch before I will commit it. If something is wrong (and 
propably is) please point what and tell how it should be.

I have also question. I need java bindings for eclipse subversive plugin. It 
works well but on x86_64 arch there is one more problem. Eclipse searches for 
plugins by default in[1]:
java.library.path=/usr/lib64/jvm/java-sun-1.6.0.03/jre/lib/amd64/server:/usr/lib64/jvm/java-sun-1.6.0.03/jre/lib/amd64:/usr/lib64/jvm/java-sun-1.6.0.03/jre/../lib/amd64:/usr/java/packages/lib/amd64:/lib:/usr/lib
But on x86_64 java bindings are in /usr/lib64.

I know almost nothing about java. How is set default java.library.path? It is 
global for all java application? If so where and how I can change it?

I searched for solution but I found nothing. Right now I add 
to /usr/lib64/eclipse/eclipse.ini option '-Djava.library.path=/usr/lib64
'. This works but its only for eclipse, not global... or maybe this is a 
proper solution? Maybe only eclipse has such java.library.path? I really know 
nothing about this.

Thanks for any help.
-- 
Regards, Kamil Dziedzic
--- subversion.spec	12 May 2008 21:55:08 -0000	1.207
+++ subversion.spec	14 May 2008 21:51:03 -0000
@@ -8,6 +8,7 @@
 %bcond_without	python				# build without python bindings (broken)
 %bcond_without	perl				# build without perl bindings
 %bcond_without	apache				# build without apache support (webdav, etc)
+%bcond_without	javahl				# build without javahl support (Java high-level bindings)
 %bcond_without	tests
 #
 %{!?with_net_client_only:%include	/usr/lib/rpm/macros.perl}
@@ -47,6 +48,7 @@
 BuildRequires:	rpm-perlprov >= 4.1-13
 BuildRequires:	swig-perl >= 1.3.24
 %endif
+%{?with_javahl:BuildRequires:	jdk}
 %endif
 BuildRequires:	apr-devel >= 1:1.0.0
 BuildRequires:	apr-util-devel >= 1:1.2.8-3
@@ -219,6 +221,18 @@
 %description -n bash-completion-subversion -l pl.UTF-8
 Dopełnienia basha dla subversion.
 
+%package -n java-subversion
+Summary:	Subversion java bindings
+Group:		Development/Languages/Java
+Requires:	%{name}-libs = %{version}-%{release}
+
+%description -n java-subversion
+This is a set of Java classes which provide the functionality of
+subversion-libs, the Subversion libraries. It is useful if you want
+to, for example, write a Java class that manipulates a Subversion
+repository or working copy. See the 'subversion' package for more
+information.
+
 %package -n python-subversion
 Summary:	Subversion python bindings
 Summary(pl.UTF-8):	Dowiązania do subversion dla pythona
@@ -317,7 +331,9 @@
 %if !%{with python} && !%{with perl}
 	--without-swig \
 %endif
+	--%{?with_javahl:en}%{!?with_javahl:dis}able-javahl \
 %endif
+	--with-jdk="%{java_home}" \
 	--with-neon=%{_prefix} \
 	--disable-neon-version-check \
 	--with-apr=%{_bindir}/apr-1-config \
@@ -341,6 +357,10 @@
 %{__make}
 cd $odir
 %endif
+%if %{with javahl}
+%{__make} javahl \
+	javahl_javadir="%{_javadir}"
+%endif
 %endif
 
 %if %{with tests}
@@ -355,6 +375,10 @@
 	$RPM_BUILD_ROOT/home/services/subversion{,/repos}
 
 %{__make} install -j1 \
+%if %{with javahl}
+	install-javahl \
+	javahl_javadir="%{_javadir}" \
+%endif
 %if !%{with net_client_only} && %{with python}
 	install-swig-py \
 %endif
@@ -464,6 +488,11 @@
 %if %{with perl} || %{with python}
 %exclude %{_libdir}/lib*_swig_*.so.*
 %endif
+%if %{with javahl}
+%exclude %{_libdir}/libsvnjavahl*.so.*.*.*
+%exclude %{_libdir}/libsvnjavahl*.so.?
+%exclude %{_libdir}/libsvnjavahl*.so
+%endif
 
 %files devel
 %defattr(644,root,root,755)
@@ -473,6 +502,9 @@
 %if %{with perl} || %{with python}
 %exclude %{_libdir}/lib*_swig_*.so
 %endif
+%if %{with javahl}
+%exclude %{_libdir}/libsvnjavahl*.so
+%endif
 %{_examplesdir}/%{name}-%{version}
 
 %files static
@@ -499,6 +531,15 @@
 %defattr(644,root,root,755)
 /etc/bash_completion.d/%{name}
 
+%if %{with javahl}
+%files -n java-subversion
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libsvnjavahl*.so.*.*.*
+%attr(755,root,root) %{_libdir}/libsvnjavahl*.so.?
+%attr(755,root,root) %{_libdir}/libsvnjavahl*.so
+%{_javadir}/svn-javahl.jar
+%endif
+
 %if %{with python}
 %files -n python-subversion
 %defattr(644,root,root,755)

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
pld-devel-en mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

Reply via email to