forked from pool/jlfgr
This commit is contained in:
commit
4d0296ce74
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
3
jlfgr-1.0.tar.bz2
Normal file
3
jlfgr-1.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ddc79fe7d98c0f3bc8d5a85e30d7584324d10ab95adf3dbc56727e9727859cd6
|
||||
size 68595
|
5
jlfgr.changes
Normal file
5
jlfgr.changes
Normal file
@ -0,0 +1,5 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 16:44:25 CEST 2008 - mvyskocil@suse.cz
|
||||
|
||||
- Initial packaging in SUSE.
|
||||
|
72
jlfgr.spec
Normal file
72
jlfgr.spec
Normal file
@ -0,0 +1,72 @@
|
||||
#
|
||||
# spec file for package jlfgr (Version 1.0)
|
||||
#
|
||||
# Copyright (c) 2008 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
|
||||
# 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.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: jlfgr
|
||||
Summary: Java look and feel Graphics Repository
|
||||
License: Any permissive
|
||||
Version: 1.0
|
||||
Release: 2
|
||||
Url: http://java.sun.com/developer/techDocs/hi/repository/
|
||||
Group: Development/Languages/Java
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
BuildRequires: fastjar
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
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).
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Java look and feel Design Team (jlfdesign@sun.com)
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
# NOP
|
||||
|
||||
%install
|
||||
install -d -m 755 $RPM_BUILD_ROOT/%{_javadir}
|
||||
install -m 644 *jar $RPM_BUILD_ROOT/%{_javadir}
|
||||
(cd $RPM_BUILD_ROOT/%{_javadir}; ln -sf jlfgr-1_0.jar jlfgr-%{version}.jar; ln -sf jlfgr-1_0.jar jlfgr.jar)
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_javadir}/*.jar
|
||||
|
||||
%changelog
|
||||
* Mon Aug 18 2008 mvyskocil@suse.cz
|
||||
- Initial packaging in SUSE.
|
Loading…
x
Reference in New Issue
Block a user