Ticket #183: spec.patch

File spec.patch, 449 bytes (added by alden, 2 years ago)
  • iguanaIR.

    old new  
    11%define pyver %(python -V 2>&1 | sed 's/Python \\(.\\..\\).*/\\1/') 
    22%define pydir /usr/lib/python%{pyver}/site-packages 
    33%define uid   213 
     4%define debug_package          %{nil} 
    45 
    56# some features can be disabled during the rpm build 
    67%{?_without_clock_gettime: %define _disable_clock_gettime --disable-clock_gettime}