forked from pool/jurand
This commit is contained in:
parent
bcb3e9a43b
commit
4628b3749d
@ -1,9 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Fri Jan 26 15:44:07 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
|
||||||
|
|
||||||
- Make asciidoctor requirement more generic to avoid unresolved
|
|
||||||
builds
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 14 08:51:29 UTC 2023 - Wang Jun <badboywj@gmail.com>
|
Thu Dec 14 08:51:29 UTC 2023 - Wang Jun <badboywj@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package jurand
|
# spec file for package jurand
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -30,10 +30,10 @@ Group: Development/Languages/Java
|
|||||||
URL: https://github.com/fedora-java/jurand
|
URL: https://github.com/fedora-java/jurand
|
||||||
Source0: https://github.com/fedora-java/jurand/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source0: https://github.com/fedora-java/jurand/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
Patch0: jurand-cxx20.patch
|
Patch0: jurand-cxx20.patch
|
||||||
|
BuildRequires: %{rb_default_ruby_suffix}-rubygem-asciidoctor
|
||||||
BuildRequires: diffutils
|
BuildRequires: diffutils
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: xmlto
|
BuildRequires: xmlto
|
||||||
BuildRequires: rubygem(asciidoctor)
|
|
||||||
%if 0%{?with_gcc:1}
|
%if 0%{?with_gcc:1}
|
||||||
BuildRequires: gcc%{with_gcc}-c++
|
BuildRequires: gcc%{with_gcc}-c++
|
||||||
%else
|
%else
|
||||||
|
Loading…
Reference in New Issue
Block a user