SPECS: subversion.spec - build with javahl support

arvenil arvenil at pld-linux.org
Sat May 17 14:55:24 CEST 2008


Author: arvenil                      Date: Sat May 17 12:55:24 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- build with javahl support

---- Files affected:
SPECS:
   subversion.spec (1.207 -> 1.208) 

---- Diffs:

================================================================
Index: SPECS/subversion.spec
diff -u SPECS/subversion.spec:1.207 SPECS/subversion.spec:1.208
--- SPECS/subversion.spec:1.207	Mon May 12 23:55:08 2008
+++ SPECS/subversion.spec	Sat May 17 14:55:18 2008
@@ -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)
@@ -545,6 +586,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.208  2008-05-17 12:55:18  arvenil
+- build with javahl support
+
 Revision 1.207  2008-05-12 21:55:08  prism
 - svnserve does not need root privileges, use svn group and user
 - note: /home/services/subversion{,/repos} are now owned by svn:svn (750)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/subversion.spec?r1=1.207&r2=1.208&f=u



More information about the pld-cvs-commit mailing list