fix (app-bricks-py): version (#9446) (#9449)

This commit is contained in:
Raboneko
2026-01-22 14:05:40 -08:00
committed by GitHub
parent 90f5322c9f
commit daa8621931
2 changed files with 5 additions and 2 deletions
@@ -1,8 +1,11 @@
%global pypi_name app-bricks-py
%global _desc The code of the Arduino App Lab Bricks
%global ver release/0.6.3
%global sanitized_ver %(echo %{ver} | sed 's|release/||')
Name: %{pypi_name}
Version: release/0.6.3
Version: %sanitized_ver
Release: 1%?dist
Summary: The code of the Arduino App Lab Bricks
License: MPL-2.0
+1 -1
View File
@@ -1 +1 @@
rpm.version(gh("arduino/app-bricks-py"));
rpm.global("ver", gh("arduino/app-bricks-py"));