Accepting request 673175 from devel:tools:building

- Returned changelist back to a %doc.

- Changed spec file to require readline-devel, not a specific libreadline version.
  Thanks to Jan Engelhardt <jengelh@inai.de> for suggestion.

- Add libreadline6 to the BuildRequires list.
- Changed %doc to %license for COPYING as directed by osc.

OBS-URL: https://build.opensuse.org/request/show/673175
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kbuild?expand=0&rev=37
This commit is contained in:
Stephan Kulow 2019-02-24 15:57:17 +00:00 committed by Git OBS Bridge
commit 5a9ee468b5
2 changed files with 22 additions and 3 deletions

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sun Feb 10 20:19:51 UTC 2019 - Larry Finger <Larry.Finger@gmail.com>
- Returned changelist back to a %doc.
-------------------------------------------------------------------
Sun Feb 10 18:09:43 UTC 2019 - Larry Finger <Larry.Finger@gmail.com>
- Changed spec file to require readline-devel, not a specific libreadline version.
Thanks to Jan Engelhardt <jengelh@inai.de> for suggestion.
-------------------------------------------------------------------
Sat Feb 9 19:57:25 UTC 2019 - Larry Finger <Larry.Finger@gmail.com>
- 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 Tue Feb 20 16:26:24 UTC 2018 - schwab@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package kbuild # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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/
# #
@ -24,6 +24,7 @@ BuildRequires: bison
BuildRequires: flex BuildRequires: flex
BuildRequires: libacl-devel BuildRequires: libacl-devel
BuildRequires: makeinfo BuildRequires: makeinfo
BuildRequires: readline-devel
Summary: Framework for writing simple makefiles for complex tasks Summary: Framework for writing simple makefiles for complex tasks
License: GPL-2.0-or-later License: GPL-2.0-or-later
Group: Development/Tools/Building Group: Development/Tools/Building
@ -98,7 +99,8 @@ kBuild/env.sh kmk NIX_INSTALL_DIR=/usr BUILD_TYPE=release PATH_INS=%{buildroot}
%files %files
%defattr(-, root, root) %defattr(-, root, root)
%doc COPYING ChangeLog %license COPYING
%doc ChangeLog
%doc kBuild/doc/COPYING-FDL-1.3 %doc kBuild/doc/COPYING-FDL-1.3
%doc kBuild/doc/QuickReference-kmk.* %doc kBuild/doc/QuickReference-kmk.*
%{_mandir}/man1/kmk.1.gz %{_mandir}/man1/kmk.1.gz