SPECS: amanda.spec - rel 0.9 - added real samba support

baggins baggins at pld-linux.org
Mon Feb 19 15:54:54 CET 2007


Author: baggins                      Date: Mon Feb 19 14:54:54 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rel 0.9
- added real samba support

---- Files affected:
SPECS:
   amanda.spec (1.150 -> 1.151) 

---- Diffs:

================================================================
Index: SPECS/amanda.spec
diff -u SPECS/amanda.spec:1.150 SPECS/amanda.spec:1.151
--- SPECS/amanda.spec:1.150	Mon Feb 12 22:23:46 2007
+++ SPECS/amanda.spec	Mon Feb 19 15:54:49 2007
@@ -2,6 +2,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
 #
@@ -9,7 +10,7 @@
 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
@@ -32,6 +33,7 @@
 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
@@ -165,7 +167,7 @@
 	--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 \
@@ -384,6 +386,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.151  2007/02/19 14:54:49  baggins
+- rel 0.9
+- added real samba support
+
 Revision 1.150  2007/02/12 21:23:46  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/amanda.spec?r1=1.150&r2=1.151&f=u



More information about the pld-cvs-commit mailing list