From b82dbfe6d591200ff249da5d796fd8cfc965fc3d Mon Sep 17 00:00:00 2001 From: Peter Lemenkov Date: Mon, 13 Feb 2006 12:16:17 +0000 Subject: [PATCH] Small cosmetic fixes --- fuse-sshfs.spec | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/fuse-sshfs.spec b/fuse-sshfs.spec index d7d84f9..4fdee02 100644 --- a/fuse-sshfs.spec +++ b/fuse-sshfs.spec @@ -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 - 1.4-2 +- small cosmetic fixes + * Mon Feb 13 2006 Peter Lemenkov - 1.4-1 - Version 1.4