1
Fork 0
copr/unshield.spec

57 lines
1.3 KiB
RPMSpec
Raw Normal View History

2023-09-18 17:30:45 -04:00
Name: unshield
2023-09-18 17:34:27 -04:00
Version: 1.5.1
2023-09-18 17:42:26 -04:00
Release: %autorelease
2023-09-18 17:30:45 -04:00
Summary: Install InstallShield applications on a Pocket PC
License: MIT
URL: https://github.com/twogood/unshield
2023-09-18 17:34:27 -04:00
Source0: https://github.com/twogood/unshield/archive/refs/tags/1.5.1.zip
2023-09-18 17:30:45 -04:00
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
2023-09-18 17:47:20 -04:00
%autosetup -n %{name}-%{version}
2023-09-18 17:30:45 -04:00
%build
%cmake
%cmake_build
%install
%cmake_install
%ldconfig_scriptlets
%files
%license LICENSE
%doc README.md
%{_bindir}/unshield
%{_mandir}/man1/unshield.1.*
%{_libdir}/libunshield.so.0
%{_libdir}/libunshield.so.0.0.0
%files devel
%{_libdir}/libunshield.so
%{_includedir}/libunshield.h
%{_libdir}/pkgconfig/libunshield.pc
%changelog
%autochangelog