Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c55ae7878f | ||
|
|
42de646f51 | ||
|
|
34bdf433d9 | ||
|
|
91b5fa29a6 |
1 changed files with 3 additions and 11 deletions
|
|
@ -2,14 +2,16 @@ 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
|
||||
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
|
||||
|
|
@ -26,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue