unshield: Forgot to append name with version
This commit is contained in:
parent
3208a0b162
commit
629daaadd8
1 changed files with 1 additions and 7 deletions
|
@ -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
|
Name: unshield
|
||||||
Version: 1.5.1
|
Version: 1.5.1
|
||||||
Release: %{rel}%{?dist}
|
Release: %{rel}%{?dist}
|
||||||
|
@ -33,7 +27,7 @@ The %{name}-devel package contains the files needed for development with
|
||||||
%{name}.
|
%{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}
|
%autosetup -n %{name}-${version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake
|
%cmake
|
||||||
|
|
Loading…
Add table
Reference in a new issue