From 931db103e2c825f5623244a9fa889d9c39d5984e Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 19 Apr 2025 09:04:50 -0400 Subject: [PATCH] Remove unshield package, it's now in upstream --- unshield.spec | 54 --------------------------------------------------- 1 file changed, 54 deletions(-) delete mode 100644 unshield.spec diff --git a/unshield.spec b/unshield.spec deleted file mode 100644 index 10c7219..0000000 --- a/unshield.spec +++ /dev/null @@ -1,54 +0,0 @@ -Name: unshield -Version: 1.6.2 -Release: %autorelease -Summary: Install InstallShield applications on a Pocket PC - -License: MIT -URL: https://github.com/twogood/unshield -Source0: https://github.com/twogood/unshield/archive/refs/tags/1.6.2.zip - -BuildRequires: zlib-devel -BuildRequires: cmake -BuildRequires: gcc - -%description -This tool allows the extraction of InstallShield format cabinet files (which -are different from Microsoft cabinet files). It was initially developed as a -part of the SynCE project to aid with installing applications for Pocket PC -devices, which were often contained in InstallShield installers, but these days -that is rather less likely to be the primary use case. - -%package devel -Summary: Files needed for software development with %{name} -Requires: %{name}%{?_isa} = %{version}-%{release} - -%description devel -The %{name}-devel package contains the files needed for development with -%{name}. - -%prep -%autosetup -n %{name}-%{version} - -%build -%cmake -%cmake_build - -%install -%cmake_install - -%ldconfig_scriptlets - -%files -%license LICENSE -%doc README.md -%{_bindir}/unshield -%{_mandir}/man1/unshield.1.* - -%files devel -%{_libdir}/libunshield.so -%{_includedir}/libunshield.h -%{_libdir}/pkgconfig/libunshield.pc - -%changelog -%autochangelog -