]> git.pld-linux.org Git - packages/amanda.git/commitdiff
- rel 0.9
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 19 Feb 2007 14:54:49 +0000 (14:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added real samba support

Changed files:
    amanda.spec -> 1.151

amanda.spec

index 76148d7d7ba55cc9b090064565cd66b5c74152f7..cd583b66c206a00038895b0480afedcc0d82fe78 100644 (file)
@@ -1,6 +1,7 @@
 #
 # Conditional build:
 %bcond_without xfs     # without (possible) support for xfsdump
+%bcond_without samba   # without smbclient support
 %bcond_without client  # without client package
 %bcond_without server  # without server package
 #
@@ -8,7 +9,7 @@ Summary:        A network-capable tape backup solution
 Summary(pl.UTF-8):     Sieciowo zorientowany system tworzenia kopii zapasowych
 Name:          amanda
 Version:       2.5.1p2
-Release:       0.8
+Release:       0.9
 License:       BSD
 Group:         Networking/Utilities
 Source0:       http://dl.sourceforge.net/amanda/%{name}-%{version}.tar.gz
@@ -31,6 +32,7 @@ BuildRequires:        libxslt-progs
 BuildRequires: libtool
 BuildRequires: readline-devel >= 4.2
 BuildRequires: rpmbuild(macros) >= 1.268
+%{?with_samba:BuildRequires:   samba-client}
 %{?with_xfs:BuildRequires:     xfsdump}
 Conflicts:     shadow < 1:4.0.4.1-4
 Conflicts:     pwdutils < 3.1.2-2
@@ -164,7 +166,7 @@ mv -f acinc.tmp acinclude.m4
        --with-ftape-rawdevice=/dev/null \
        --with-changer-device=/dev/null \
        --with-fqdn \
-       --with-smbclient=%{_bindir}/smbclient \
+       %{?with_samba:--with-smbclient=%{_bindir}/smbclient} \
        --with-bsd-security \
        --with-ssh-security \
        --with-buffered-dump \
This page took 0.035276 seconds and 4 git commands to generate.