Compare commits

..

4 commits

Author SHA1 Message Date
Carlos Rodriguez-Fernandez
ba057abd98
fix Source0 according to guidelines 2024-03-01 17:12:31 -07:00
Carlos Rodriguez-Fernandez
0301bff8d7
validate manpages during smoke test 2024-03-01 09:07:21 -07:00
Carlos Rodriguez-Fernandez
ae48414704
setup smoke test 2024-03-01 08:35:54 -07:00
Carlos Rodriguez-Fernandez
5f9faf4a87
Remove concurrency, add gating 2024-02-20 11:07:36 -07:00
3 changed files with 2 additions and 15 deletions

View file

@ -1 +0,0 @@
addFilter('.*spelling-error.*')

View file

@ -1,6 +1,6 @@
Name: mk-configure
Version: 0.38.3
Release: 6%{?dist}
Release: 2%{?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
@ -113,18 +113,6 @@ env bmake test-tests
%doc %{_docdir}/mk-configure/examples
%changelog
* Thu Jul 24 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.38.3-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Fri Jan 17 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.38.3-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Sun Sep 29 2024 Yaakov Selkowitz <yselkowi@redhat.com> - 0.38.3-4
- Fix macros for flatpak builds
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.38.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Mon Feb 19 2024 Carlos Rodriguez-Fernandez <carlosrodrifernandez@gmail.com> - 0.38.3-2
- Remove concurrency in macro call because it is not well supported due to output redirects
* Sat Jan 6 2024 Carlos Rodriguez-Fernandez <carlosrodrifernandez@gmail.com> - 0.38.3-1

View file

@ -23,4 +23,4 @@
export HOME=%{_tmppath}/mkcmake-home; \
mkdir -p "$HOME"; \
export MKCOMPILERSETTINGS=yes; \
mkcmake
%{_bindir}/mkcmake