File libXtst.spec of Package libXtst
#
# spec file for package libXtst
#
# Copyright (c) 2018 SUSE LINUX 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: libXtst
Version: 1
Release: 0
Summary: Fake package to resolve some dependencies
# FIXME: Select a correct license from https://github.com/openSUSE/spec-cleaner#spdx-licenses
License: GPL-3.0-only
# FIXME: use correct group, see "https://en.opensuse.org/openSUSE:Package_group_guidelines"
Source: %{name}.tar.gz
Requires: libXtst6
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Fake package to resolve some dependencies. This package depends on libXtst1
%prep
%setup -q -c -n %{name}
%install
%post
%postun
%files
%defattr(-,root,root)
%changelog