We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f12d7d0 commit 98bf072Copy full SHA for 98bf072
1 file changed
package/libsolv.spec.in
@@ -34,14 +34,18 @@
34
%else
35
%bcond_with richdeps
36
%endif
37
+# we need at least swig 1.3.40 for the bindings ($typemap support)
38
%if 0%{?suse_version} != 1110
39
%bcond_without python3
40
+%bcond_without python
41
+%bcond_without ruby
42
+%bcond_without perl
43
44
%bcond_with python3
-%endif
-%bcond_without python
45
+%bcond_with python
46
%bcond_without ruby
47
%bcond_without perl
48
+%endif
49
%bcond_without static
50
%bcond_with shared
51
%bcond_with zypp
0 commit comments