Hello community, here is the log from the commit of package fusesmb for openSUSE:Factory checked in at 2012-06-05 15:30:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fusesmb (Old) and /work/SRC/openSUSE:Factory/.fusesmb.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fusesmb", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/fusesmb/fusesmb.changes 2011-12-02 16:25:46.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.fusesmb.new/fusesmb.changes 2012-06-05 15:31:14.000000000 +0200 @@ -1,0 +2,6 @@ +Sat May 26 16:20:09 UTC 2012 - [email protected] + +- Remove redundant tags/sections from specfile +- Parallel build with %_smp_mflags + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fusesmb.spec ++++++ --- /var/tmp/diff_new_pack.rXDsdJ/_old 2012-06-05 15:31:15.000000000 +0200 +++ /var/tmp/diff_new_pack.rXDsdJ/_new 2012-06-05 15:31:15.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package fusesmb # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: fusesmb BuildRequires: automake BuildRequires: fuse-devel @@ -23,10 +24,10 @@ BuildRequires: samba-client Requires: fuse Summary: SMB for FUSE -Version: 0.8.7 -Release: 0 License: GPL-2.0+ Group: System/Filesystems +Version: 0.8.7 +Release: 0 Source: %{name}-%{version}.tar.bz2 Patch: search_path_fix.patch Patch1: single_thread.patch @@ -40,12 +41,6 @@ and workgroups are accessible at once from a single filesystem mount, making network browsing just as easy as it is on Windows. - - -Authors: --------- - Vincent Wagelaar <[email protected]> - %prep %setup %patch -p1 @@ -53,16 +48,12 @@ %build autoreconf -fi -CFLAGS="$RPM_OPT_FLAGS" \ -./configure --prefix=%{_prefix} --libdir=%{_libdir} --mandir=%{_mandir} -make +%configure +make %{?_smp_mflags} %install make DESTDIR="$RPM_BUILD_ROOT" install -%clean -rm -rf $RPM_BUILD_ROOT - %files %defattr(-,root,root) %doc AUTHORS COPYING* ChangeLog README* TODO -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
