Author: qboosh Date: Sun Nov 27 11:42:52 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - graphviz* are not buildrequired - more docs
---- Files affected: SPECS: python-pydot.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: SPECS/python-pydot.spec diff -u SPECS/python-pydot.spec:1.3 SPECS/python-pydot.spec:1.4 --- SPECS/python-pydot.spec:1.3 Sun Nov 27 12:25:44 2005 +++ SPECS/python-pydot.spec Sun Nov 27 12:42:46 2005 @@ -1,6 +1,4 @@ # $Revision$, $Date$ -# TODO: -# - summary, desc, %define module pydot Summary: Python interface to Graphviz's Dot language Summary(pl): Pythonowy interfejs do języka Dot z pakietu Graphviz @@ -12,11 +10,10 @@ Source0: http://dkbza.org/data/%{module}-%{version}.tar.gz # Source0-md5: d59609a3b69b19ad018c55d765945baf URL: http://dkbza.org/pydot.html -BuildRequires: graphviz-devel -BuildRequires: graphviz-python -BuildRequires: python-pyparsing +BuildRequires: python-pyparsing >= 1.2 BuildRequires: rpm-pythonprov %pyrequires_eq python-modules +Requires: python-pyparsing >= 1.2 BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -40,7 +37,6 @@ %install rm -rf $RPM_BUILD_ROOT -#broken! python setup.py install --optimize=2 --root=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT%{py_scriptdir} -type f -name "*.py" | xargs rm @@ -50,8 +46,8 @@ %files %defattr(644,root,root,755) -%doc README -%{py_sitescriptdir}/* +%doc ChangeLog LICENSE README +%{py_sitescriptdir}/*.py[co] %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -59,6 +55,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2005/11/27 11:42:46 qboosh +- graphviz* are not buildrequired +- more docs + Revision 1.3 2005/11/27 11:25:44 qboosh - descs ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/python-pydot.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
