Hello community, here is the log from the commit of package dbsplit-tools for openSUSE:Factory checked in at 2020-01-22 22:46:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dbsplit-tools (Old) and /work/SRC/openSUSE:Factory/.dbsplit-tools.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dbsplit-tools" Wed Jan 22 22:46:29 2020 rev:16 rq:766338 version:0.6 Changes: -------- --- /work/SRC/openSUSE:Factory/dbsplit-tools/dbsplit-tools.changes 2011-09-23 01:54:51.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.dbsplit-tools.new.26092/dbsplit-tools.changes 2020-01-22 22:46:42.352588770 +0100 @@ -1,0 +2,5 @@ +Wed Jan 22 14:33:49 UTC 2020 - Martin Pluskal <[email protected]> + +- Clean up spec file + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dbsplit-tools.spec ++++++ --- /var/tmp/diff_new_pack.E7Sz22/_old 2020-01-22 22:46:43.200589197 +0100 +++ /var/tmp/diff_new_pack.E7Sz22/_new 2020-01-22 22:46:43.228589211 +0100 @@ -1,7 +1,7 @@ # # spec file for package dbsplit-tools # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,44 +12,38 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # - Name: dbsplit-tools -Group: Productivity/Publishing/DocBook -BuildArch: noarch -Requires: perl-XML-DOM perl-XML-RegExp Version: 0.6 -Release: 119 -License: GPL-2.0+ -Source0: %name-%version.tar.bz2 -Patch: %name-%version-utf8.diff -Patch1: %name-%version-license.diff -Patch2: %name-%version-contact.diff -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Release: 0 Summary: DocBook Splitting tools +License: GPL-2.0-or-later +Group: Productivity/Publishing/DocBook +Source0: %{name}-%{version}.tar.bz2 +Patch0: %{name}-%{version}-utf8.diff +Patch1: %{name}-%{version}-license.diff +Patch2: %{name}-%{version}-contact.diff +Requires: perl-XML-DOM +Requires: perl-XML-RegExp +BuildArch: noarch %description Tools for splitting and merging DocBook documents, - - %prep -%setup -q -%patch -%patch1 -%patch2 +%autosetup -p0 %build %install -make install PREFIX=%buildroot/%_prefix +%make_install PREFIX=%{buildroot}/%{_prefix} %files -%defattr(-, root, root) -%doc README AUTHORS COPYING +%license COPYING +%doc README AUTHORS %{_bindir}/* %{_mandir}/man?/*
