forked from pool/appframework
Fix broken link
OBS-URL: https://build.opensuse.org/package/show/Java:packages/appframework?expand=0&rev=13
This commit is contained in:
parent
1e38f3dc22
commit
56168f78f1
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 9 11:05:30 UTC 2013 - tchvatal@suse.com
|
||||
|
||||
- Move from jpackage-utils to javapackage-tools
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 17 11:29:50 UTC 2011 - jengelh@medozas.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package appframework
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,25 +16,24 @@
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: appframework
|
||||
Version: 1.03
|
||||
Release: 2
|
||||
Release: 0
|
||||
Summary: Swing Application Framework
|
||||
License: LGPL-2.0+
|
||||
Url: https://appframework.dev.java.net/
|
||||
Group: Development/Libraries/Java
|
||||
Url: https://appframework.dev.java.net/
|
||||
Source0: https://appframework.dev.java.net/downloads/AppFramework-%{version}-src.tar.bz2
|
||||
Patch0: %{name}-%{version}-no-local-storage.diff
|
||||
Patch1: %{name}-%{version}-openjdk.diff
|
||||
BuildRequires: ant
|
||||
BuildRequires: ant-nodeps
|
||||
BuildRequires: ant-junit
|
||||
BuildRequires: ant-nodeps
|
||||
BuildRequires: java-devel
|
||||
BuildRequires: jpackage-utils
|
||||
BuildRequires: javapackages-tools
|
||||
BuildRequires: swing-layout >= 1.0.3
|
||||
Requires: java
|
||||
Requires: jpackage-utils
|
||||
Requires: javapackages-tools
|
||||
Requires: swing-layout >= 1.0.3
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -46,7 +45,6 @@ small set of Java classes that simplify building desktop applications.
|
||||
|
||||
|
||||
%package javadoc
|
||||
License: LGPL-2.0+
|
||||
Summary: Swing Application Framework
|
||||
Group: Development/Libraries/Java
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user