diff --git a/geronimo-jms.spec b/geronimo-jms.spec new file mode 100644 index 0000000..1e7d9e6 --- /dev/null +++ b/geronimo-jms.spec @@ -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 - 1.1.11-27 +- Package init diff --git a/geronimo-jta_1.1_spec-1.1.1.tar.gz b/geronimo-jta_1.1_spec-1.1.1.tar.gz new file mode 100644 index 0000000..2ce8946 Binary files /dev/null and b/geronimo-jta_1.1_spec-1.1.1.tar.gz differ