Ticket #183: spec.patch
| File spec.patch, 449 bytes (added by alden, 2 years ago) |
|---|
-
iguanaIR.
old new 1 1 %define pyver %(python -V 2>&1 | sed 's/Python \\(.\\..\\).*/\\1/') 2 2 %define pydir /usr/lib/python%{pyver}/site-packages 3 3 %define uid 213 4 %define debug_package %{nil} 4 5 5 6 # some features can be disabled during the rpm build 6 7 %{?_without_clock_gettime: %define _disable_clock_gettime --disable-clock_gettime}
