[python-TraitsGUI] Add Requires:python-TraitsBackend

supercyper supercyper at fedoraproject.org
Fri Aug 13 16:35:09 UTC 2010


commit f84748cba1d41f37801ec5cd66f9fa2d3f1c588f
Author: Chen Lei <supercyper at 163.com>
Date:   Sat Aug 14 00:34:39 2010 +0800

    Add Requires:python-TraitsBackend

 python-TraitsGUI.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/python-TraitsGUI.spec b/python-TraitsGUI.spec
index 02665d2..e5cc636 100644
--- a/python-TraitsGUI.spec
+++ b/python-TraitsGUI.spec
@@ -1,6 +1,6 @@
 Name:           python-TraitsGUI
 Version:        3.4.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Traits-capable windowing framework
 Group:          Development/Libraries
 # Source code is under BSD but images are under different licenses
@@ -11,6 +11,7 @@ Source0:        http://www.enthought.com/repo/ETS/TraitsGUI-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  python2-devel, python-setuptools, python-setupdocs
 Requires:       python-EnthoughtBase, python-Traits
+Requires:       python-TraitsBackend
 
 %description
 The TraitsGUI project contains a toolkit-independent GUI abstraction layer
@@ -58,9 +59,12 @@ python setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 %{python_sitelib}/*.pth
 %{python_sitelib}/enthought/pyface
 %{python_sitelib}/enthought/resource
-%{python_sitelib}/enthought/traits/*
+%{python_sitelib}/enthought/traits
 
 %changelog
+* Fri Aug 13 2010 Chen Lei <supercyper at 163.com> 3.4.0-2
+- Add Requires:python-TraitsBackend
+
 * Fri Aug 13 2010 Chen Lei <supercyper at 163.com> 3.4.0-1
 - Update spec to match latest guidelines w.r.t %%clean
 - Remove Requires:python-TraitsBackendQt


More information about the scm-commits mailing list