rpms/fuse-smb/devel fuse-smb.spec,1.10,1.11

Peter Lemenkov peter at fedoraproject.org
Thu Sep 17 06:14:41 UTC 2009


Author: peter

Update of /cvs/pkgs/rpms/fuse-smb/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv990

Modified Files:
	fuse-smb.spec 
Log Message:
rebuilt with new fuse


Index: fuse-smb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fuse-smb/devel/fuse-smb.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- fuse-smb.spec	24 Jul 2009 23:20:26 -0000	1.10
+++ fuse-smb.spec	17 Sep 2009 06:14:41 -0000	1.11
@@ -6,31 +6,31 @@
 %define userwrapper 1
 %endif
 
-Name: 		fuse-smb
-Summary: 	FUSE-Filesystem to fast and easy access remote resources via SMB
-Version: 	0.8.7
-Release: 	6%{?dist}
-License: 	GPLv2+
-Group: 		System Environment/Base
-URL: 		http://www.ricardis.tudelft.nl/~vincent/fusesmb/
+Name:		fuse-smb
+Summary:	FUSE-Filesystem to fast and easy access remote resources via SMB
+Version:	0.8.7
+Release:	7%{?dist}
+License:	GPLv2+
+Group:		System Environment/Base
+URL:		http://www.ricardis.tudelft.nl/~vincent/fusesmb/
 #moved to .rpmmacros
-#Packager: 	Marcin Zajaczkowski <mszpak ATT wp DOTT pl>
-Source0: 	http://www.ricardis.tudelft.nl/~vincent/fusesmb/download/fusesmb-%{version}.tar.gz
+#Packager:	Marcin Zajaczkowski <mszpak ATT wp DOTT pl>
+Source0:	http://www.ricardis.tudelft.nl/~vincent/fusesmb/download/fusesmb-%{version}.tar.gz
 %if %{userwrapper}
 Source1:	fusesmb.sh.fuse-smb
 Source2:	README.fedora.fuse-smb
 %endif
-Buildroot: 	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 #fuse-libs doesn't force to have fuse which is needed for fuse-smb
 #explicit Requires statement is required
-Requires: 	fuse >= 2.3
+Requires:	fuse >= 2.3
 #samba-common (fc<=6), libsmbclient (fc>6) and fuse-libs are implicity required by their .so files
 #Requires:		fuse-libs >= 2.3
 #Requires:		samba-common >= 3.0
 
 #fuse(-devel) 2.3 is a minimal required version
-BuildRequires: 	fuse-devel >= 2.3
+BuildRequires:	fuse-devel >= 2.3
 BuildRequires:	samba-client >= 3.0
 
 %if 0%{?fedora} > 6
@@ -38,14 +38,14 @@ BuildRequires:	samba-client >= 3.0
 BuildRequires: libsmbclient-devel >= 3.0
 %endif
 
-%description 
+%description
 With SMB for Fuse you can seamlessly browse your network neighbourhood
 as were it on your own filesystem.
 It's basically smbmount with a twist. Instead of mounting one Samba share
-at a time, you mount all workgroups, hosts and shares at once. Only when 
-you're accessing a share a connection is made to the remote computer. 
+at a time, you mount all workgroups, hosts and shares at once. Only when
+you're accessing a share a connection is made to the remote computer.
 
-%prep 
+%prep
 %setup -q -n fusesmb-%{version}
 %if %{userwrapper}
 cp %{SOURCE1} fusesmb.sh
@@ -56,7 +56,7 @@ cp %{SOURCE2} README.fedora
 %configure
 make %{?_smp_mflags}
 
-%install 
+%install
 rm -fr %{buildroot}
 make install DESTDIR=%{buildroot}
 %if %{userwrapper}
@@ -64,15 +64,15 @@ mv %{buildroot}%{_bindir}/fusesmb %{buil
 cp fusesmb.sh %{buildroot}%{_bindir}/fusesmb
 %endif
 
-%clean 
+%clean
 #build dir is removed by --clean option
 rm -fr %{buildroot}
 
-%files 
-%defattr(0644,root,root,0755) 
+%files
+%defattr(0644,root,root,0755)
 %attr(0755,root,root) %{_bindir}/fusesmb
 %attr(0755,root,root) %{_bindir}/fusesmb.cache
-#NEWS is empty in 0.8.5 and causes rpmlint's warning 
+#NEWS is empty in 0.8.5 and causes rpmlint's warning
 %doc AUTHORS ChangeLog COPYING INSTALL README TODO fusesmb.conf.ex
 %{_mandir}/man*/fusesmb.*
 
@@ -84,6 +84,9 @@ rm -fr %{buildroot}
 
 
 %changelog
+* Thu Sep 17 2009 Peter Lemenkov <lemenkov at gmail.com> - 0.8.7-7
+- Rebuilt with new fuse
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.7-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list