Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sweets.recipe
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@sugarlabs.org>2014-05-02 12:57:05 (GMT)
committer Aleksey Lim <alsroot@sugarlabs.org>2014-05-02 12:57:05 (GMT)
commit7d9ab73af830f79db29f8f15133e0293810e0db1 (patch)
tree8c1e30a21670313e3f15234f8c5b5240ff2ed698 /sweets.recipe
parent5f0b31906d28188ce420b84a25cac9c06787c614 (diff)
Unique User-Agent HTTP header value for client
Diffstat (limited to 'sweets.recipe')
-rw-r--r--sweets.recipe8
1 files changed, 5 insertions, 3 deletions
diff --git a/sweets.recipe b/sweets.recipe
index b377508..d29d75e 100644
--- a/sweets.recipe
+++ b/sweets.recipe
@@ -1,6 +1,9 @@
[DEFAULT]
name = sugar-network
+version = 0.9
+stability = developer
+
[Package]
project = SweetsDistribution:Factory
implement = %(name)s
@@ -8,9 +11,6 @@ summary = Sugar Network
license = GPLv3+
homepage = http://wiki.sugarlabs.org/go/Sugar_Network
-version = 0.9
-stability = developer
-
requires = xapian-bindings-python; m2crypto; rrdtool-python; gevent >= 1
dbus-python; openssh-client; sugar-network-webui; sugar-network-hub
librsvg-python; pycairo
@@ -21,6 +21,8 @@ replaces = sugar-network-server; sweets-recipe; active-document
make = sed -i s/node-devel.sugarlabs.org/node-testing.sugarlabs.org/ sugar_network/client/__init__.py &&
cp sugar_network/toolkit/languages.py{.in,} &&
langs=$(for i in `ls po/*.po`; do echo -n "'`basename $i .po`',"; done); sed -i "s/%LANGUAGES%/$langs/" sugar_network/toolkit/languages.py &&
+ cp sugar_network/__init__.py{.in,} &&
+ sed -i "s/%VERSION%/%(version)s-%(stability)s/" sugar_network/__init__.py &&
true
install = install -m 0755 -d %(DESTDIR)s/%(PYTHONSITEDIR)s &&
cp -r sugar_network %(DESTDIR)s/%(PYTHONSITEDIR)s/ &&