SHA256
1
0
forked from pool/kbuild

- 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
This commit is contained in:
Larry Finger 2019-02-09 19:59:15 +00:00 committed by Git OBS Bridge
parent 360c75bec3
commit ae5f17ab25
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
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

View File

@ -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