File sugar-platform.spec of Package sugar-platform

#
# spec file for package sugar-platform
#
# 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-platform
Version: 0.84.2
%if 0%{?suse_version}
Release: 2
%else
Release: 1%{?dist}
%endif
Summary: Sugar Platform
License: GPL-2.0+
Group: Sugar/Activities
Url: http://sugarlabs.org/

Source1:        %{name}-rpmlintrc

Requires: etoys >= 4.0.2229
#Requires: sugar-fructose >= 0.84.2
#Requires: sugar-glucose >= 0.84.2
Requires: gstreamer-0_10-plugins-base  
Requires: gstreamer-0_10-plugins-espeak >= 0.3.3
Requires: gstreamer-0_10-plugins-good  
Requires: libxml2-python  
Requires: python-numpy  
Requires: olpcsound  
Requires: python-olpcsound  
Requires: pygame  
BuildRequires: fdupes

BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch: noarch

%description
The Sugar Platform is a set of versioned components on which activity
authors can rely when targeting their activities to run on a particular
Sugar version.
Installing Sugar Platform should mean for user that he can download actities
from http://activities.sugarlabs.org/ and they won't be failed due to
missed dependencies.

%prep
#

%build
#

%install
install -d -m 0755 %{buildroot}/%{_datadir}/doc/%{name}
echo > %{buildroot}/%{_datadir}/doc/%{name}/README <<_EOF
The Sugar Platform is a set of versioned components on which activity
authors can rely when targeting their activities to run on a particular
Sugar version.
Installing Sugar Platform should mean for user that he can download actities
from http://activities.sugarlabs.org/ and they won't be failed due to
missed dependencies.
_EOF

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root,-)
%{_datadir}/doc/*

%changelog
openSUSE Build Service is sponsored by