From 01d132b2557ddfc8d2098fec5091ceeb3bdace5f Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Sat, 18 Mar 2023 17:12:51 +0100 Subject: [PATCH] dma: Update to 0.13 Signed-off-by: Stefan Schantl --- dma/dma.nm | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/dma/dma.nm b/dma/dma.nm index 259421ac6..8a4533459 100644 --- a/dma/dma.nm +++ b/dma/dma.nm @@ -4,7 +4,7 @@ ############################################################################### name = dma -version = 0.10 +version = 0.13 release = 1 groups = Mail @@ -21,6 +21,8 @@ description SMTP authentication. end +source_dl = https://github.com/corecode/dma/archive/v%{version}.tar.gz#/ + build requires bison @@ -34,10 +36,13 @@ build make_build_targets += LEX="flex -l" make_install_targets += PREFIX=%{prefix} \ - sendmail-link mailq-link install-spool-dirs install-etc + sendmail-link mailq-link install-etc install_cmds install -m 755 %{DIR_SOURCE}/dma-cleanup-spool %{BUILDROOT}%{sbindir} + + # Set corret ownwership. + chown root:root %{BUILDROOT}%{sbindir}/dma end end -- 2.47.3