Skip to content
Snippets Groups Projects
Verified Commit bdd6742a authored by Carlos R.F.'s avatar Carlos R.F.
Browse files

implement feedback

parent b45be5c3
No related branches found
No related tags found
No related merge requests found
Pipeline #1147350855 passed
......@@ -3,6 +3,7 @@ Version: 0.38.3
Release: 1%{?dist}
Summary: A build system on top of bmake
License: BSD-2-Clause AND BSD-4-Clause AND ISC
# Licenses listed in the doc/LICENSE file
URL: https://github.com/cheusov/mk-configure/
......@@ -33,6 +34,7 @@ BuildRequires: zlib-devel
BuildRequires: glibc-devel
Requires: bmake
Requires: imake
Requires: redhat-rpm-config
BuildArch: noarch
%description
......@@ -42,16 +44,16 @@ The mk-configure tool is a build system, written in and for bmake
%package doc
Summary: The mk-configure documentation
License: BSD-2-Clause AND ISC AND CC0-1.0
# BSD-2-Clause in the autoconf, autotools, strlcpy3 examples
# ISC in the strlcpy and strlcpy2 examples
# CC0-1.0 in the hello_world example
Requires: %{name} = %{version}-%{release}
%description doc
The mk-configure package examples
%prep
%autosetup -p1
%define env \
%global env \
unset MAKEFLAGS \
export USE_NM=%{_bindir}/nm \
export USE_INSTALL=%{_bindir}/install \
......@@ -63,6 +65,9 @@ The mk-configure package examples
export SYSCONFDIR=%{_sysconfdir} \
export MANDIR=%{_mandir}
%prep
%autosetup -p1
%build
%{env}
bmake all
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment