File mesa-libGLU.spec of Package mesa-libGLU
#
# spec file for package mesa-libGLU
#
# Copyright (c) 2024 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: mesa-libGLU
Version: 0.0.1
Release: lp150.1.1
License: GPL-3.0
Summary: Dummy package required for google-earth - pulls in libGLU
Url: file:///dev/null
Group: System
Source: %{name}-%{version}.tar.xz
BuildRequires: xz
Requires: libGLU1 libGLU1-32bit
BuildRoot: %{_tmppath}/%{name}-%{version}-build
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
%defattr(-,root,root)
%doc README
%changelog