Hello community, here is the log from the commit of package wiggle for openSUSE:Factory checked in at 2016-07-05 09:52:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wiggle (Old) and /work/SRC/openSUSE:Factory/.wiggle.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wiggle" Changes: -------- --- /work/SRC/openSUSE:Factory/wiggle/wiggle.changes 2013-08-23 11:12:31.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.wiggle.new/wiggle.changes 2016-07-05 09:52:45.000000000 +0200 @@ -1,0 +2,7 @@ +Sun Jul 3 16:19:12 UTC 2016 - [email protected] + +- Some spec file cleanups with spec-cleaner +- Enable parallel building +- Install COPYING (as package should contain its license) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wiggle.spec ++++++ --- /var/tmp/diff_new_pack.heKkRc/_old 2016-07-05 09:52:45.000000000 +0200 +++ /var/tmp/diff_new_pack.heKkRc/_new 2016-07-05 09:52:45.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package wiggle # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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 @@ -17,14 +17,14 @@ Name: wiggle -BuildRequires: ncurses-devel +Version: 1.0 +Release: 0 Summary: A Tool for Applying Patches with Conflicts License: GPL-2.0+ Group: Productivity/Text/Utilities -Version: 1.0 -Release: 0 Url: http://neil.brown.name/wiggle/ Source0: http://neil.brown.name/wiggle/%{name}-%{version}.tar.gz +BuildRequires: ncurses-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -36,37 +36,19 @@ original in a manner similar to 'merge' and reports an unresolvable conflict. - - -Authors: --------- - Neil Brown <[email protected]> - %prep %setup -q %build -make BINDIR=/usr/bin \ - MANDIR=%{_mandir} MAN1DIR=%{_mandir}/man1 \ - CFLAGS="-I. $RPM_OPT_FLAGS" \ - wiggle +make %{?_smp_mflags} CFLAGS="-I. %{optflags}" wiggle %install -rm -rf $RPM_BUILD_ROOT -mkdir -p $RPM_BUILD_ROOT/usr/bin -mkdir -p $RPM_BUILD_ROOT%{_mandir}/man{1,5} -make BINDIR=$RPM_BUILD_ROOT/usr/bin \ - MANDIR=$RPM_BUILD_ROOT%{_mandir} \ - MAN1DIR=$RPM_BUILD_ROOT%{_mandir}/man1 \ - install - -%clean -rm -rf $RPM_BUILD_ROOT +%make_install %files %defattr(-,root,root,-) -/usr/bin/wiggle -%doc %{_mandir}/man1/wiggle.1* -%doc ANNOUNCE +%doc ANNOUNCE COPYING +%{_bindir}/wiggle +%{_mandir}/man1/wiggle.1%{ext_man} %changelog
