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
diff options
context:
space:
mode:
Diffstat (limited to '0.84/platform/sugar-platform/SPECS/sugar-platform.spec')
-rw-r--r--0.84/platform/sugar-platform/SPECS/sugar-platform.spec55
1 files changed, 55 insertions, 0 deletions
diff --git a/0.84/platform/sugar-platform/SPECS/sugar-platform.spec b/0.84/platform/sugar-platform/SPECS/sugar-platform.spec
new file mode 100644
index 0000000..6beffc3
--- /dev/null
+++ b/0.84/platform/sugar-platform/SPECS/sugar-platform.spec
@@ -0,0 +1,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
+