Small cosmetic fixes

epel9
Peter Lemenkov 19 years ago
parent 685e05552f
commit b82dbfe6d5

@ -1,6 +1,6 @@
Name: fuse-sshfs
Version: 1.4
Release: 1%{?dist}
Release: 2%{?dist}
Summary: FUSE-Filesystem to access remote filesystems via SSH
Group: System Environment/Base
@ -19,32 +19,29 @@ Since most SSH servers already support this protocol it is very easy to set
up: i.e. on the server side there's nothing to do. On the client side
mounting the filesystem is as easy as logging into the server with ssh.
%prep
%setup -q -n sshfs-fuse-%{version}
%build
%configure
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README
%{_bindir}/sshfs
%changelog
* Mon Feb 13 2006 Peter Lemenkov <lemenkov@newmail.ru> - 1.4-2
- small cosmetic fixes
* Mon Feb 13 2006 Peter Lemenkov <lemenkov@newmail.ru> - 1.4-1
- Version 1.4

Loading…
Cancel
Save