forked from pool/patterns-devel-java
Please forward to Factory and Update the maintainer list as you see appropriate. This partly replaces the old patterns package OBS-URL: https://build.opensuse.org/request/show/485929 OBS-URL: https://build.opensuse.org/package/show/Java:packages/patterns-devel-java?expand=0&rev=1
124 lines
3.9 KiB
RPMSpec
124 lines
3.9 KiB
RPMSpec
#
|
|
# spec file for package patterns-openSUSE
|
|
#
|
|
# Copyright (c) 2017 SUSE LINUX 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/
|
|
#
|
|
|
|
|
|
%bcond_with betatest
|
|
|
|
Name: patterns-devel-java
|
|
Version: 20170319
|
|
Release: 0
|
|
Summary: Patterns for Installation (java devel)
|
|
License: MIT
|
|
Group: Metapackages
|
|
Url: https://github.com/openSUSE/patterns
|
|
Source0: %{name}-rpmlintrc
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
BuildRequires: patterns-rpm-macros
|
|
|
|
|
|
%description
|
|
This is an internal package that is used to create the patterns as part
|
|
of the installation source setup. Installation of this package does
|
|
not make sense.
|
|
|
|
This particular package contains the Java Development patterns.
|
|
|
|
################################################################################
|
|
|
|
%package devel_java
|
|
%pattern_development
|
|
Summary: Java Development
|
|
Group: Metapackages
|
|
Provides: pattern() = devel_java
|
|
Provides: pattern-icon() = pattern-basis-devel
|
|
Provides: pattern-order() = 3300
|
|
Provides: pattern-visible()
|
|
# from data/DEVEL-Java
|
|
Recommends: ant
|
|
Recommends: ant-antlr
|
|
Recommends: ant-apache-bcel
|
|
Recommends: ant-apache-bsf
|
|
Recommends: ant-apache-log4j
|
|
Recommends: ant-apache-oro
|
|
Recommends: ant-apache-regexp
|
|
Recommends: ant-apache-resolver
|
|
Recommends: ant-commons-logging
|
|
Recommends: ant-javadoc
|
|
Recommends: ant-javamail
|
|
Recommends: ant-jdepend
|
|
Recommends: ant-jmf
|
|
Recommends: ant-junit
|
|
Recommends: ant-manual
|
|
Recommends: ant
|
|
Recommends: ant-scripts
|
|
Recommends: ant-swing
|
|
Recommends: ant
|
|
Recommends: log4j
|
|
Recommends: xalan-j2
|
|
Recommends: xerces-j2
|
|
Recommends: xml-commons-apis
|
|
Recommends: xml-commons-resolver
|
|
Recommends: xml-commons-which10
|
|
Recommends: java-1_8_0-openjdk
|
|
%ifarch %ix86
|
|
Recommends: icedtea-web
|
|
%endif
|
|
Recommends: java-1_5_0-gcj-compat-devel
|
|
Suggests: gnu-jaf
|
|
Suggests: apache-commons-beanutils
|
|
Suggests: apache-commons-codec
|
|
Suggests: apache-commons-collections
|
|
Suggests: apache-commons-daemon
|
|
Suggests: apache-commons-dbcp
|
|
Suggests: apache-commons-httpclient
|
|
Suggests: apache-commons-lang
|
|
Suggests: apache-commons-logging
|
|
Suggests: apache-commons-pool
|
|
Suggests: apache-commons-validator
|
|
Suggests: jakarta-commons-digester
|
|
Suggests: jakarta-commons-discovery
|
|
Suggests: jakarta-commons-el
|
|
Suggests: jakarta-commons-fileupload
|
|
Suggests: jakarta-commons-launcher
|
|
Suggests: jakarta-commons-modeler
|
|
Suggests: javacc
|
|
Suggests: jdepend
|
|
Suggests: mysql-connector-java
|
|
# just an editor
|
|
Suggests: jedit
|
|
Suggests: java-1_8_0-openjdk-devel
|
|
Suggests: mx4j
|
|
Suggests: ant-javamail
|
|
Suggests: geronimo-j2ee-1_4-apis
|
|
|
|
%description devel_java
|
|
Tools and libraries for software development using the Java programming language.
|
|
|
|
%files devel_java
|
|
%dir /usr/share/doc/packages/patterns
|
|
/usr/share/doc/packages/patterns/devel_java.txt
|
|
|
|
################################################################################
|
|
|
|
%prep
|
|
|
|
%build
|
|
|
|
%install
|
|
mkdir -p $RPM_BUILD_ROOT/usr/share/doc/packages/patterns/
|
|
echo 'This file marks the pattern devel_java to be installed.' > $RPM_BUILD_ROOT/usr/share/doc/packages/patterns/devel_java.txt
|