From 167af4edb3af239d0eb2ec5a526c439b220b70c977180fa59977eed8254e63ae Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 25 Aug 2008 02:40:18 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jlfgr?expand=0&rev=1 --- .gitattributes | 23 +++++++++++++++ jlfgr-1.0.tar.bz2 | 3 ++ jlfgr.changes | 5 ++++ jlfgr.spec | 72 +++++++++++++++++++++++++++++++++++++++++++++++ ready | 0 5 files changed, 103 insertions(+) create mode 100644 .gitattributes create mode 100644 jlfgr-1.0.tar.bz2 create mode 100644 jlfgr.changes create mode 100644 jlfgr.spec create mode 100644 ready diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/jlfgr-1.0.tar.bz2 b/jlfgr-1.0.tar.bz2 new file mode 100644 index 0000000..2e29a0b --- /dev/null +++ b/jlfgr-1.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddc79fe7d98c0f3bc8d5a85e30d7584324d10ab95adf3dbc56727e9727859cd6 +size 68595 diff --git a/jlfgr.changes b/jlfgr.changes new file mode 100644 index 0000000..443283b --- /dev/null +++ b/jlfgr.changes @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Mon Aug 18 16:44:25 CEST 2008 - mvyskocil@suse.cz + +- Initial packaging in SUSE. + diff --git a/jlfgr.spec b/jlfgr.spec new file mode 100644 index 0000000..84a6029 --- /dev/null +++ b/jlfgr.spec @@ -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. diff --git a/ready b/ready new file mode 100644 index 0000000..473a0f4