From b2b4aa2eea145dc1068c595d19a527a13d956f2366fe04fea49ac3044d2938cc Mon Sep 17 00:00:00 2001 From: Stefan Knorr Date: Tue, 23 Oct 2018 16:35:09 +0000 Subject: [PATCH] Remove unnecessary extra condition (as SLE 12 SP3 and Leap 42.3 have the same package availability status) OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/daps?expand=0&rev=207 --- daps.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/daps.spec b/daps.spec index 971684c..8433bd3 100644 --- a/daps.spec +++ b/daps.spec @@ -42,7 +42,7 @@ Release: 0 %define daps_catalog for-catalog-%{name}.xml Summary: DocBook Authoring and Publishing Suite -License: GPL-2.0 or GPL-3.0 +License: GPL-2.0-only OR GPL-3.0-only Group: Productivity/Publishing/XML Url: https://github.com/openSUSE/daps Source0: %{name}-%{version}.tar.bz2 @@ -80,7 +80,7 @@ BuildRequires: xmlstarlet # If we have asciidoctor we build the asciidoc manual # for which we need docbook_5 and jing # -%if 0%{?sle_version} == 120300 && 0%{?is_opensuse} +%if 0%{?sle_version} == 120300 Recommends: rubygem(%{rb_default_ruby_abi}:asciidoctor) %else Requires: rubygem(%{rb_default_ruby_abi}:asciidoctor)