package init

This commit is contained in:
wang_yue111 2020-08-29 15:25:08 +08:00
parent 27bda2090a
commit 8efa58d9d8
2 changed files with 15 additions and 15 deletions

View File

@ -1,24 +1,24 @@
%global realname erlydtl
%global upstream erlydtl
Name: erlang-%{realname}
Name: erlang-%{realname}
Version: 0.12.1
Release: 1
BuildArch: noarch
Summary: Erlang implementation of the Django Template Language
License: MIT
URL: https://github.com/%{upstream}/%{realname}
VCS: scm:git:https://github.com/%{upstream}/%{realname}.git
Source0: https://github.com/%{upstream}/%{realname}/archive/%{version}/%{realname}-%{version}.tar.gz
Patch1: erlang-erlydtl-0001-Verbose-testing.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
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
Patch6: erlang-erlydtl-0006-Support-Erlang-OTP-20.0.patch
Patch7: erlang-erlydtl-0007-compatibility-with-OTP-21.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
Patch10: erlang-erlydtl-0010-Support-Erlang-OTP-22.0.patch
URL: https://github.com/%{upstream}/%{realname}
VCS: scm:git:https://github.com/%{upstream}/%{realname}.git
Source0: https://github.com/%{upstream}/%{realname}/archive/%{version}/%{realname}-%{version}.tar.gz
Patch1: erlang-erlydtl-0001-Verbose-testing.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
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
Patch6: erlang-erlydtl-0006-Support-Erlang-OTP-20.0.patch
Patch7: erlang-erlydtl-0007-compatibility-with-OTP-21.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
Patch10: erlang-erlydtl-0010-Support-Erlang-OTP-22.0.patch
Provides: ErlyDTL = %{version}-%{release}
BuildRequires: erlang-rebar
%description

View File

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