File mesa-libGLU.spec of Package mesa-libGLU
#
# spec file for package mesa-libGLU
#
# Copyright (c) 2020 SUSE LLC
#
# 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 https://bugs.opensuse.org/
#
Name: mesa-libGLU
Version: 0.0.1
Release: 0
Summary: Dummy package required for google-earth - pulls in libGLU
License: GPL-3.0-only
Group: System/Libraries
URL: https://build.opensuse.org/package/show/home:Kieltux:tools/mesa-libGLU
Source: %{name}-%{version}.tar.xz
BuildRequires: xz
Requires: libGLU1
Requires: libGLU1-32bit
BuildArch: noarch
%description
A dummy package for openSUSE to pull in libGLU1 so that google-earth can be installed
Provides: mesa-libGLU
%prep
%setup -q
%build
echo no build
%install
echo no install
%files
%doc README
%changelog