From 3208a0b162c5fa38490a4b4479dd3983d9aa533a Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 18 Sep 2023 17:34:27 -0400 Subject: [PATCH] unshield: Attempt to fix version --- unshield.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unshield.spec b/unshield.spec index e1389fe..5317e1d 100644 --- a/unshield.spec +++ b/unshield.spec @@ -5,13 +5,13 @@ %global src_name %{name}-%{git_date}-%{git_hash}.tar.xz Name: unshield -Version: %{git_ver}^%{git_date}g%{git_hash} +Version: 1.5.1 Release: %{rel}%{?dist} Summary: Install InstallShield applications on a Pocket PC License: MIT URL: https://github.com/twogood/unshield -Source0: %{url}/%{src_name} +Source0: https://github.com/twogood/unshield/archive/refs/tags/1.5.1.zip BuildRequires: zlib-devel BuildRequires: cmake