OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/strip-nondeterminism?expand=0&rev=29
16 lines
326 B
Plaintext
16 lines
326 B
Plaintext
# use as
|
|
# %?strip_all_nondeterminism
|
|
# or
|
|
# %if 0%?have_strip_nondeterminism > 0
|
|
# strip-nondeterminism path/to/file.zip
|
|
# %endif
|
|
# or
|
|
# %if 0%?have_strip_nondeterminism > 0
|
|
# strip-all-nondeterminism /full/path/
|
|
# %endif
|
|
|
|
%have_strip_nondeterminism 1
|
|
%strip_all_nondeterminism() \
|
|
strip-all-nondeterminism \
|
|
%{nil}
|