Fix build error
This commit is contained in:
parent
0dc3a24c1c
commit
c783df166b
@ -2,7 +2,7 @@
|
|||||||
%global upstream basho
|
%global upstream basho
|
||||||
Name: erlang-%{realname}
|
Name: erlang-%{realname}
|
||||||
Version: 0.9.2
|
Version: 0.9.2
|
||||||
Release: 1
|
Release: 2
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Summary: A set of Protocol Buffers tools and modules for Erlang applications
|
Summary: A set of Protocol Buffers tools and modules for Erlang applications
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -10,7 +10,7 @@ URL: https://github.com/%{upstream}/erlang_%{realname}
|
|||||||
VCS: scm:git:https://github.com/%{upstream}/erlang_%{realname}.git
|
VCS: scm:git:https://github.com/%{upstream}/erlang_%{realname}.git
|
||||||
Source0: https://github.com/%{upstream}/erlang_%{realname}/archive/%{version}/%{realname}-%{version}.tar.gz
|
Source0: https://github.com/%{upstream}/erlang_%{realname}/archive/%{version}/%{realname}-%{version}.tar.gz
|
||||||
Source1: erlang-protobuffs-protoc-erl
|
Source1: erlang-protobuffs-protoc-erl
|
||||||
BuildRequires: erlang-meck erlang-rebar
|
BuildRequires: erlang-meck erlang-rebar erlang-eunit
|
||||||
%description
|
%description
|
||||||
A set of Protocol Buffers tools and modules for Erlang applications.
|
A set of Protocol Buffers tools and modules for Erlang applications.
|
||||||
|
|
||||||
@ -34,6 +34,9 @@ install -D -p -m 0755 %{SOURCE1} %{buildroot}%{_bindir}/protoc-erl
|
|||||||
%{erlang_appdir}/
|
%{erlang_appdir}/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jul 23 2023 wulei <wu_lei@hoperun.com> - 0.9.2-2
|
||||||
|
- Fix build error
|
||||||
|
|
||||||
* Thu Apr 20 2023 wangkai <13474090681@163.com> - 0.9.2-1
|
* Thu Apr 20 2023 wangkai <13474090681@163.com> - 0.9.2-1
|
||||||
- Update to 0.9.2
|
- Update to 0.9.2
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user