!1 package init

Merge pull request !1 from wang_yue111/master
This commit is contained in:
openeuler-ci-bot 2020-04-23 15:20:29 +08:00 committed by Gitee
commit 1d03e1365f
2 changed files with 40 additions and 0 deletions

40
geronimo-jms.spec Normal file
View File

@ -0,0 +1,40 @@
Name: geronimo-jms
Version: 1.1.1
Release: 27
Summary: Geronimo Jms
License: ASL 2.0
URL: http://geronimo.apache.org/
BuildArch: noarch
Source0: https://github.com/apache/geronimo-specs/archive/geronimo-jta_1.1_spec-%{version}.tar.gz
BuildRequires: maven-local mvn(org.apache.geronimo.specs:specs:pom:)
%description
Geronimo-jmsis a messaging standard that allows application components based on the Java 2 Platform.It Enterprises Edition(J2EE) to create, send, receive, and read messages.
%package help
Summary: Help documentation for geronimo-jms
Provides: %{name}-javadoc = %{version}-%{release}
Obsoletes: %{name}-javadoc < %{version}-%{release}
%description help
This geronimo-jms-help package contains help document.
%prep
%autosetup -n geronimo-specs-geronimo-jta_1.1_spec-%{version} -p1
%mvn_file : geronimo-jms geronimo-jms_1.1_spec jms
%mvn_alias : javax.jms:jms
%build
%mvn_build -f
%install
%mvn_install
%files -f .mfiles
%license LICENSE.txt
%files help -f .mfiles-javadoc
%doc NOTICE.txt
%changelog
* Sun Mar 15 2020 Shuaishuai Song <songshuaishuai2@huawei.com> - 1.1.11-27
- Package init

Binary file not shown.