File jboss-servlet-3.0-api.spec of Package jboss-servlet-3.0-api
#
# spec file for package jboss-servlet-3.0-api
#
# 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/
#
%global namedreltag .Final
%global namedversion %{version}%{?namedreltag}
Name: jboss-servlet-3.0-api
Version: 1.0.2
Release: 0
Summary: Java Servlet 3.0 API
License: CDDL-1.0
Group: Development/Libraries/Java
URL: https://www.jboss.org
Source0: https://github.com/jboss/jboss-servlet-api_spec/archive/jboss-servlet-api_3.0_spec-%{namedversion}.tar.gz
Source1: cddl.txt
BuildRequires: fdupes
BuildRequires: java-devel >= 1.8
BuildRequires: maven-local
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
BuildRequires: mvn(org.jboss:jboss-parent:pom:)
BuildArch: noarch
%description
The Java Servlet 3.0 API classes.
%package javadoc
Summary: Javadoc for %{name}
Group: Documentation/HTML
%description javadoc
This package contains the API documentation for %{name}.
%prep
%setup -q -n jboss-servlet-api_spec-jboss-servlet-api_3.0_spec-%{namedversion}
cp %{SOURCE1} .
%build
%{mvn_build} -f -- -Dsource=8
%install
%mvn_install
%fdupes -s %{buildroot}%{_javadocdir}
%files -f .mfiles
%license LICENSE README cddl.txt
%files javadoc -f .mfiles-javadoc
%license LICENSE README cddl.txt
%changelog