From 189d2958fa1aa30e613b587454915502f229b62a Mon Sep 17 00:00:00 2001 From: Christopher Engelhard Date: Aug 18 2020 09:16:40 +0000 Subject: add specfile boilerplate --- diff --git a/acme.sh.spec b/acme.sh.spec index e69de29..779a348 100644 --- a/acme.sh.spec +++ b/acme.sh.spec @@ -0,0 +1,26 @@ +Name: acme.sh +Version: 2.8.6 +Release: 0%{?dist} +Summary: +URL: https://github.com/acmesh-official/acme.sh +License: GPLv3 +Source0: https://github.com/acmesh-official/acme.sh/archive/${version}.tar.gz + +BuildRequires: systemd-rpm-macros +Requires: /bin/sh + +%description + +%prep + +%build + +%install + +%pre + +%post + +%files + +%changelog