Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Java:packages
swing-layout
swing-layout.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File swing-layout.spec of Package swing-layout
# # spec file for package swing-layout # # Copyright (c) 2022 SUSE LLC # # 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 https://bugs.opensuse.org/ # Name: swing-layout Version: 1.0.3 Release: 0 Summary: Natural layout for Swing panels License: LGPL-2.1-or-later Group: Development/Languages/Java URL: https://swing-layout.dev.java.net/ Source0: %{name}-%{version}-src.tar.bz2 BuildRequires: ant BuildRequires: fdupes BuildRequires: java-devel >= 1.8 BuildRequires: javapackages-tools BuildRequires: xml-commons-apis BuildRequires: xml-commons-resolver Requires: java >= 1.8 BuildArch: noarch %description Swing Layout Extensions goal is to make it easy to create professional cross platform layouts with Swing. This project has an eye towards the needs of GUI builders, such as NetBeans. This project consists of the following pieces: * Ability to get the baseline for components. * Ability to get the preferred gap between components. A new LayoutManager that utilizes both of these concepts and is tuned toward a free-form drag and drop layout model as can be provided by GUI builders. %package javadoc Summary: Natural layout for Swing panels Group: Development/Languages/Java %description javadoc Swing Layout Extensions goal is to make it easy to create professional cross platform layouts with Swing. This project has an eye towards the needs of GUI builders, such as NetBeans. This project consists of the following pieces: * Ability to get the baseline for components. * Ability to get the preferred gap between components. A new LayoutManager that utilizes both of these concepts and is tuned toward a free-form drag and drop layout model as can be provided by GUI builders. %prep %setup -q # wrong end of line encoding sed -i -e 's/.$//' releaseNotes.txt COPYING %build ant -Djavac.source=1.8 -Djavac.target=1.8 jar javadoc %install # jars install -dm 755 %{buildroot}%{_javadir} install -m 644 dist/%{name}.jar %{buildroot}%{_javadir}/%{name}.jar # javadoc install -dm 755 %{buildroot}%{_javadocdir}/%{name} cp -pr dist/javadoc/* \ %{buildroot}%{_javadocdir}/%{name} %fdupes -s %{buildroot}%{_javadocdir}/%{name} %files %license COPYING %doc releaseNotes.txt %{_javadir}/%{name}.jar %files javadoc %doc %{_javadocdir}/%{name} %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor