From 1caf71db00caad287edacc85ab098b6a8c3c378e Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Tue, 7 Mar 2023 09:34:44 +0100 Subject: [PATCH] Improve spec file quality --- argeo-freed.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/argeo-freed.spec b/argeo-freed.spec index 9e76e19..3f18112 100644 --- a/argeo-freed.spec +++ b/argeo-freed.spec @@ -5,24 +5,32 @@ Summary: Enrollment into a FREEd compatible domain License: GPL URL: http://www.argeo.org +Source0: %{name}-%{version}.tar.gz + +%description %package libreswan +Summary: FREEd extensions to libreswan Requires: libreswan %description libreswan %package roaming-client +Summary: FREEd roaming client Requires: freed-libreswan unbound %description roaming-client %package roaming-host +Summary: FREEd roaming host Requires: freed-libreswan %description roaming-host %prep -%setup +%setup -q + +%build %install mkdir -p %{buildroot}%{_sysconfdir} -- 2.30.2