Small cosmetic fixes

epel9
Peter Lemenkov 19 years ago
parent 685e05552f
commit b82dbfe6d5

@ -1,6 +1,6 @@
Name: fuse-sshfs Name: fuse-sshfs
Version: 1.4 Version: 1.4
Release: 1%{?dist} Release: 2%{?dist}
Summary: FUSE-Filesystem to access remote filesystems via SSH Summary: FUSE-Filesystem to access remote filesystems via SSH
Group: System Environment/Base 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 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. mounting the filesystem is as easy as logging into the server with ssh.
%prep %prep
%setup -q -n sshfs-fuse-%{version} %setup -q -n sshfs-fuse-%{version}
%build %build
%configure %configure
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README %doc AUTHORS ChangeLog COPYING NEWS README
%{_bindir}/sshfs %{_bindir}/sshfs
%changelog %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 * Mon Feb 13 2006 Peter Lemenkov <lemenkov@newmail.ru> - 1.4-1
- Version 1.4 - Version 1.4

Loading…
Cancel
Save