Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/0.84/platform/sugar-chat/SPECS/sugar-chat.spec
diff options
context:
space:
mode:
Diffstat (limited to '0.84/platform/sugar-chat/SPECS/sugar-chat.spec')
-rw-r--r--0.84/platform/sugar-chat/SPECS/sugar-chat.spec60
1 files changed, 60 insertions, 0 deletions
diff --git a/0.84/platform/sugar-chat/SPECS/sugar-chat.spec b/0.84/platform/sugar-chat/SPECS/sugar-chat.spec
new file mode 100644
index 0000000..073094a
--- /dev/null
+++ b/0.84/platform/sugar-chat/SPECS/sugar-chat.spec
@@ -0,0 +1,60 @@
+# NOTE: Do not edit, file was generated by jhconvert
+
+Name: sugar-chat
+Version: 65
+Release: 1
+Summary: Instant messaging client for Sugar
+License: GPLv2+
+Group: Sugar/Activities
+Url: http://sugarlabs.org/
+
+Source: http://download.sugarlabs.org/sources/sucrose/fructose/Chat/Chat-65.tar.bz2
+
+Requires: python-simplejson
+Requires: sugar-toolkit >= 0.84.4
+
+BuildRequires: gettext
+BuildRequires: sugar-toolkit >= 0.84.4
+BuildRequires: fdupes
+
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch: noarch
+
+%description
+The Chat activity will provide a simple interface for collaborative discussion,
+be it between two individuals or among a group as large as an entire classroom.
+While a lightweight and 'impermanent' chat will be provided in a layer above
+all activities and the various mesh levels, this activity devoted to textual
+communication will keep detailed records of the conversation within the journal
+and provide a means of searching through the conversation to locate
+important comments.
+
+%prep
+%setup -q -n Chat-65
+
+
+%build
+python \
+ setup.py \
+ build
+
+%install
+rm -rf %{buildroot}
+[ -f setup.py ] && chmod 0755 setup.py
+python \
+ setup.py \
+ install \
+ --prefix=%{buildroot}/%{_prefix}
+%fdupes -s %{buildroot}
+%find_lang org.laptop.Chat
+
+%clean
+rm -rf %{buildroot}
+
+%files -f org.laptop.Chat.lang
+%defattr(-,root,root,-)
+%{_datadir}/sugar/activities/*
+%doc AUTHORS COPYING NEWS
+
+%changelog
+