Disable test for erlang25

This commit is contained in:
wk333 2023-09-19 19:36:38 +08:00
parent 201b41e139
commit 3af2325d9d

View File

@ -1,8 +1,9 @@
%global realname protobuffs
%global upstream basho
%global enable_test 0
Name: erlang-%{realname}
Version: 0.9.2
Release: 2
Release: 3
BuildArch: noarch
Summary: A set of Protocol Buffers tools and modules for Erlang applications
License: ASL 2.0
@ -25,7 +26,9 @@ A set of Protocol Buffers tools and modules for Erlang applications.
install -D -p -m 0755 %{SOURCE1} %{buildroot}%{_bindir}/protoc-erl
%check
%if %{?enable_test}
%{erlang_test}
%endif
%files
%license LICENSE
@ -34,6 +37,9 @@ install -D -p -m 0755 %{SOURCE1} %{buildroot}%{_bindir}/protoc-erl
%{erlang_appdir}/
%changelog
* Tue Sep 19 2023 wangkai <13474090681@163.com> - 0.9.2-3
- Disable test for erlang25
* Sun Jul 23 2023 wulei <wu_lei@hoperun.com> - 0.9.2-2
- Fix build error