package init
This commit is contained in:
parent
9b4ccbd339
commit
f4d2b1497c
BIN
erlang-sd_notify-1.0.tar.gz
Normal file
BIN
erlang-sd_notify-1.0.tar.gz
Normal file
Binary file not shown.
34
erlang-sd_notify.spec
Normal file
34
erlang-sd_notify.spec
Normal file
@ -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 <yaokai13@huawei.com> - 1.0-1
|
||||
- package init
|
||||
4
erlang-sd_notify.yaml
Normal file
4
erlang-sd_notify.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version_control: github
|
||||
src_repo: systemd/erlang-sd_notify
|
||||
tag_prefix: "^v"
|
||||
seperator: "."
|
||||
Loading…
x
Reference in New Issue
Block a user