File mingw64-quazip.spec of Package mingw64-quazip
#
# spec file for package mingw64-quazip
#
# 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: mingw64-quazip
Version: 0.4.4
Release: 0
Summary: Qt/C++ wrapper for ZIP/UNZIP package
License: GPL-2.0-or-later
Group: Development/Libraries/C and C++
Url: http://quazip.sourceforge.net/
Source0: quazip-%{version}.zip
#!BuildIgnore: post-build-checks
Patch0: fix-exporting.diff
BuildRequires: automoc4
BuildRequires: mingw64-cross-cmake
BuildRequires: mingw64-cross-binutils
BuildRequires: mingw64-cross-gcc
BuildRequires: mingw64-cross-gcc-c++
BuildRequires: mingw64-cross-pkg-config
BuildRequires: mingw64-filesystem
BuildRequires: mingw64-libqt4-devel
BuildRequires: mingw64-libqt4-filesystem
#bug
BuildRequires: mingw64-zlib-devel
BuildRequires: unzip
%_mingw64_package_header_debug
BuildArch: noarch
%description
Qt/C++ wrapper for ZIP/UNZIP package.
%package devel
Summary: Qt/C++ wrapper for ZIP/UNZIP package
Group: Development/Libraries/C and C++
%description devel
Qt/C++ wrapper for ZIP/UNZIP package.
%_mingw64_debug_package
%prep
%setup -q -n quazip-%{version}
%patch -P 0 -p1
%build
rm -rf CMakeCache.txt
%{_mingw64_cmake_qt4}
%{_mingw64_cmake_build}
%install
%{_mingw64_cmake_install}
rm -rf %{buildroot}%{_datadir}/cmake/Modules/FindQuaZip.cmake
%files
%defattr(-,root,root,-)
%{_mingw64_bindir}/libquazip.dll
%files devel
%defattr(-,root,root,-)
%{_mingw64_includedir}/quazip/
%{_mingw64_libdir}/libquazip.dll.a
%changelog