]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
dma: Update to 0.13
authorStefan Schantl <stefan.schantl@ipfire.org>
Sat, 18 Mar 2023 16:12:51 +0000 (17:12 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 21 Mar 2023 18:25:39 +0000 (18:25 +0000)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
dma/dma.nm

index 259421ac68656991734018e0feb416de5353bf83..8a45334595967a314f3ed22ccf78c590594e1053 100644 (file)
@@ -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