Remove unshield package, it's now in upstream
This commit is contained in:
parent
c4f7171dd6
commit
931db103e2
1 changed files with 0 additions and 54 deletions
|
@ -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
|
||||
|
Loading…
Add table
Reference in a new issue