package init

This commit is contained in:
wang_yue111 2020-08-29 17:38:47 +08:00
parent 6bfe4e91aa
commit a0e0244cf8
2 changed files with 15 additions and 15 deletions

View File

@ -1,16 +1,16 @@
%global realname eflame %global realname eflame
%global upstream slfritchie %global upstream slfritchie
Name: erlang-%{realname} Name: erlang-%{realname}
Version: 0 Version: 0
Release: 1 Release: 1
BuildArch: noarch BuildArch: noarch
Summary: Flame Graph profiler for Erlang Summary: Flame Graph profiler for Erlang
License: MIT License: MIT
URL: https://github.com/%{upstream}/%{realname} URL: https://github.com/%{upstream}/%{realname}
VCS: scm:git:https://github.com/%{upstream}/%{realname}.git VCS: scm:git:https://github.com/%{upstream}/%{realname}.git
Source0: https://github.com/%{upstream}/%{realname}/archive/a08518142126f5fc541a3a3c4a04c27f24448bae/%{realname}-%{version}.tar.gz Source0: https://github.com/%{upstream}/%{realname}/archive/a08518142126f5fc541a3a3c4a04c27f24448bae/%{realname}-%{version}.tar.gz
BuildRequires: erlang-rebar perl-generators BuildRequires: erlang-rebar perl-generators
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description %description
Flame Graph profiler for Erlang. Flame Graph profiler for Erlang.

View File

@ -1,5 +1,5 @@
git_url: https://github.com/slfritchie/eflame git_url: https://github.com/
version_control: github version_control: github
src_repo: slfritchie/eflame src_repo:
tag_prefix: "^" tag_prefix: "^v"
seperator: "" seperator: "."