Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/0.84/platform/sugar-platform/SPECS/sugar-platform.spec
blob: 6beffc30871bff21d9260366f6a7f842e84ec461 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# NOTE: Do not edit, file was generated by jhconvert

Name: sugar-platform
Version: 0.84.2
Release: 1
Summary: Sugar Platform
License: GPL
Group: Sugar/Activities
Url: http://sugarlabs.org/

Requires: etoys >= 4.0.2212
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.1
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-%(%{__id_u} -n)
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.

%install
rm -rf %{buildroot}
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