Accepting request 1148919 from Java:packages
rpm 4.20 compat OBS-URL: https://build.opensuse.org/request/show/1148919 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rxtx-java?expand=0&rev=7
This commit is contained in:
commit
ec267b4ac4
@ -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>
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user