[packages/saslwrapper] - rel 9 - disable outdated ruby and python bindings - there are no tests in the project

baggins baggins at pld-linux.org
Thu May 14 15:17:51 CEST 2026


commit db9c17a0f777c4a147bc62c348755cf4035cf38d
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Thu May 14 17:17:05 2026 +0200

    - rel 9
    - disable outdated ruby and python bindings
    - there are no tests in the project

 saslwrapper.spec | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)
---
diff --git a/saslwrapper.spec b/saslwrapper.spec
index f8da95e..aca8ae6 100644
--- a/saslwrapper.spec
+++ b/saslwrapper.spec
@@ -1,13 +1,12 @@
 #
 # Conditional build:
-%bcond_without	tests		# build without tests
-%bcond_without	ruby		# Ruby binding
-%bcond_without	python		# Python binding
+%bcond_with	ruby		# Ruby binding
+%bcond_with	python		# Python binding
 
 Summary:	Ruby and Python wrappers for the Cyrus SASL library
 Name:		saslwrapper
 Version:	0.16
-Release:	8
+Release:	9
 License:	Apache v2.0
 Group:		Libraries
 # svn export -r 1346225 https://svn.apache.org/repos/asf/qpid/tags/0.16/qpid/extras/sasl saslwrapper-0.16
@@ -86,15 +85,13 @@ Ruby bindings for the saslwrapper library.
 
 export RUBY_LIB_ARCH="%{ruby_vendorarchdir}"
 %configure
-%{__make} SUBDIRS="src %{?with_python:python} %{?with_ruby:ruby}"
-
-%if %{with tests}
-%{__make} check
-%endif
+%{__make} \
+	SUBDIRS="src %{?with_python:python} %{?with_ruby:ruby}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__make} install \
+	SUBDIRS="src %{?with_python:python} %{?with_ruby:ruby}" \
 	DESTDIR=$RPM_BUILD_ROOT
 
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/libsaslwrapper.la
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/saslwrapper.git/commitdiff/db9c17a0f777c4a147bc62c348755cf4035cf38d



More information about the pld-cvs-commit mailing list