From ae5f17ab25343efdab005c08ed444ca2ded14c62fbef1e3e34322a1f7fa18939 Mon Sep 17 00:00:00 2001 From: Larry Finger Date: Sat, 9 Feb 2019 19:59:15 +0000 Subject: [PATCH 1/3] - Add libreadline6 to the BuildRequires list. - Changed %doc to %license for COPYING as directed by osc. OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/kbuild?expand=0&rev=39 --- kbuild.changes | 6 ++++++ kbuild.spec | 7 ++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/kbuild.changes b/kbuild.changes index 31a18f5..b833668 100644 --- a/kbuild.changes +++ b/kbuild.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Feb 9 19:57:25 UTC 2019 - Larry Finger + +- Add libreadline6 to the BuildRequires list. +- Changed %doc to %license for COPYING as directed by osc. + ------------------------------------------------------------------- Tue Feb 20 16:26:24 UTC 2018 - schwab@suse.de diff --git a/kbuild.spec b/kbuild.spec index b51234e..a74c34e 100644 --- a/kbuild.spec +++ b/kbuild.spec @@ -1,7 +1,7 @@ # # spec file for package kbuild # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,7 +12,7 @@ # 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/ # @@ -23,6 +23,7 @@ BuildRequires: automake BuildRequires: bison BuildRequires: flex BuildRequires: libacl-devel +BuildRequires: libreadline6 BuildRequires: makeinfo Summary: Framework for writing simple makefiles for complex tasks License: GPL-2.0-or-later @@ -98,7 +99,7 @@ kBuild/env.sh kmk NIX_INSTALL_DIR=/usr BUILD_TYPE=release PATH_INS=%{buildroot} %files %defattr(-, root, root) -%doc COPYING ChangeLog +%license COPYING ChangeLog %doc kBuild/doc/COPYING-FDL-1.3 %doc kBuild/doc/QuickReference-kmk.* %{_mandir}/man1/kmk.1.gz From a259fc1ccba154ef402330e8d1f07be830417a108c34e48195feca71e9048876 Mon Sep 17 00:00:00 2001 From: Larry Finger Date: Sun, 10 Feb 2019 18:11:57 +0000 Subject: [PATCH 2/3] - Changed spec file to require readline-devel, not a specific libreadline version. Thanks to Jan Engelhardt for suggestion. OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/kbuild?expand=0&rev=40 --- kbuild.changes | 6 ++++++ kbuild.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/kbuild.changes b/kbuild.changes index b833668..b84798d 100644 --- a/kbuild.changes +++ b/kbuild.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Feb 10 18:09:43 UTC 2019 - Larry Finger + +- Changed spec file to require readline-devel, not a specific libreadline version. + Thanks to Jan Engelhardt for suggestion. + ------------------------------------------------------------------- Sat Feb 9 19:57:25 UTC 2019 - Larry Finger diff --git a/kbuild.spec b/kbuild.spec index a74c34e..45e663b 100644 --- a/kbuild.spec +++ b/kbuild.spec @@ -23,8 +23,8 @@ BuildRequires: automake BuildRequires: bison BuildRequires: flex BuildRequires: libacl-devel -BuildRequires: libreadline6 BuildRequires: makeinfo +BuildRequires: readline-devel Summary: Framework for writing simple makefiles for complex tasks License: GPL-2.0-or-later Group: Development/Tools/Building From 1585cd70150951deb7c7cb5b0e26d6f7059af590bd41047bd346c5b96a55884c Mon Sep 17 00:00:00 2001 From: Larry Finger Date: Sun, 10 Feb 2019 20:20:53 +0000 Subject: [PATCH 3/3] - Returned changelist back to a %doc. OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/kbuild?expand=0&rev=41 --- kbuild.changes | 5 +++++ kbuild.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/kbuild.changes b/kbuild.changes index b84798d..26981fe 100644 --- a/kbuild.changes +++ b/kbuild.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Feb 10 20:19:51 UTC 2019 - Larry Finger + +- Returned changelist back to a %doc. + ------------------------------------------------------------------- Sun Feb 10 18:09:43 UTC 2019 - Larry Finger diff --git a/kbuild.spec b/kbuild.spec index 45e663b..528cb78 100644 --- a/kbuild.spec +++ b/kbuild.spec @@ -99,7 +99,8 @@ kBuild/env.sh kmk NIX_INSTALL_DIR=/usr BUILD_TYPE=release PATH_INS=%{buildroot} %files %defattr(-, root, root) -%license COPYING ChangeLog +%license COPYING +%doc ChangeLog %doc kBuild/doc/COPYING-FDL-1.3 %doc kBuild/doc/QuickReference-kmk.* %{_mandir}/man1/kmk.1.gz