Author: glen Date: Tue Aug 24 10:47:12 2010 GMT Module: packages Tag: HEAD ---- Log message: - require python-distribute to catch pkg_resources module
---- Files affected: packages/trac: trac.spec (1.89 -> 1.90) ---- Diffs: ================================================================ Index: packages/trac/trac.spec diff -u packages/trac/trac.spec:1.89 packages/trac/trac.spec:1.90 --- packages/trac/trac.spec:1.89 Tue Aug 24 12:39:09 2010 +++ packages/trac/trac.spec Tue Aug 24 12:47:06 2010 @@ -17,7 +17,7 @@ Summary(pl.UTF-8): Zintegrowane scm, wiki, system śledzenia problemów i środowisko projektowe Name: trac Version: 0.12 -Release: 4 +Release: 5 License: BSD-like Group: Applications/WWW Source0: http://ftp.edgewall.com/pub/trac/Trac-%{version}.tar.gz @@ -33,8 +33,8 @@ BuildRequires: python >= 1:2.1 BuildRequires: python-babel >= 0.9.5 BuildRequires: python-devel >= 1:2.1 +BuildRequires: python-distribute BuildRequires: python-genshi -BuildRequires: python-setuptools BuildRequires: rpm-pythonprov BuildRequires: rpmbuild(macros) >= 1.268 BuildRequires: sed >= 4.0 @@ -78,8 +78,9 @@ Summary: Trac Python modules Group: Development/Languages/Python Requires: python >= 1:2.4 +# python-distribute for pkg_resources module +Requires: python-distribute Requires: python-genshi >= 0.6 -Requires: python-setuptools >= 0.6-1.c8.1.1 Requires: python-sqlite >= 2.5.5 Requires: python-subversion >= 1.2.0 Suggests: python-babel >= 0.9.5 @@ -256,6 +257,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.90 2010/08/24 10:47:06 glen +- require python-distribute to catch pkg_resources module + Revision 1.89 2010/08/24 10:39:09 glen - use real cgi/fcgi scripts, not templates to install; rel 4 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/trac/trac.spec?r1=1.89&r2=1.90&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
