From 91b5fa29a670a71974935cf09240eaf44162a3f5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 19:38:36 +0000 Subject: [PATCH 1/4] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild From 34bdf433d9f5ca0572644252f369eaa193ebb7a2 Mon Sep 17 00:00:00 2001 From: Peter Lemenkov Date: Mon, 16 Feb 2026 17:11:31 +0100 Subject: [PATCH 2/4] Use different version for sources Signed-off-by: Peter Lemenkov --- unshield.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/unshield.spec b/unshield.spec index 97e2434..a680e7f 100644 --- a/unshield.spec +++ b/unshield.spec @@ -2,6 +2,7 @@ Name: unshield Version: 1.6.2 Release: %autorelease Summary: Extract CAB files from InstallShield installers +SourceLicense: MIT and LicenseRef-RSA License: MIT URL: https://github.com/twogood/unshield VCS: git:%{url}.git From 42de646f51ce888877b7ca8e7ee9948a4a1799ef Mon Sep 17 00:00:00 2001 From: Peter Lemenkov Date: Fri, 27 Feb 2026 11:03:56 +0100 Subject: [PATCH 3/4] Switch to declarative cmake build (f44+) Signed-off-by: Peter Lemenkov --- unshield.spec | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/unshield.spec b/unshield.spec index a680e7f..ab27f0c 100644 --- a/unshield.spec +++ b/unshield.spec @@ -7,10 +7,11 @@ License: MIT URL: https://github.com/twogood/unshield VCS: git:%{url}.git Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz -BuildRequires: cmake BuildRequires: gcc BuildRequires: openssl-devel BuildRequires: zlib-devel +BuildSystem: cmake +BuildOption(conf): -DUSE_OUR_OWN_MD5=OFF %description This tool allows the extraction of InstallShield format cabinet files (which @@ -27,16 +28,6 @@ Requires: %{name}%{?_isa} = %{version}-%{release} The %{name}-devel package contains the files needed for development with %{name}. -%prep -%autosetup -p1 -n %{name}-%{version} - -%build -%cmake -DUSE_OUR_OWN_MD5=OFF -%cmake_build - -%install -%cmake_install - %files %license LICENSE %doc README.md From c55ae7878ffd1c8b7604e01562253148ec452b7d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 08:13:14 +0000 Subject: [PATCH 4/4] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild