svn commit: samba r5265 - in branches/SAMBA_3_0/packaging/Fedora: .

jerry at samba.org jerry at samba.org
Mon Feb 7 19:39:15 GMT 2005


Author: jerry
Date: 2005-02-07 19:39:15 +0000 (Mon, 07 Feb 2005)
New Revision: 5265

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=5265

Log:
ensure that the Fedora RPMS build with cups support
Modified:
   branches/SAMBA_3_0/packaging/Fedora/samba.spec.tmpl


Changeset:
Modified: branches/SAMBA_3_0/packaging/Fedora/samba.spec.tmpl
===================================================================
--- branches/SAMBA_3_0/packaging/Fedora/samba.spec.tmpl	2005-02-07 18:20:06 UTC (rev 5264)
+++ branches/SAMBA_3_0/packaging/Fedora/samba.spec.tmpl	2005-02-07 19:39:15 UTC (rev 5265)
@@ -32,7 +32,7 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 Prereq: /sbin/chkconfig /bin/mktemp /usr/bin/killall
 Prereq: fileutils sed /etc/init.d 
-BuildRequires: pam-devel, readline-devel, ncurses-devel, fileutils, libacl-devel, openldap-devel, krb5-devel
+BuildRequires: pam-devel, readline-devel, ncurses-devel, fileutils, libacl-devel, openldap-devel, krb5-devel, cups-devel
 
 
 # Working around perl dependency problem from docs
@@ -120,7 +120,8 @@
 	--with-sambabook=%{_datadir}/swat/using_samba \
 	--with-swatdir=%{_datadir}/swat \
 	--with-libsmbclient \
-	--with-acl-support 
+	--with-acl-support \
+	--enable-cups=yes
 make showlayout
 make proto
 make %{?_smp_mflags} all nsswitch/libnss_wins.so debug2html 



More information about the samba-cvs mailing list