diff --git a/sshfs.changes b/sshfs.changes index b45a39e..ab7c6c0 100644 --- a/sshfs.changes +++ b/sshfs.changes @@ -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 diff --git a/sshfs.spec b/sshfs.spec index a0d53b7..002c288 100644 --- a/sshfs.spec +++ b/sshfs.spec @@ -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 - %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*