packages: subversion/subversion.spec - make --without ruby to work
glen
glen at pld-linux.org
Sun Mar 13 16:29:40 CET 2011
Author: glen Date: Sun Mar 13 15:29:40 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- make --without ruby to work
---- Files affected:
packages/subversion:
subversion.spec (1.301 -> 1.302)
---- Diffs:
================================================================
Index: packages/subversion/subversion.spec
diff -u packages/subversion/subversion.spec:1.301 packages/subversion/subversion.spec:1.302
--- packages/subversion/subversion.spec:1.301 Sun Mar 13 16:16:47 2011
+++ packages/subversion/subversion.spec Sun Mar 13 16:29:34 2011
@@ -450,6 +450,9 @@
%if %{without swig}
--without-swig \
%endif
+%if %{without ruby}
+ ac_cv_path_RUBY=none \
+%endif
%{?with_python:--with-ctypesgen=%{_bindir}/ctypesgen.py} \
--%{?with_javahl:en}%{!?with_javahl:dis}able-javahl \
--with-jdk="%{java_home}" \
@@ -573,8 +576,10 @@
%{?with_javahl:%{__rm} $RPM_BUILD_ROOT%{_libdir}/libsvnjavahl*.{la,a}}
%if %{with swig}
%{__rm} $RPM_BUILD_ROOT%{_libdir}/libsvn_swig*.{la,a}
+%if %{with ruby}
%{__rm} $RPM_BUILD_ROOT%{_libdir}/ruby/site_ruby/*/*/svn/ext/*.la
%endif
+%endif
%if %{with gnome} || %{with kwallet}
# dlopened by soname (libsvn_auth_*-1.so.0)
%{__rm} $RPM_BUILD_ROOT%{_libdir}/libsvn_auth_*-1.{so,la,a}
@@ -878,6 +883,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.302 2011/03/13 15:29:34 glen
+- make --without ruby to work
+
Revision 1.301 2011/03/13 15:16:47 glen
- split net_client_only bcond to subconds
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/subversion/subversion.spec?r1=1.301&r2=1.302&f=u
More information about the pld-cvs-commit
mailing list