forked from pool/appframework
Accepting request 1147753 from home:dimstar:rpm4.20:a
Prepare for RPM 4.20 OBS-URL: https://build.opensuse.org/request/show/1147753 OBS-URL: https://build.opensuse.org/package/show/Java:packages/appframework?expand=0&rev=24
This commit is contained in:
parent
124072c8e5
commit
fcc3f637f4
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 20 10:18:30 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Use %patch -P N instead of deprecated %patchN.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 15 13:39:49 UTC 2018 - fstrba@suse.com
|
Tue May 15 13:39:49 UTC 2018 - fstrba@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package appframework
|
# spec file for package appframework
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# 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
|
||||||
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -22,7 +22,7 @@ Release: 0
|
|||||||
Summary: Swing Application Framework
|
Summary: Swing Application Framework
|
||||||
License: LGPL-2.0-or-later
|
License: LGPL-2.0-or-later
|
||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
Url: https://appframework.dev.java.net/
|
URL: https://appframework.dev.java.net/
|
||||||
Source0: https://appframework.dev.java.net/downloads/AppFramework-%{version}-src.tar.bz2
|
Source0: https://appframework.dev.java.net/downloads/AppFramework-%{version}-src.tar.bz2
|
||||||
Patch0: %{name}-%{version}-no-local-storage.diff
|
Patch0: %{name}-%{version}-no-local-storage.diff
|
||||||
Patch1: %{name}-%{version}-openjdk.diff
|
Patch1: %{name}-%{version}-openjdk.diff
|
||||||
@ -52,9 +52,9 @@ small set of Java classes that simplify building desktop applications.
|
|||||||
%setup -q -n AppFramework-%{version}
|
%setup -q -n AppFramework-%{version}
|
||||||
# remove all binary libs
|
# remove all binary libs
|
||||||
find . -name "*.jar" -exec rm -f {} \;
|
find . -name "*.jar" -exec rm -f {} \;
|
||||||
%patch0 -b .sav
|
%patch -P 0 -b .sav
|
||||||
%patch1 -p1 -b .sav
|
%patch -P 1 -p1 -b .sav
|
||||||
%patch2 -p1 -b .sav
|
%patch -P 2 -p1 -b .sav
|
||||||
|
|
||||||
%build
|
%build
|
||||||
ant -Dlibs.swing-layout.classpath=%{_javadir}/swing-layout.jar dist
|
ant -Dlibs.swing-layout.classpath=%{_javadir}/swing-layout.jar dist
|
||||||
|
Loading…
Reference in New Issue
Block a user