Sync from SUSE:SLFO:Main opensp revision 23818882af26418696ac27ca18ec89be
This commit is contained in:
parent
e8a745fc73
commit
2a9733f638
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 27 11:10:03 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Use %patch -P N instead of deprecated %patchN.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 4 14:08:19 UTC 2023 - Frederic Crozat <fcrozat@suse.com>
|
Thu May 4 14:08:19 UTC 2023 - Frederic Crozat <fcrozat@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package opensp-doc
|
# spec file for package opensp-doc
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 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
|
||||||
@ -88,10 +88,10 @@ tools (package 'opensp').
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n OpenSP-%{version}
|
%setup -q -n OpenSP-%{version}
|
||||||
# %patch0 -p1
|
# %patch -P 0 -p1
|
||||||
# %patch1 -p1
|
# %patch -P 1 -p1
|
||||||
%patch11 -p1
|
%patch -P 11 -p1
|
||||||
%patch12
|
%patch -P 12
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="$RPM_OPT_FLAGS"
|
export CFLAGS="$RPM_OPT_FLAGS"
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 27 11:10:03 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Use %patch -P N instead of deprecated %patchN.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 4 14:08:19 UTC 2023 - Frederic Crozat <fcrozat@suse.com>
|
Thu May 4 14:08:19 UTC 2023 - Frederic Crozat <fcrozat@suse.com>
|
||||||
|
|
||||||
|
10
opensp.spec
10
opensp.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package opensp
|
# spec file for package opensp
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 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
|
||||||
@ -88,10 +88,10 @@ tools (package 'opensp').
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n OpenSP-%{version}
|
%setup -q -n OpenSP-%{version}
|
||||||
# %patch0 -p1
|
# %patch -P 0 -p1
|
||||||
# %patch1 -p1
|
# %patch -P 1 -p1
|
||||||
%patch11 -p1
|
%patch -P 11 -p1
|
||||||
%patch12
|
%patch -P 12
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="$RPM_OPT_FLAGS"
|
export CFLAGS="$RPM_OPT_FLAGS"
|
||||||
|
Loading…
Reference in New Issue
Block a user