Hello community, here is the log from the commit of package mmv for openSUSE:Factory checked in at 2015-07-14 17:44:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mmv (Old) and /work/SRC/openSUSE:Factory/.mmv.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mmv" Changes: -------- --- /work/SRC/openSUSE:Factory/mmv/mmv.changes 2011-10-04 18:13:43.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.mmv.new/mmv.changes 2015-07-14 17:45:52.000000000 +0200 @@ -1,0 +2,5 @@ +Sun Jul 12 19:26:49 UTC 2015 - [email protected] + +- Cleanup spec file with spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mmv.spec ++++++ --- /var/tmp/diff_new_pack.m4K7Vh/_old 2015-07-14 17:45:53.000000000 +0200 +++ /var/tmp/diff_new_pack.m4K7Vh/_new 2015-07-14 17:45:53.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package mmv # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX 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,17 +15,14 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: mmv Version: 1.01b -Release: 937 +Release: 0 Summary: Move/Copy/Append/Link Multiple Files by Wildcard Patterns - License: GPL-1.0+ -Url: http://packages.qa.debian.org/m/mmv.html Group: Productivity/File utilities +Url: http://packages.qa.debian.org/m/mmv.html Source0: http://ftp.debian.org/debian/pool/main/m/mmv/%{name}_%{version}.orig.tar.gz Source1: http://packages.debian.org/changelogs/pool/main/m/mmv/current/copyright # PATCH-FIX-OPENSUSE mmv-1.01b.dif -- Compilation and Makefile fixes @@ -47,12 +44,6 @@ result from the entire set of actions specified and gives the user the choice of either proceeding by avoiding the offending parts or aborting. - - -Authors: --------- - Vladimir Lanin <[email protected]> - %prep %setup -q -n %{name}-%{version}.orig %patch0 @@ -63,7 +54,10 @@ %build # Add LARGEFILE to CFLAGS bnc#137906 -make CC="%__cc" CFLAGS="%{optflags} -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" +make \ + %{?_smp_mflags} \ + CC="gcc" \ + CFLAGS="%{optflags} -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" %install install -d -m 755 %{buildroot}%{_bindir} @@ -78,13 +72,10 @@ ln -s mmv.1.gz mcp.1.gz ln -s mmv.1.gz mln.1.gz -%clean -rm -rf %{buildroot} - %files %defattr(-,root,root,-) %doc ANNOUNCE ARTICLE copyright %{_bindir}/* -%doc %{_mandir}/man1/* +%{_mandir}/man1/* %changelog
