cubicweb.spec
changeset 11111 606d4fea99f5
parent 11105 2a8884f3be3d
child 11127 6464edfa95bb
equal deleted inserted replaced
11110:68477666401f 11111:606d4fea99f5
     3 %define __python /usr/bin/python2.6
     3 %define __python /usr/bin/python2.6
     4 %else
     4 %else
     5 %define python python
     5 %define python python
     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.22.1
    11 Version:        3.22.1
    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
    56 rm -rf $RPM_BUILD_ROOT
    56 rm -rf $RPM_BUILD_ROOT
    57 
    57 
    58 %files 
    58 %files 
    59 %defattr(-, root, root)
    59 %defattr(-, root, root)
    60 %dir /var/log/cubicweb
    60 %dir /var/log/cubicweb
    61 %{_prefix}/share/cubicweb/*
    61 %{_prefix}/share/cubicweb
    62 %{_python_sitelib}/*
    62 %{python_sitelib}
    63 %{_bindir}/*
    63 %{_bindir}