SHA256
1
0
forked from pool/jurand
Fridrich Strba 2024-04-10 06:00:42 +00:00 committed by Git OBS Bridge
parent 053bc37e6a
commit f6c884774a

View File

@ -32,13 +32,9 @@ Source0: https://github.com/fedora-java/jurand/archive/refs/tags/%{versio
Patch0: jurand-cxx20.patch Patch0: jurand-cxx20.patch
BuildRequires: %{rb_default_ruby_suffix}-rubygem-asciidoctor BuildRequires: %{rb_default_ruby_suffix}-rubygem-asciidoctor
BuildRequires: diffutils BuildRequires: diffutils
BuildRequires: gcc%{?with_gcc}-c++
BuildRequires: make BuildRequires: make
BuildRequires: xmlto BuildRequires: xmlto
%if 0%{?with_gcc:1}
BuildRequires: gcc%{with_gcc}-c++
%else
BuildRequires: gcc-c++
%endif
%description %description
The tool can be used for patching .java sources in cases where using sed is The tool can be used for patching .java sources in cases where using sed is
@ -51,7 +47,7 @@ rather than applying simple regular expressions on the source code.
%build %build
%if 0%{?with_gcc:1} %if 0%{?with_gcc}
export CXX=g++-%{with_gcc} export CXX=g++-%{with_gcc}
export CC=gcc-%{with_gcc} export CC=gcc-%{with_gcc}
%endif %endif
@ -66,7 +62,7 @@ export mandir=%{_mandir}/man7
./install.sh ./install.sh
%check %check
%if 0%{?with_gcc:1} %if 0%{?with_gcc}
export CXX=g++-%{with_gcc} export CXX=g++-%{with_gcc}
export CC=gcc-%{with_gcc} export CC=gcc-%{with_gcc}
%endif %endif