2008-08-25 02:40:18 +00:00
|
|
|
#
|
2018-05-17 20:04:16 +00:00
|
|
|
# spec file for package jlfgr
|
2008-08-25 02:40:18 +00:00
|
|
|
#
|
2021-06-07 08:40:11 +00:00
|
|
|
# Copyright (c) 2021 SUSE LLC
|
2008-08-25 02:40:18 +00:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2019-02-07 08:05:27 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2008-08-25 02:40:18 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: jlfgr
|
2021-06-07 08:40:11 +00:00
|
|
|
Version: 1.0
|
|
|
|
Release: 0
|
2008-08-25 02:40:18 +00:00
|
|
|
Summary: Java look and feel Graphics Repository
|
2012-10-11 08:47:03 +00:00
|
|
|
License: SUSE-Redistributable-Content
|
2018-05-17 20:04:16 +00:00
|
|
|
Group: Development/Languages/Java
|
2021-06-07 08:40:11 +00:00
|
|
|
URL: https://java.sun.com/developer/techDocs/hi/repository/
|
2008-08-25 02:40:18 +00:00
|
|
|
Source0: %{name}-%{version}.tar.bz2
|
|
|
|
BuildRequires: fastjar
|
2021-05-23 06:32:51 +00:00
|
|
|
BuildRequires: javapackages-filesystem
|
2008-08-25 02:40:18 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description
|
|
|
|
These pages contain a collection of toolbar button graphics. The
|
|
|
|
graphics have been designed specifically for use with the Java look and
|
|
|
|
feel. They conform to the Java look and feel Design Guidelines. A set
|
|
|
|
of attributes accompanies each graphic. This information can easily be
|
|
|
|
used to create Swing Actions.
|
|
|
|
|
|
|
|
As the Human Interface Group, we strive to improve the user experience
|
|
|
|
for you and your end-users. This graphics repository provides you with
|
|
|
|
professional quality graphics that will save you development time. Your
|
|
|
|
end-users benefit by leveraging their knowledge of these graphics and
|
|
|
|
terminology across different Java look and feel applications.
|
|
|
|
|
|
|
|
To provide feedback about the graphics repository, send email to the
|
|
|
|
Java look and feel Design Team (jlfdesign (at) sun (dot) com).
|
|
|
|
|
|
|
|
%prep
|
2021-06-07 08:40:11 +00:00
|
|
|
%setup -q
|
2008-08-25 02:40:18 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
# NOP
|
|
|
|
|
|
|
|
%install
|
2021-06-07 08:40:11 +00:00
|
|
|
install -d -m 755 %{buildroot}/%{_javadir}
|
|
|
|
install -m 644 *jar %{buildroot}/%{_javadir}
|
|
|
|
(cd %{buildroot}/%{_javadir}; ln -sf jlfgr-1_0.jar jlfgr-%{version}.jar; ln -sf jlfgr-1_0.jar jlfgr.jar)
|
2008-08-25 02:40:18 +00:00
|
|
|
|
|
|
|
%files
|
|
|
|
%{_javadir}/*.jar
|
|
|
|
|
|
|
|
%changelog
|