package created using the webbuild interface [release 2.3.1-1mamba;Sun Feb 28 2021]

This commit is contained in:
Silvan Calarco 2024-01-06 00:05:07 +01:00
parent c15e06f98c
commit fc1f65381e
2 changed files with 46 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# java-jaxws
JAX-WS RI is a Web Services framework that provides tools and infrastructure to develop Web Services solutions for the end users and middleware developers.

44
java-jaxws.spec Normal file
View File

@ -0,0 +1,44 @@
Name: java-jaxws
Version: 2.3.1
Release: 1mamba
Summary: A Web Services framework that provides tools and infrastructure to develop Web Services solutions
Group: System/Libraries/Java
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://javaee.github.io/metro-jax-ws/
Source: https://repo1.maven.org/maven2/com/sun/xml/ws/jaxws-ri/%{version}/jaxws-ri-%{version}.zip
License: Common Development and Distribution License, GPL
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
%description
JAX-WS RI is a Web Services framework that provides tools and infrastructure to develop Web Services solutions for the end users and middleware developers.
%prep
%setup -q -n jaxws-ri
%build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
install -d %{buildroot}%{_datadir}/java
cp lib/jaxws*.jar lib/jaxb*.jar %{buildroot}%{_datadir}/java/
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_datadir}/java/jaxb-api.jar
%{_datadir}/java/jaxb-jxc.jar
%{_datadir}/java/jaxb-runtime.jar
%{_datadir}/java/jaxb-xjc.jar
%{_datadir}/java/jaxws-api.jar
%{_datadir}/java/jaxws-rt.jar
%{_datadir}/java/jaxws-tools.jar
%doc LICENSE.txt CDDL+GPLv2.txt
%changelog
* Sun Feb 28 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.1-1mamba
- package created using the webbuild interface