mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-20 18:40:37 +00:00
fix (app-bricks-py): version (#9446)
Signed-off-by: Owen-sz <owen@fyralabs.com> Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
This commit is contained in:
@@ -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 @@
|
||||
rpm.version(gh("arduino/app-bricks-py"));
|
||||
rpm.global("ver", gh("arduino/app-bricks-py"));
|
||||
|
||||
Reference in New Issue
Block a user