]> git.pld-linux.org Git - packages/amanda.git/commitdiff
- pass more command paths (mail,lpr,dump,restore,xfsdump,xfsrestore) auto/ac/amanda-2_4_5-4
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 24 Jan 2006 09:19:45 +0000 (09:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 4

Changed files:
    amanda.spec -> 1.136

amanda.spec

index ec23d6fefd70c0bcaf96934e4c7749d5b3e38c9f..055b97a7fa63f04f47472bf8a5287ffb392d5ed5 100644 (file)
@@ -6,7 +6,7 @@ Summary:        A network-capable tape backup solution
 Summary(pl):   Sieciowo zorientowany system tworzenia kopii zapasowych
 Name:          amanda
 Version:       2.4.5
-Release:       3
+Release:       4
 License:       BSD
 Group:         Networking/Utilities
 Source0:       http://dl.sourceforge.net/amanda/%{name}-%{version}.tar.gz
@@ -143,6 +143,12 @@ mv -f acinc.tmp acinclude.m4
 %{__automake}
 %configure \
        GNUPLOT=/usr/bin/gnuplot \
+       MAILER=/bin/mail \
+       PRINT=/usr/bin/lpr \
+       DUMP=/sbin/dump \
+       RESTORE=/sbin/restore \
+       XFSDUMP=/sbin/xfsdump \
+       XFSRESTORE=/sbin/xfsrestore \
        --disable-static \
        --enable-shared \
        --with-index-server=localhost \
This page took 0.029391 seconds and 4 git commands to generate.