package init
This commit is contained in:
parent
6bfe4e91aa
commit
a0e0244cf8
@ -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.
|
||||
|
||||
|
||||
@ -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: "."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user