rpms/fuse-smb/devel fuse-smb.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Marcin Zajaczkowski (szpak) fedora-extras-commits at redhat.com
Fri Jan 26 21:21:22 UTC 2007


Author: szpak

Update of /cvs/extras/rpms/fuse-smb/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24138/devel

Modified Files:
	.cvsignore sources 
Added Files:
	fuse-smb.spec 
Log Message:
auto-import fuse-smb-0.8.5-4.fc5 on branch devel from fuse-smb-0.8.5-4.src.rpm


--- NEW FILE fuse-smb.spec ---
Name: 		fuse-smb
Summary: 	FUSE-Filesystem to fast and easy access remote resources via SMB
Version: 	0.8.5
Release: 	4%{?dist}
License: 	GPL
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
Buildroot: 	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

#fuse is implicity required by libfuse.so.2 or fuse-libs
#Requires: 	fuse >= 2.3
#samba-common 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:	samba-client >= 3.0

%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. 

%prep 
%setup -q -n fusesmb-%{version}

%build
%configure
make %{?_smp_mflags}

%install 
rm -fr %{buildroot}
make install DESTDIR=%{buildroot}

%clean 
#build dir is removed by --clean option
rm -fr %{buildroot}

%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 
%doc AUTHORS ChangeLog COPYING INSTALL README TODO fusesmb.conf.ex
%{_mandir}/man*/fusesmb.*


%changelog 
* Thu Jan 25 2007 Marcin Zajaczkowski <mszpak ATT wp DOTT pl> - 0.8.5-4
 - fixed accidental spaces in file

* Wed Jan 17 2007 Marcin Zajaczkowski <mszpak ATT wp DOTT pl> - 0.8.5-3
 - removed redundant requirements
 - removed redundant %%{optflags} (%%configure already uses it)

* Mon Jan 15 2007 Marcin Zajaczkowski <mszpak ATT wp DOTT pl> - 0.8.5-2
 - started adaptation to Fedora Extras requirements
 - Packager tag removed from .spec file (now only in .rpmmacros)
 - gcc removed from BuildRequires section
 - added %%{optflags}
 - removed empty NEWS from package (rpmlint's warning)

* Thu May 26 2006 Marcin Zajaczkowski <mszpak ATT wp DOTT pl> - 0.8.5-1
 - initial release (should be compatible with fuse package from Fedora Extras)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/fuse-smb/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	26 Jan 2007 21:20:14 -0000	1.1
+++ .cvsignore	26 Jan 2007 21:20:52 -0000	1.2
@@ -0,0 +1 @@
+fusesmb-0.8.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/fuse-smb/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	26 Jan 2007 21:20:14 -0000	1.1
+++ sources	26 Jan 2007 21:20:52 -0000	1.2
@@ -0,0 +1 @@
+8b9268826b544ad124e016ced17d5310  fusesmb-0.8.5.tar.gz




More information about the fedora-extras-commits mailing list