Author: tack
Date: Sat Dec 30 05:09:20 2006
New Revision: 2313

Modified:
   trunk/canvas/setup.py

Log:
More keywords for rpm support.


Modified: trunk/canvas/setup.py
==============================================================================
--- trunk/canvas/setup.py       (original)
+++ trunk/canvas/setup.py       Sat Dec 30 05:09:20 2006
@@ -54,4 +54,13 @@
     print "- svg support disabled"
 
 
-setup(module = 'canvas', version = '0.5', ext_modules = ext_modules)
+setup(module = 'canvas', 
+      version = '0.5.0', 
+      license = 'LGPL',
+      summary = 'High-level canvas API built on top of kaa.evas',
+      rpminfo = {
+          'requires':       'kaa-base >= 0.1.2, kaa-evas >= 0.1.0, kaa-imlib2 
>= 0.2.0,' \
+                            'librsvg2 >= 2.9.0, libmng >= 1.0.9',
+          'build_requires': 'kaa-base >= 0.1.2, librsvg2-devel >= 2.9.0, 
libmng-devel >= 1.0.9'
+      },
+      ext_modules = ext_modules)

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to