1
Fork 0

unshield: Forgot to append name with version

This commit is contained in:
Joshua Goins 2023-09-18 17:38:50 -04:00
parent 3208a0b162
commit 629daaadd8

View file

@ -1,9 +1,3 @@
%global git_date 20230323
%global git_hash 67bca73
%global git_ver 1.5.1
%global rel 2
%global src_name %{name}-%{git_date}-%{git_hash}.tar.xz
Name: unshield
Version: 1.5.1
Release: %{rel}%{?dist}
@ -33,7 +27,7 @@ The %{name}-devel package contains the files needed for development with
%{name}.
%prep
%autosetup -n %{name}
%autosetup -n %{name}-${version}
%build
%cmake