summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-12-12 11:51:57 +0100
committerAndreas Schneider <asn@cryptomilk.org>2011-12-12 11:51:57 +0100
commitfecaf5ad675afd4eaeda4a96bf733967db15e919 (patch)
tree96594c8d8dad724b9d6386d57a84a5b3631207ee
parent45a46d2f81dfaef056e1d0181c2277554ffb9145 (diff)
downloadsamba4-fecaf5ad675afd4eaeda4a96bf733967db15e919.tar.gz
samba4-fecaf5ad675afd4eaeda4a96bf733967db15e919.tar.xz
samba4-fecaf5ad675afd4eaeda4a96bf733967db15e919.zip
Add libwbclient.
-rw-r--r--samba4.spec31
1 files changed, 17 insertions, 14 deletions
diff --git a/samba4.spec b/samba4.spec
index 38c6052..5faa4ed 100644
--- a/samba4.spec
+++ b/samba4.spec
@@ -1,4 +1,4 @@
-%define main_release 100
+%define main_release 101
%define samba_version 4.0.0
%define talloc_version 2.0.7
@@ -233,13 +233,16 @@ The samba-winbind-clients package provides the NSS library and a PAM
module necessary to communicate to the Winbind Daemon
-#%package winbind-devel
-#Summary: Developer tools for the winbind library
-#Group: Development
-#Requires: %{name}-winbind = {version}-%{release}
+%package winbind-devel
+Summary: Developer tools for the winbind library
+Group: Development
+Requires: %{name}-winbind = {version}-%{release}
+
+Conflicts: samba-winbind-devel < 1:%{version}
+Provides: samba-winbind-devel = %{version}-%{release}
-#%description winbind-devel
-#The samba-winbind package provides developer tools for the wbclient library.
+%description winbind-devel
+The samba-winbind package provides developer tools for the wbclient library.
%package swat
Summary: The Samba SMB server Web configuration program
@@ -314,7 +317,7 @@ The samba-dc package provides AD Domain Controller functionality
--disable-gnutls \
--disable-rpath-install \
--with-shared-modules=idmap_ad,idmap_rid,idmap_adex,idmap_hash,idmap_tdb2 \
- --builtin-libraries=ccan,wbclient \
+ --builtin-libraries=ccan \
--bundled-libraries=heimdal,!tdb,!zlib \
%if ! %with_pam_smbpass
--without-pam_smbpass
@@ -542,13 +545,13 @@ rm -rf %{buildroot}
%{_libdir}/libnss_wins.so
/%{_lib}/libnss_wins.so.2
/%{_lib}/security/pam_winbind.so
-#%attr(755,root,root) %{_libdir}/libwbclient.so.*
+%attr(755,root,root) %{_libdir}/libwbclient.so.*
-#%files winbind-devel
-#%defattr(-,root,root)
-#%{_includedir}/samba-4.0/wbclient.h
-#%{_libdir}/libwbclient.so
-#%{_libdir}/pkgconfig/wbclient.pc
+%files winbind-devel
+%defattr(-,root,root)
+%{_includedir}/samba-4.0/wbclient.h
+%{_libdir}/libwbclient.so
+%{_libdir}/pkgconfig/wbclient.pc
%files client
%defattr(-,root,root)