File sugar-fructose.spec of Package sugar-fructose
#
# spec file for package sugar-fructose
#
# Copyright (c) 2013 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: sugar-fructose
Version: 0.98
%if 0%{?suse_version}
Release: 2
%else
Release: 1%{?dist}
%endif
License: GPL-2.0+ LGPL-1.0+
Summary: Core Sugar activities
Url: http://sugarlabs.org/
Group: Sugar/Activities
Source1: %{name}-rpmlintrc
Requires: sugar-browse >= 150
Requires: sugar-calculate >= 40
Requires: sugar-chat >= 75
Requires: sugar-etoys >= 115
Requires: sugar-imageviewer >= 55
Requires: sugar-jukebox >= 30
Requires: sugar-log-activity >= 30
Requires: sugar-pippy >= 50
Requires: sugar-read >= 100
Requires: sugar-terminal >= 40
Requires: sugar-toolkit >= 0.98
Requires: sugar-turtleart >= 165
Requires: sugar-write >= 90
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
This virtual package depends on core Sugar activities that follow the Sugarlabs
six months release schedule.
Sugar is a graphical user interface aimed at children which promotes sharing
and collaborative learning. It was introduced on the One Laptop Per Child
(OLPC) XO laptop but is useful on other devices as well.
%install
install -d -m 0755 %{buildroot}/%{_datadir}/doc/%{name}
echo > %{buildroot}/%{_datadir}/doc/%{name}/README <<_EOF
This virtual package depends on core Sugar activities that follow the Sugarlabs
six months release schedule.
Sugar is a graphical user interface aimed at children which promotes sharing
and collaborative learning. It was introduced on the One Laptop Per Child
(OLPC) XO laptop but is useful on other devices as well.
_EOF
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%{_datadir}/doc/*
%changelog