Author: wrobell Date: Thu Oct 16 19:48:16 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - fixed installation requirements
---- Files affected: SPECS: sphinx-pdg.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/sphinx-pdg.spec diff -u SPECS/sphinx-pdg.spec:1.2 SPECS/sphinx-pdg.spec:1.3 --- SPECS/sphinx-pdg.spec:1.2 Thu Oct 16 21:09:24 2008 +++ SPECS/sphinx-pdg.spec Thu Oct 16 21:48:11 2008 @@ -13,6 +13,8 @@ # Source0-md5: b3c17f1b5be0b76c373a2474488f1662 URL: http://pypi.python.org/pypi/Sphinx Requires: python-docutils >= 0.5 +Requires: python-jinja >= 1.1 +Requires: python-pygments >= 0.11.1 BuildRequires: python-devel %pyrequires_eq python-modules BuildArch: noarch @@ -33,7 +35,6 @@ %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{%{_bindir},%{_desktopdir}} %{__python} setup.py install \ --optimize=2 \ @@ -57,6 +58,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2008/10/16 19:48:11 wrobell +- fixed installation requirements + Revision 1.2 2008/10/16 19:09:24 wrobell - cleanup ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/sphinx-pdg.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
