Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Alec Leamas
da372b8cc1 Use %global instead of %define (new GL). 2015-12-25 19:00:11 +01:00

View file

@ -44,10 +44,10 @@ Provides: libiguanaIR.so.0(IGUANAIR_0)
# some features can be disabled during the rpm build
%{?_without_clock_gettime: %define _disable_clock_gettime --disable-clock_gettime}
%{?_without_clock_gettime: %global define _disable_clock_gettime --disable-clock_gettime}
# Don't add provides for python .so files
%define __provides_exclude_from %{python_sitearch}/.*\.so$
%global __provides_exclude_from %{python_sitearch}/.*\.so$
# Filter away patched soname form requires
%global __requires_exclude libiguanaIR.so.0.3