diff --git a/erlang-sd_notify-1.0.tar.gz b/erlang-sd_notify-1.0.tar.gz new file mode 100644 index 0000000..fe16613 Binary files /dev/null and b/erlang-sd_notify-1.0.tar.gz differ diff --git a/erlang-sd_notify.spec b/erlang-sd_notify.spec new file mode 100644 index 0000000..1b2392c --- /dev/null +++ b/erlang-sd_notify.spec @@ -0,0 +1,34 @@ +%global realname sd_notify +%global upstream systemd +Name: erlang-sd_notify +Version: 1.0 +Release: 1 +Summary: Erlang interface to systemd notify subsystem +License: MIT +URL: https://github.com/systemd/erlang-sd_notify +Source0: https://github.com/systemd/erlang-sd_notify/archive/v%{version}/erlang-sd_notify-%{version}.tar.gz +BuildRequires: erlang-rebar +BuildRequires: gcc +BuildRequires: systemd-devel +%description +%{summary}. + +%prep +%autosetup + +%build +%{erlang_compile} + +%install +%{erlang_install} + +%check +%{erlang_test} + +%files +%license LICENSE +%{erlang_appdir}/ + +%changelog +* Sat Aug 29 2020 yaokai - 1.0-1 +- package init diff --git a/erlang-sd_notify.yaml b/erlang-sd_notify.yaml new file mode 100644 index 0000000..f5e4563 --- /dev/null +++ b/erlang-sd_notify.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: systemd/erlang-sd_notify +tag_prefix: "^v" +seperator: "."