Author: cactus                       Date: Mon Jun  9 20:13:19 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- BR: swig-ruby

---- Files affected:
SPECS:
   subversion.spec (1.214 -> 1.215) 

---- Diffs:

================================================================
Index: SPECS/subversion.spec
diff -u SPECS/subversion.spec:1.214 SPECS/subversion.spec:1.215
--- SPECS/subversion.spec:1.214 Thu Jun  5 00:38:19 2008
+++ SPECS/subversion.spec       Mon Jun  9 22:13:13 2008
@@ -8,7 +8,7 @@
 %bcond_with    net_client_only         # build only net client
 %bcond_without python                  # build without python bindings (broken)
 %bcond_without perl                    # build without perl bindings
-%bcond_without ruby
+%bcond_without ruby                    # build without ruby bindings
 %bcond_without apache                  # build without apache support (webdav, 
etc)
 %bcond_without javahl                  # build without javahl support (Java 
high-level bindings)
 %bcond_without tests                   # don't perform "make check"
@@ -67,6 +67,7 @@
 BuildRequires: sed >= 4.0
 BuildRequires: swig-python >= 1.3.24
 %endif
+%{?with_ruby:BuildRequires:    swig-ruby >= 1.3.24}
 BuildRequires: texinfo
 BuildRequires: which
 Requires:      %{name}-libs = %{version}-%{release}
@@ -353,7 +354,7 @@
        --without-apxs \
        --with-berkeley-db=%{_includedir}/db4:%{_libdir} \
 %endif
-%if !%{with python} && !%{with perl}
+%if !%{with python} && !%{with perl} && !%{with ruby}
        --without-swig \
 %endif
        --%{?with_javahl:en}%{!?with_javahl:dis}able-javahl \
@@ -709,6 +710,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.215  2008-06-09 20:13:13  cactus
+- BR: swig-ruby
+
 Revision 1.214  2008-06-04 22:38:19  qboosh
 - more -j1 where make deps are missing
 - specify libs explicitly instead of tons of excludes
================================================================

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

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

Reply via email to