package init
This commit is contained in:
parent
27bda2090a
commit
8efa58d9d8
@ -1,24 +1,24 @@
|
|||||||
%global realname erlydtl
|
%global realname erlydtl
|
||||||
%global upstream erlydtl
|
%global upstream erlydtl
|
||||||
Name: erlang-%{realname}
|
Name: erlang-%{realname}
|
||||||
Version: 0.12.1
|
Version: 0.12.1
|
||||||
Release: 1
|
Release: 1
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Summary: Erlang implementation of the Django Template Language
|
Summary: Erlang implementation of the Django Template Language
|
||||||
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/%{version}/%{realname}-%{version}.tar.gz
|
Source0: https://github.com/%{upstream}/%{realname}/archive/%{version}/%{realname}-%{version}.tar.gz
|
||||||
Patch1: erlang-erlydtl-0001-Verbose-testing.patch
|
Patch1: erlang-erlydtl-0001-Verbose-testing.patch
|
||||||
Patch2: erlang-erlydtl-0002-No-such-function-exported-gettext_compile-write_pret.patch
|
Patch2: erlang-erlydtl-0002-No-such-function-exported-gettext_compile-write_pret.patch
|
||||||
Patch3: erlang-erlydtl-0003-No-such-function-exported-gettext_compile-fmt_filein.patch
|
Patch3: erlang-erlydtl-0003-No-such-function-exported-gettext_compile-fmt_filein.patch
|
||||||
Patch4: erlang-erlydtl-0004-No-such-fun-gettext_compile-open_po_file-3.patch
|
Patch4: erlang-erlydtl-0004-No-such-fun-gettext_compile-open_po_file-3.patch
|
||||||
Patch5: erlang-erlydtl-0005-No-such-fun-gettext_compile-close_file-0.patch
|
Patch5: erlang-erlydtl-0005-No-such-fun-gettext_compile-close_file-0.patch
|
||||||
Patch6: erlang-erlydtl-0006-Support-Erlang-OTP-20.0.patch
|
Patch6: erlang-erlydtl-0006-Support-Erlang-OTP-20.0.patch
|
||||||
Patch7: erlang-erlydtl-0007-compatibility-with-OTP-21.patch
|
Patch7: erlang-erlydtl-0007-compatibility-with-OTP-21.patch
|
||||||
Patch8: erlang-erlydtl-0008-merl-bug-in-OTP-21-workaround.patch
|
Patch8: erlang-erlydtl-0008-merl-bug-in-OTP-21-workaround.patch
|
||||||
Patch9: erlang-erlydtl-0009-Make-sure-that-when-checking-if-a-function-is-export.patch
|
Patch9: erlang-erlydtl-0009-Make-sure-that-when-checking-if-a-function-is-export.patch
|
||||||
Patch10: erlang-erlydtl-0010-Support-Erlang-OTP-22.0.patch
|
Patch10: erlang-erlydtl-0010-Support-Erlang-OTP-22.0.patch
|
||||||
Provides: ErlyDTL = %{version}-%{release}
|
Provides: ErlyDTL = %{version}-%{release}
|
||||||
BuildRequires: erlang-rebar
|
BuildRequires: erlang-rebar
|
||||||
%description
|
%description
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
git_url: https://github.com/erlydtl/erlydtl
|
git_url: https://github.com/erlydtl/erlydtl
|
||||||
version_control: github
|
version_control: github
|
||||||
src_repo: erlydtl/erlydtl
|
src_repo: erlydtl/erlydtl
|
||||||
tag_prefix: "^v"
|
tag_prefix: "^"
|
||||||
seperator: "."
|
seperator: "."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user