SHA256
3
0
forked from pool/xz
Stephan Kulow 2011-09-27 07:28:36 +00:00 committed by Git OBS Bridge
parent a7bc0d922d
commit b64f18070a

View File

@ -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