From a02dee70e3bbde1935825e27c4c56cf7484558c6 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 20 Mar 2016 15:05:39 +0100 Subject: [PATCH] rename files in bindir Signed-off-by: Igor Gnatenko --- meson.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meson.spec b/meson.spec index 5e3ab82..83a3b63 100644 --- a/meson.spec +++ b/meson.spec @@ -55,6 +55,9 @@ GUI for high productivity build system. %install %py3_install install -Dpm 0644 data/macros.%{name} %{buildroot}%{_rpmconfigdir}/macros.d/macros.%{name} +for f in %{buildroot}%{_bindir}/*.py; do + mv ${f} ${f%%.py} +done %check MESON_PRINT_TEST_OUTPUT=1 ./run_tests.py