import CS python3.14-meson-python-0.18.0-3.el9
This commit is contained in:
parent
4cf852c46b
commit
d246be624e
@ -1 +0,0 @@
|
|||||||
1
|
|
||||||
9
.gitignore
vendored
9
.gitignore
vendored
@ -1,8 +1 @@
|
|||||||
/meson_python-0.13.1.tar.gz
|
SOURCES/meson_python-0.18.0.tar.gz
|
||||||
/meson_python-0.13.2.tar.gz
|
|
||||||
/meson_python-0.14.0.tar.gz
|
|
||||||
/meson_python-0.15.0.tar.gz
|
|
||||||
/meson_python-0.16.0.tar.gz
|
|
||||||
/meson_python-0.17.0.tar.gz
|
|
||||||
/meson_python-0.17.1.tar.gz
|
|
||||||
/meson_python-0.18.0.tar.gz
|
|
||||||
|
|||||||
1
.python3.14-meson-python.metadata
Normal file
1
.python3.14-meson-python.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
97cfb96facace999e9f8ebe83ddb8d2113ec2c17 SOURCES/meson_python-0.18.0.tar.gz
|
||||||
@ -1,3 +1,13 @@
|
|||||||
|
## START: Set by rpmautospec
|
||||||
|
## (rpmautospec version 0.6.5)
|
||||||
|
## RPMAUTOSPEC: autorelease, autochangelog
|
||||||
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
||||||
|
release_number = 3;
|
||||||
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
||||||
|
print(release_number + base_release_number - 1);
|
||||||
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
||||||
|
## END: Set by rpmautospec
|
||||||
|
|
||||||
%global python3_pkgversion 3.14
|
%global python3_pkgversion 3.14
|
||||||
|
|
||||||
%bcond tests 1
|
%bcond tests 1
|
||||||
@ -136,4 +146,13 @@ k="${k-}${k+ and }not test_uneeded_rpath"
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
%autochangelog
|
## START: Generated by rpmautospec
|
||||||
|
* Fri Nov 28 2025 Lukáš Zachar <lzachar@redhat.com> - 0.18.0-3
|
||||||
|
- Add gating
|
||||||
|
|
||||||
|
* Fri Nov 28 2025 Tomáš Hrnčiar <thrnciar@redhat.com> - 0.18.0-2
|
||||||
|
- Convert from Fedora for the Python 3.14 stack in RHEL
|
||||||
|
|
||||||
|
* Fri Nov 28 2025 Tomáš Hrnčiar <thrnciar@redhat.com>
|
||||||
|
- RHEL: Rename SPEC to python3.14-meson-python.spec
|
||||||
|
## END: Generated by rpmautospec
|
||||||
@ -1,6 +0,0 @@
|
|||||||
--- !Policy
|
|
||||||
product_versions:
|
|
||||||
- rhel-*
|
|
||||||
decision_context: osci_compose_gate
|
|
||||||
rules:
|
|
||||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
|
||||||
26
plan.fmf
26
plan.fmf
@ -1,26 +0,0 @@
|
|||||||
# based on https://gitlab.com/redhat/centos-stream/rpms/python-meson-python/-/blob/c10s/ci.fmf
|
|
||||||
|
|
||||||
execute:
|
|
||||||
how: tmt
|
|
||||||
|
|
||||||
discover:
|
|
||||||
- how: shell
|
|
||||||
tests:
|
|
||||||
- name: smoke
|
|
||||||
test: |
|
|
||||||
set -eux
|
|
||||||
TMP_DIR="$(mktemp -d)"
|
|
||||||
pushd "$TMP_DIR"
|
|
||||||
meson init --name foo
|
|
||||||
cat >pyproject.toml <<EOF
|
|
||||||
[build-system]
|
|
||||||
build-backend = 'mesonpy'
|
|
||||||
requires = ['meson-python']
|
|
||||||
EOF
|
|
||||||
python3.14 -c 'import mesonpy; x = mesonpy.Project(source_dir=".", build_dir="./build"); x.build()'
|
|
||||||
build/foo
|
|
||||||
popd
|
|
||||||
rm -rf "$TMP_DIR"
|
|
||||||
require:
|
|
||||||
- gcc
|
|
||||||
- python3.14-meson-python
|
|
||||||
Loading…
Reference in New Issue
Block a user