]> git.pld-linux.org Git - packages/python-gnome-desktop.git/commitdiff
- comments on totem module (it's just plparser binding)
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 26 Jun 2021 07:40:29 +0000 (09:40 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 26 Jun 2021 07:40:29 +0000 (09:40 +0200)
python-gnome-desktop.spec

index 3c67e7b87c1c0ae656e58b7fc7f55930f8724213..ff78c11f2fd5b14b414108c18a31b8180a5742de 100644 (file)
@@ -5,7 +5,7 @@
 # stuff.
 #
 # Conditional builds:
-%bcond_without totem           # disable totem support
+%bcond_without totem           # totem-plparser support
 
 %define                module                  gnome-python-desktop
 %define                pygtk_req               2:2.12.0
@@ -195,7 +195,9 @@ Wiązania Pythona do biblioteki GNOME obsługi drukowania.
 Summary:       Totem bindings for Python
 Summary(pl.UTF-8):     Wiązania Pythona do biblioteki totem
 Group:         Libraries/Python
+# imported in plparsermodule.c
 Requires:      python-gnome-vfs >= %{gnome_python_req}
+# pygtk is redundant here? (pygobject should be enough, but pygtk/pygdk is used in build and gtk linked in)
 Requires:      python-pygtk-gtk >= %{pygtk_req}
 Obsoletes:     python-gnome-extras-totem < 2.14.0
 
This page took 0.084233 seconds and 4 git commands to generate.