File mingw32-cross-nsis-plugin-zipdll.spec of Package mingw32-cross-nsis-plugin-zipdll
#
# spec file for package mingw32-cross-nsis-plugin-zipdll
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# 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/
#
Name: mingw32-cross-nsis-plugin-zipdll
Version: 1.2.2a
Release: 0
Summary: Nullsoft Scriptable Install System ZipDLL Plugin
License: GPL-2.0-or-later
Group: Development/Languages/Other
Url: http://nsis.sourceforge.net/ZipDLL_plug-in
Source0: http://nsis.sourceforge.net/mediawiki/images/d/d9/ZipDLL.zip
BuildRequires: unzip
Requires: mingw32-cross-nsis
Provides: mingw64-cross-nsis-plugin-zipdll = %{version}-%{release}
BuildArch: noarch
%description
ZipDLL is a extension DLL for NSIS. It can unzip files from zip files.
It is especially useful in combination with NSISdl so that you don't
have to download large files uncompressed.
%prep
%setup -q -c nsis-plugin-zipdll
%build
%install
mkdir -p %{buildroot}%{_datadir}/nsis/Plugins
cp ZipDLL.dll %{buildroot}%{_datadir}/nsis/Plugins
mkdir -p %{buildroot}%{_datadir}/nsis/Include
cp zipdll.nsh %{buildroot}%{_datadir}/nsis/Include
%files
%defattr(-,root,root)
%dir %{_datadir}/nsis
%{_datadir}/nsis/Plugins
%{_datadir}/nsis/Include
%changelog