2024-02-21 20:58:36 +00:00
committed by Git OBS Bridge
parent db2014f932
commit 2ec4b2ff25
2 changed files with 15 additions and 10 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 21 20:57:37 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Use %patch -P N instead of deprecated %patchN.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Sep 13 04:33:43 UTC 2023 - Fridrich Strba <fstrba@suse.com> Wed Sep 13 04:33:43 UTC 2023 - Fridrich Strba <fstrba@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package rxtx-java # spec file for package rxtx-java
# #
# 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
@@ -84,17 +84,17 @@ the specification for Sun's Java Communications API.
%prep %prep
%setup -q -n %{src_name}-%{upver}%{prever} %setup -q -n %{src_name}-%{upver}%{prever}
%patch0 -p1 %patch -P 0 -p1
%patch1 -p1 %patch -P 1 -p1
%patch2 -p1 %patch -P 2 -p1
%if 0%{?mdkversion} %if 0%{?mdkversion}
%patch3 -p1 %patch -P 3 -p1
%endif %endif
%patch4 %patch -P 4
%patch5 -p1 %patch -P 5 -p1
%patch6 -p1 %patch -P 6 -p1
%patch7 -p1 %patch -P 7 -p1
%patch8 -p1 %patch -P 8 -p1
%build %build
export THREADS_FLAG=native export THREADS_FLAG=native