Compare commits

..

9 commits

Author SHA1 Message Date
Fedora Release Engineering
7e9066d494 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-24 22:09:22 +00:00
Fedora Release Engineering
5d9513443a Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-17 18:41:58 +00:00
Carlos Rodriguez-Fernandez
4c07b5abf2
rpmlint:ignore spelling errors 2024-09-30 08:38:54 -07:00
Yaakov Selkowitz
bcad7a4050 Fix macros for flatpak builds
Installation path macros cannot be used to specify dependency locations.
Even when building a package with mk-configure for flatpaks in /app,
mk-configure comes from the buildroot in /usr.
2024-09-29 19:57:15 -04:00
Fedora Release Engineering
9256d832b3 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 2024-07-18 18:18:16 +00:00
Carlos Rodriguez-Fernandez
4fd3164d60
fix Source0 according to guidelines 2024-03-01 17:13:36 -07:00
Carlos Rodriguez-Fernandez
880e1592ca
validate manpages during smoke test 2024-03-01 09:06:03 -07:00
Carlos Rodriguez-Fernandez
c1892edcff
setup smoke test 2024-03-01 08:36:45 -07:00
Carlos Rodriguez-Fernandez
de82e29bc3
Remove concurrency, add gating 2024-02-19 09:18:21 -07:00
3 changed files with 15 additions and 2 deletions

1
mk-configure.rpmlintrc Normal file
View file

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

View file

@ -1,6 +1,6 @@
Name: mk-configure
Version: 0.38.3
Release: 2%{?dist}
Release: 6%{?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,6 +113,18 @@ 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; \
%{_bindir}/mkcmake
mkcmake