cubicweb.spec
changeset 12203 c615f945b38a
parent 12199 5010381099f1
child 12201 2b78124386b2
equal deleted inserted replaced
12192:cf5d11ac79fb 12203:c615f945b38a
     6 %define __python /usr/bin/python
     6 %define __python /usr/bin/python
     7 %endif
     7 %endif
     8 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
     8 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
     9 
     9 
    10 Name:           cubicweb
    10 Name:           cubicweb
    11 Version:        3.25.1
    11 Version:        3.25.2
    12 Release:        logilab.1%{?dist}
    12 Release:        logilab.1%{?dist}
    13 Summary:        CubicWeb is a semantic web application framework
    13 Summary:        CubicWeb is a semantic web application framework
    14 Source0:        https://pypi.python.org/packages/source/c/cubicweb/cubicweb-%{version}.tar.gz
    14 Source0:        https://pypi.python.org/packages/source/c/cubicweb/cubicweb-%{version}.tar.gz
    15 License:        LGPLv2+
    15 License:        LGPLv2+
    16 Group:          Development/Languages/Python
    16 Group:          Development/Languages/Python
    25 Requires:       %{python}-logilab-common >= 1.4.0
    25 Requires:       %{python}-logilab-common >= 1.4.0
    26 Requires:       %{python}-logilab-mtconverter >= 0.8.0
    26 Requires:       %{python}-logilab-mtconverter >= 0.8.0
    27 Requires:       %{python}-rql >= 0.34.0
    27 Requires:       %{python}-rql >= 0.34.0
    28 Requires:       %{python}-yams >= 0.45.0
    28 Requires:       %{python}-yams >= 0.45.0
    29 Requires:       %{python}-logilab-database >= 1.15.0
    29 Requires:       %{python}-logilab-database >= 1.15.0
    30 Requires:       %{python}-passlib => 1.7.0
    30 Requires:       %{python}-passlib
    31 Requires:       %{python}-lxml
    31 Requires:       %{python}-lxml
    32 Requires:       %{python}-twisted-web < 16.0.0
    32 Requires:       %{python}-twisted-web < 16.0.0
    33 Requires:       %{python}-markdown
    33 Requires:       %{python}-markdown
    34 Requires:       pytz
    34 Requires:       pytz
    35 # the schema view uses `dot'; at least on el5, png output requires graphviz-gd
    35 # the schema view uses `dot'; at least on el5, png output requires graphviz-gd