fix last fix
OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=37
This commit is contained in:
parent
a7bc0d922d
commit
b64f18070a
6
xz.spec
6
xz.spec
@ -31,13 +31,13 @@ BuildRequires: pkgconfig
|
||||
Provides: lzma = %version
|
||||
Obsoletes: lzma < %version
|
||||
|
||||
%if 0%{?suse_version} > 1400
|
||||
%if 0%{?suse_version} > 1140
|
||||
%define do_factory 1
|
||||
%else
|
||||
%define do_profiling 0
|
||||
%endif
|
||||
|
||||
%if 0%{?do_factory} > 1
|
||||
%if 0%{?do_factory} > 0
|
||||
Recommends: %name-lang
|
||||
%endif
|
||||
# avoid bootstrapping problem
|
||||
@ -61,7 +61,7 @@ The xz command is a very powerful program for compressing files.
|
||||
|
||||
* Very similar command line interface to what gzip and bzip2 have.
|
||||
|
||||
%if 0%{?do_factory} > 1
|
||||
%if 0%{?do_factory} > 0
|
||||
%lang_package
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user