forked from pool/sshfs
Accepting request 123349 from filesystems
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/123349 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sshfs?expand=0&rev=19
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 26 17:34:50 UTC 2012 - jengelh@inai.de
|
||||
|
||||
- Remove redundant tags/sections from specfile
|
||||
- Parallel build with %_smp_mflags
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 16 01:35:31 UTC 2012 - tabraham@novell.com
|
||||
|
||||
|
||||
+3
-13
@@ -16,17 +16,16 @@
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: sshfs
|
||||
BuildRequires: automake
|
||||
BuildRequires: fuse-devel
|
||||
BuildRequires: glib2-devel
|
||||
Requires: fuse
|
||||
Summary: Filesystem client based on SSH file transfer protocol
|
||||
Version: 2.4
|
||||
Release: 0
|
||||
License: GPL-2.0+
|
||||
Group: System/Filesystems
|
||||
Version: 2.4
|
||||
Release: 0
|
||||
Source: %{name}-fuse-%{version}.tar.gz
|
||||
Url: http://fuse.sourceforge.net/sshfs.html
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@@ -38,12 +37,6 @@ 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
|
||||
openssh (ssh).
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
%prep
|
||||
%setup -n %{name}-fuse-%{version}
|
||||
|
||||
@@ -51,14 +44,11 @@ Authors:
|
||||
%{?suse_update_config:%{suse_update_config -f}}
|
||||
autoreconf -fi
|
||||
%configure --disable-sshnodelay
|
||||
make
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make DESTDIR="$RPM_BUILD_ROOT" install
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING* ChangeLog NEWS README*
|
||||
|
||||
Reference in New Issue
Block a user