2015-04-12 13:21:32 +02:00
|
|
|
#
|
|
|
|
# spec file for package innoextract
|
|
|
|
#
|
2016-03-16 08:59:19 +01:00
|
|
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
2012-04-01 22:53:12 +02:00
|
|
|
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
|
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
2015-04-12 13:21:32 +02:00
|
|
|
#
|
|
|
|
|
2012-04-01 22:53:12 +02:00
|
|
|
|
2015-04-12 13:21:32 +02:00
|
|
|
Name: innoextract
|
2016-03-25 09:33:58 +01:00
|
|
|
Version: 1.6
|
2015-04-12 13:21:32 +02:00
|
|
|
Release: 0
|
|
|
|
Summary: A tool to extract Inno Setup installers under non-windows systems
|
|
|
|
License: Zlib
|
|
|
|
Group: Productivity/Archiving/Backup
|
2015-11-11 20:23:29 +01:00
|
|
|
Url: http://constexpr.org/innoextract/
|
|
|
|
Source: http://constexpr.org/innoextract/files/%{name}-%{version}.tar.gz
|
2015-04-12 13:21:32 +02:00
|
|
|
BuildRequires: boost-devel
|
|
|
|
BuildRequires: cmake >= 2.8.0
|
|
|
|
BuildRequires: doxygen
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: pkg-config
|
2015-11-11 20:23:29 +01:00
|
|
|
BuildRequires: python-devel
|
2015-04-12 13:21:32 +02:00
|
|
|
BuildRequires: pkgconfig(liblzma)
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2012-04-01 22:53:12 +02:00
|
|
|
|
|
|
|
%description
|
|
|
|
Inno Setup is a tool to create installers for Microsoft Windows applications.
|
|
|
|
Inno Extracts allows to extract such installers under non-windows systems
|
|
|
|
without running the actual installer using wine. Inno Extract currently
|
|
|
|
supports installers created by Inno Setup 1.2.10 to 5.4.3.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2015-04-12 13:21:32 +02:00
|
|
|
%cmake
|
|
|
|
make %{?_smp_mflags}
|
2012-04-01 22:53:12 +02:00
|
|
|
|
|
|
|
%install
|
2015-04-12 13:21:32 +02:00
|
|
|
%cmake_install
|
2012-04-01 22:53:12 +02:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc CHANGELOG LICENSE README.md
|
|
|
|
%{_bindir}/innoextract
|
2016-03-16 08:59:19 +01:00
|
|
|
%{_mandir}/man1/innoextract.1%{ext_man}
|
2012-04-01 22:53:12 +02:00
|
|
|
|
|
|
|
%changelog
|