47 lines
1.3 KiB
RPMSpec
47 lines
1.3 KiB
RPMSpec
Name: geronimo-jms
|
|
Version: 1.1.1
|
|
Release: 29
|
|
Summary: Geronimo Jms
|
|
License: ASL 2.0
|
|
URL: http://geronimo.apache.org/
|
|
BuildArch: noarch
|
|
Source0: https://github.com/apache/geronimo-specs/archive/refs/tags/geronimo-jms_1.1_spec-%{version}.tar.gz
|
|
BuildRequires: maven-local mvn(org.apache.geronimo.specs:specs:pom:)
|
|
|
|
%description
|
|
Geronimo-jms is 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-jms_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
|
|
* Thu Nov 10 2022 xu_ping <xuping33@h-partners.com> - 1.1.1-29
|
|
- fix source url
|
|
|
|
* Mon Jun 1 2020 Shuaishuai Song <songshuaishuai2@huawei.com> - 1.1.1-28
|
|
- fix tar bug
|
|
|
|
* Sun Mar 15 2020 Shuaishuai Song <songshuaishuai2@huawei.com> - 1.1.1-27
|
|
- Package init
|