1 Star 0 Fork 5

liubo/erlang-gettext

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
erlang-gettext.spec 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
starlet_dx 提交于 2023-07-20 15:01 . Fix build error
%global realname gettext
%global upstream etnt
%global git_tag 2bcba56069721afc7d8c58f84ce701958ec7a761
%global short_tag %(c=%{git_tag}; echo ${c:0:7})
Name: erlang-%{realname}
Version: 2.1.0
Release: 2
BuildArch: noarch
Summary: Erlang internationalization library
License: MIT
URL: https://github.com/%{upstream}/%{realname}
VCS: scm:git:https://github.com/%{upstream}/%{realname}.git
Source0: https://github.com/%{upstream}/%{realname}/archive/%{git_tag}/%{realname}-%{version}.tar.gz
BuildRequires: erlang-rebar
BuildRequires: erlang-edoc
%description
Erlang internationalization library.
%prep
%autosetup -p1 -n %{realname}-%{git_tag}
%build
%{erlang_compile}
%install
%{erlang_install}
%check
%{erlang_test}
%files
%license LICENSE
%doc README
%{erlang_appdir}/
%changelog
* Thu Jul 20 2023 yaoxin <yao_xin001@hoperun.com> - 2.1.0-2
- Fix build error
* Sat Aug 29 2020 wangyue <wangyue92@huawei.com> - 2.1.0-1
- package init
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lb1107039128/erlang-gettext.git
git@gitee.com:lb1107039128/erlang-gettext.git
lb1107039128
erlang-gettext
erlang-gettext
master

搜索帮助