File sugar-glucose.spec of Package sugar-glucose
#
# spec file for package sugar-glucose
#
# 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-glucose
Version: 0.98
%if 0%{?suse_version}
Release: 1
%else
Release: 1%{?dist}
%endif
Summary: Core Sugar components
License: GPL-2.0+ LGPL-1.0+
Group: Sugar/Activities
Url: http://sugarlabs.org/
Source1: %{name}-rpmlintrc
Requires: sugar-artwork >= 0.98
Requires: sugar-datastore >= 0.98
Requires: sugar-presence-service >= 0.90
Requires: sugar >= 0.98
Requires: sugar-base >= 0.98
Requires: sugar-toolkit >= 0.98
BuildRequires: fdupes
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
%description
Virtual package of core Sugar components 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.
%pre
#
%build
#
%install
install -d -m 0755 %{buildroot}/%{_datadir}/doc/%{name}
echo > %{buildroot}/%{_datadir}/doc/%{name}/README <<_EOF
Virtual package of core Sugar components 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