[mate-vfs] rebuild for samba4

leigh123linux leigh123linux at fedoraproject.org
Tue Oct 30 18:39:32 UTC 2012


commit f0b644e5146943c1e7b2514f47a1353b2a5d12f4
Author: leigh123linux <leigh123linux at googlemail.com>
Date:   Tue Oct 30 18:39:22 2012 +0000

    rebuild for samba4

 mate-vfs.spec |   21 +++++++++++++--------
 1 files changed, 13 insertions(+), 8 deletions(-)
---
diff --git a/mate-vfs.spec b/mate-vfs.spec
index 15ccb49..250f648 100644
--- a/mate-vfs.spec
+++ b/mate-vfs.spec
@@ -3,19 +3,14 @@
 Summary:			The MATE virtual file-system libraries
 Name:				mate-vfs
 Version:			1.4.0
-Release:			12%{?dist}
+Release:			13%{?dist}
 License:			LGPLv2+ and GPLv2+
 					# the daemon and the library are LGPLv2+
 					# the modules are LGPLv2+ and GPLv2+
 Group:				System Environment/Libraries
 Source0:			http://pub.mate-desktop.org/releases/1.4/%{name}-%{version}.tar.xz
 URL:				http://mate-desktop.org
-Requires:		mate-conf mate-common mate-corba
-Requires(post):		mate-conf
-Requires(pre):		mate-conf
-Requires(preun):	mate-conf
-Requires:		mate-conf
-Requires:		mate-corba
+
 
 BuildRequires:		mate-conf-devel
 BuildRequires:		bzip2-devel
@@ -32,6 +27,11 @@ BuildRequires:		mate-mime-data-devel
 BuildRequires:		mate-common
 BuildRequires:		libxml2-devel
 
+
+Requires(post):		mate-conf
+Requires(pre):		mate-conf
+Requires(preun):	mate-conf
+
 # For gvfs-open
 Requires:	gvfs
 
@@ -97,7 +97,8 @@ export CPPFLAGS="-I/usr/include/cdda"
 
 %configure \
 	--enable-daemon \
-	--disable-static
+	--disable-static \
+        --with-samba-includes=%{_includedir}/samba-4.0
 
 
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
@@ -161,6 +162,10 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 %config(noreplace) %{_sysconfdir}/mate-vfs-2.0/modules/smb-module.conf
 
 %changelog
+* Tue Oct 30 2012 Leigh Scott <leigh123linux at googlemail.com> - 1.4.0-13
+- rebuilt with samba include configure option
+- remove un-needed requires
+
 * Tue Aug 21 2012 Dan Mashal <dan.mashal at fedoraproject.org> - 1.4.0-12
 - Syncing the branches from master
 


More information about the scm-commits mailing list