]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - dma/dma.nm
dma: Update to 0.13
[ipfire-3.x.git] / 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