package init

This commit is contained in:
yaokai13 2020-08-29 18:24:23 +08:00
parent 9b4ccbd339
commit f4d2b1497c
3 changed files with 38 additions and 0 deletions

BIN
erlang-sd_notify-1.0.tar.gz Normal file

Binary file not shown.

34
erlang-sd_notify.spec Normal file
View 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
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: systemd/erlang-sd_notify
tag_prefix: "^v"
seperator: "."