File mingw32-gnome-icon-theme.spec of Package mingw32-gnome-icon-theme
#
# spec file for package mingw32-gnome-icon-theme
#
# 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-gnome-icon-theme
Version: 3.8.2
Release: 0
Summary: GNOME Icon Theme
License: LGPL-3.0-only or CC-BY-SA-3.0
Group: Development/Libraries
Url: http://www.gnome.org/
Source0: ftp://ftp.gnome.org/pub/gnome/sources/gnome-icon-theme/3.8/gnome-icon-theme-%{version}.tar.xz
Source1000: %{name}-rpmlintrc
Patch0: 0001-install-data-hook-fix-by-Yanko-Kaneti-yaneti-declera.patch
#!BuildIgnore: post-build-checks
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: gettext-runtime
# Native one for gtk-update-icon-cache
BuildRequires: gtk2
BuildRequires: intltool >= 0.40.0
BuildRequires: mingw32-cross-binutils
BuildRequires: mingw32-cross-gcc
BuildRequires: mingw32-cross-pkg-config
BuildRequires: mingw32-filesystem >= 23
BuildRequires: mingw32-icon-naming-utils
BuildRequires: xz
BuildArch: noarch
%_mingw32_package_header_debug
%description
The default GNOME icon theme.
%package devel
Summary: GNOME Icon Theme
Group: Development/Libraries
%description devel
The default GNOME icon theme.
%prep
%setup -q -n gnome-icon-theme-%{version}
%patch -P 0 -p1 -b .nocache-destdir
%build
autoreconf -f -i
%{_mingw32_configure} --enable-icon-mapping
%{_mingw32_make} %{?_smp_mflags} || %{_mingw32_make}
%install
make DESTDIR=%{buildroot} install %{?_smp_mflags}
%files
%defattr(-,root,root)
%{_mingw32_datadir}/icons/gnome
%files devel
%defattr(-,root,root)
%{_mingw32_datadir}/pkgconfig/gnome-icon-theme.pc
%changelog