File mingw32-snoregrowl.spec of Package mingw32-snoregrowl
#
# spec file for package mingw32-snoregrowl
#
# 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-snoregrowl
Version: 0.4.0
Release: 0
Summary: SnoreGrowl is a fork of gntp-send which is a command line tool for sending Growl notifications
License: BSD-3-Clause
Group: System/Libraries
Url: https://github.com/Snorenotify/Snorenotify
Source: v%{version}.tar.gz
BuildRequires: mingw32-cross-cmake
BuildRequires: mingw32-cross-binutils
BuildRequires: mingw32-cross-gcc
BuildRequires: mingw32-cross-gcc-c++
BuildRequires: mingw32-filesystem >= 23
%_mingw32_package_header_debug
BuildArch: noarch
%description
SnoreGrowl is a fork of gntp-send which is a command line tool for sending Growl notifications.
%package devel
Summary: An extremely memory-efficient hash_map implementation
Group: Development/Libraries/C and C++
%description devel
SnoreGrowl is a fork of gntp-send which is a command line tool for sending Growl notifications.
%_mingw32_debug_package
%prep
%setup -q -n SnoreGrowl-%{version}
%build
%{_mingw32_cmake}
%{_mingw32_cmake_build}
%install
%{_mingw32_cmake_install}
%files
%defattr(-,root,root)
# %doc doc/*
%{_mingw32_bindir}/libsnoregrowl++.dll
%{_mingw32_bindir}/libsnoregrowl.dll
%files devel
%defattr(-,root,root)
%{_mingw32_includedir}/snoregrowl/
%{_mingw32_libdir}/cmake/
%{_mingw32_libdir}/libsnoregrowl++.dll.a
%{_mingw32_libdir}/libsnoregrowl.dll.a
%changelog