File mingw64-dummy.spec of Package mingw64-dummy
#
# spec file for package mingw64-dummy
#
# 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/
#
# needsrootforbuild
%define __os_install_post %{_prefix}/lib/rpm/brp-compress %{nil}
Name: mingw64-dummy
Version: 1.0
Release: 0
Summary: Dummy package to pull dependencies
License: PD
Group: Applications/File
#!BuildIgnore: post-build-checks
BuildRequires: gconf2
BuildRequires: mingw64-filesystem
BuildArch: noarch
# Add here the list of packages that you want to install
# and the build of this one will solve their dependencies
# and install them too
# BuildRequires:
%description
Dummy Package
%prep
%build
if test -d %{_mingw64_sysconfdir}/gconf/schemas/; then
rm -rf %{_mingw64_sysconfdir}/gconf/gconf.xml.defaults/*
for i in %{_mingw64_sysconfdir}/gconf/schemas/*.schemas; do
GCONF_CONFIG_SOURCE="xml:merged:%{_mingw64_sysconfdir}/gconf/gconf.xml.defaults" \
`which gconftool-2` --makefile-install-rule $i >/dev/null
done
fi
%install
%files
%defattr(-,root,root)
%changelog