OBS-URL: https://build.opensuse.org/package/show/games/patterns-games?expand=0&rev=6
76 lines
2.2 KiB
RPMSpec
76 lines
2.2 KiB
RPMSpec
#
|
|
# spec file for package patterns-games
|
|
#
|
|
# Copyright (c) 2022 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/
|
|
#
|
|
|
|
|
|
%bcond_with betatest
|
|
|
|
Name: patterns-games
|
|
Version: 20220126
|
|
Release: 0
|
|
Summary: Patterns for Installation (Games)
|
|
License: MIT
|
|
Group: Metapackages
|
|
URL: https://github.com/openSUSE/patterns
|
|
Source0: %{name}-rpmlintrc
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
BuildRequires: patterns-rpm-macros
|
|
|
|
%description
|
|
This is an internal package that is used to create the patterns as part
|
|
of the installation source setup. Installation of this package does
|
|
not make sense.
|
|
|
|
This particular package contains the Games patterns.
|
|
|
|
|
|
|
|
################################################################################
|
|
|
|
%package games
|
|
%pattern_desktopfunctions
|
|
Summary: Games
|
|
Group: Metapackages
|
|
Provides: pattern() = games
|
|
Provides: pattern-icon() = pattern-games
|
|
Provides: pattern-order() = 1900
|
|
Provides: pattern-visible()
|
|
Requires: pattern() = x11
|
|
# from data/GAMES
|
|
Suggests: frozen-bubble
|
|
Suggests: armagetron
|
|
Suggests: circuslinux
|
|
Suggests: csmash
|
|
|
|
%description games
|
|
A collection of games.
|
|
|
|
%files games
|
|
%dir /usr/share/doc/packages/patterns
|
|
/usr/share/doc/packages/patterns/games.txt
|
|
|
|
################################################################################
|
|
|
|
%prep
|
|
|
|
%build
|
|
|
|
%install
|
|
mkdir -p $RPM_BUILD_ROOT/usr/share/doc/packages/patterns/
|
|
echo 'This file marks the pattern games to be installed.' > $RPM_BUILD_ROOT/usr/share/doc/packages/patterns/games.txt
|
|
|
|
%changelog
|