OBS-URL: https://build.opensuse.org/request/show/766353 OBS-URL: https://build.opensuse.org/package/show/Java:packages/javafx-maven-archetypes?expand=0&rev=1
68 lines
1.9 KiB
RPMSpec
68 lines
1.9 KiB
RPMSpec
#
|
|
# spec file for package javafx-maven-archetypes
|
|
#
|
|
# Copyright (c) 2020 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: javafx-maven-archetypes
|
|
Version: 0.0.3
|
|
Release: 0
|
|
Summary: Maven Archetypes for JavaFX
|
|
License: BSD-3-Clause
|
|
URL: https://openjfx.io
|
|
Source0: https://github.com/openjfx/%{name}/archive/%{name}-%{version}.tar.gz
|
|
BuildRequires: maven-local
|
|
BuildArch: noarch
|
|
|
|
%description
|
|
Maven archetypes for creating different types of JavaFX application.
|
|
|
|
%package -n javafx-archetype-fxml
|
|
Summary: FXML based JavaFX Maven Archetype
|
|
|
|
%description -n javafx-archetype-fxml
|
|
A Maven archetype for creating a fxml based JavaFX application.
|
|
|
|
%package -n javafx-archetype-simple
|
|
Summary: Simple JavaFX Maven Archetype
|
|
|
|
%description -n javafx-archetype-simple
|
|
a Maven archetype for creating a simple JavaFX application.
|
|
|
|
%prep
|
|
%setup -q -n %{name}-%{name}-%{version}
|
|
|
|
%pom_remove_plugin :nexus-staging-maven-plugin
|
|
|
|
%build
|
|
%{mvn_build} -fs
|
|
|
|
%install
|
|
%mvn_install
|
|
|
|
%files -f .mfiles-javafx-maven-archetypes
|
|
%license LICENSE
|
|
%doc README.md
|
|
|
|
%files -n javafx-archetype-fxml -f .mfiles-javafx-archetype-fxml
|
|
%license LICENSE
|
|
%doc javafx-archetype-fxml/README.md
|
|
|
|
%files -f .mfiles-javafx-archetype-simple -f .mfiles-javafx-archetype-simple
|
|
%license LICENSE
|
|
%doc javafx-archetype-simple/README.md
|
|
|
|
%changelog
|