File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Summary: The NetBSD make(1) tool
22Name: bmake
33Version: 20230723
4- Release: 1 %{?dist }
4+ Release: 2 %{?dist }
55License: BSD
66Vendor: Microsoft Corporation
77Distribution: Azure Linux
88URL: https://ftp.netbsd.org/pub/NetBSD/misc/sjg/
99Source0: %{url }/bmake-%{version }.tar.gz
10+ Patch0: do-not-run-tests-on-install.patch
1011BuildRequires: gcc
1112BuildRequires: sed
1213BuildRequires: util-linux
@@ -44,6 +45,9 @@ sh ./make-bootstrap.sh
4445./bmake -m mk install DESTDIR=%{buildroot } INSTALL=' install -p' STRIP_FLAG=' '
4546chmod a-x %{buildroot }%{_datadir }/mk/mkopt.sh
4647
48+ %check
49+ ./bmake -m mk test
50+
4751%files
4852%doc ChangeLog README
4953%license LICENSE
@@ -56,6 +60,9 @@ chmod a-x %{buildroot}%{_datadir}/mk/mkopt.sh
5660%{_datadir }/mk
5761
5862%changelog
63+ * Thu May 15 2025 Andrew Phelps <anphel@microsoft.com> - 20230723-2
64+ - Move unit tests to check section
65+
5966* Fri Dec 08 2023 Andrew Phelps <anphel@microsoft.com> - 20230723-1
6067- Upgrade to version 20230723
6168
Original file line number Diff line number Diff line change 1+ diff -urN a/boot-strap b/boot-strap
2+ --- a/boot-strap 2025-05-16 06:04:26.984623406 +0000
3+ +++ b/boot-strap 2025-05-16 06:04:44.596770493 +0000
4+ @@ -461,7 +461,6 @@
5+ }
6+
7+ op_install() {
8+ - op_test
9+ case "$INSTALL_PREFIX,$INSTALL_BIN,$prefix" in
10+ ,$HOST_TARGET/bin,*/$HOST_TARGET)
11+ INSTALL_PREFIX=`dirname $prefix`
You can’t perform that action at this time.
0 commit comments