49 lines
1.5 KiB
RPMSpec
49 lines
1.5 KiB
RPMSpec
%global namedreltag .Final
|
|
%global namedversion %{version}%{?namedreltag}
|
|
Name: jboss-jaxrpc-1.1-api
|
|
Version: 1.0.2
|
|
Release: 1
|
|
Summary: Java API for XML-Based RPC (JAX-RPC) 1.1
|
|
License: CDDL-1.0 or GPL-2.0-with-classpath-exception
|
|
Url: http://www.jboss.org
|
|
Source0: https://github.com/jboss/jboss-jaxrpc-api_spec/archive/jboss-jaxrpc-api_1.1_spec-%{namedversion}.tar.gz
|
|
BuildRequires: maven-local mvn(org.apache.felix:maven-bundle-plugin)
|
|
BuildRequires: mvn(org.apache.maven.plugins:maven-enforcer-plugin)
|
|
BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin)
|
|
BuildRequires: mvn(org.jboss:jboss-parent:pom:)
|
|
BuildRequires: mvn(org.jboss.spec.javax.servlet:jboss-servlet-api_3.1_spec)
|
|
BuildArch: noarch
|
|
%description
|
|
The JAX-RPC 1.1 API classes.
|
|
|
|
%package javadoc
|
|
Summary: Javadoc for %{name}
|
|
%description javadoc
|
|
This package contains the API documentation for %{name}.
|
|
|
|
%prep
|
|
%autosetup -n jboss-jaxrpc-api_spec-jboss-jaxrpc-api_1.1_spec-%{namedversion}
|
|
|
|
%build
|
|
%mvn_build
|
|
|
|
%install
|
|
%mvn_install
|
|
|
|
%files -f .mfiles
|
|
%doc README
|
|
%license LICENSE
|
|
|
|
%files javadoc -f .mfiles-javadoc
|
|
%license LICENSE
|
|
|
|
%changelog
|
|
* Wed May 25 2022 yaoxin <yaoxin30@h-partners.com> - 1.0.2-1
|
|
- Update to 1.0.2
|
|
|
|
* Wed May 11 2022 liyanan <liyanan32@h-partners.com> - 1.0.1-2
|
|
- License compliance rectification
|
|
|
|
* Sat Aug 1 2020 chengzihan <chengzihan2@huawei.com> - 1.0.1-1
|
|
- Package init
|