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 upstream slfritchie
Name: erlang-%{realname}
Version: 0
Release: 1
BuildArch: noarch
Summary: Flame Graph profiler for Erlang
License: MIT
URL: https://github.com/%{upstream}/%{realname}
VCS: scm:git:https://github.com/%{upstream}/%{realname}.git
Source0: https://github.com/%{upstream}/%{realname}/archive/a08518142126f5fc541a3a3c4a04c27f24448bae/%{realname}-%{version}.tar.gz
BuildRequires: erlang-rebar perl-generators
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Name: erlang-%{realname}
Version: 0
Release: 1
BuildArch: noarch
Summary: Flame Graph profiler for Erlang
License: MIT
URL: https://github.com/%{upstream}/%{realname}
VCS: scm:git:https://github.com/%{upstream}/%{realname}.git
Source0: https://github.com/%{upstream}/%{realname}/archive/a08518142126f5fc541a3a3c4a04c27f24448bae/%{realname}-%{version}.tar.gz
BuildRequires: erlang-rebar perl-generators
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
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
src_repo: slfritchie/eflame
tag_prefix: "^"
seperator: ""
src_repo:
tag_prefix: "^v"
seperator: "."