Compare commits
10 Commits
d212c5fd35
...
2f7ec3a9d3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2f7ec3a9d3 | ||
|
|
78b81edb1d | ||
|
|
8dca46e461 | ||
|
|
66d42e5375 | ||
|
|
b3362dac00 | ||
|
|
258fc6d841 | ||
|
|
090638c907 | ||
|
|
643cc7bccf | ||
|
|
bb104d0ca1 | ||
|
|
6c63d16109 |
Binary file not shown.
BIN
activemq-5.16.8.tar.gz
Normal file
BIN
activemq-5.16.8.tar.gz
Normal file
Binary file not shown.
@ -1,9 +1,9 @@
|
||||
%define check_testcase 0
|
||||
Name: activemq
|
||||
Version: 5.15.15
|
||||
Version: 5.16.8
|
||||
Release: 1
|
||||
Summary: Open source messaging and Integration Patterns server
|
||||
License: ASL 2.0
|
||||
License: Apache-2.0
|
||||
URL: http://activemq.apache.org
|
||||
Source0: https://github.com/apache/%{name}/archive/refs/tags/%{name}-%{version}.tar.gz
|
||||
Requires: java
|
||||
@ -19,9 +19,12 @@ Summary: Javadoc for %{name}
|
||||
This package contains javadoc for %{name}.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{name}-%{version}
|
||||
%autosetup -n %{name}-%{name}-%{version} -p1
|
||||
|
||||
%build
|
||||
%if "%{_arch}" == "riscv64"
|
||||
export MAVEN_OPTS="-Xms2048M -Xmx8000M"
|
||||
%endif
|
||||
%if %{check_testcase}
|
||||
mvn package
|
||||
%else
|
||||
@ -35,6 +38,8 @@ install -d -m755 %{buildroot}/%{_datadir}/activemq
|
||||
cd assembly/target
|
||||
unzip -d ./file apache-activemq*.zip
|
||||
cd ./file/apache-activemq*
|
||||
rm -rf bin/win* bin/*.bat
|
||||
chmod 755 bin/%{name}
|
||||
for dir in bin examples webapps webapps-demo conf lib docs;do
|
||||
if [ "$dir" = "docs" || "$dir" = "examples" ]
|
||||
then
|
||||
@ -58,5 +63,20 @@ cd %{_builddir}
|
||||
%{_datadir}/javadoc
|
||||
|
||||
%changelog
|
||||
* Fri May 09 2025 wangkai <13474090681@163.com> - 5.16.8-1
|
||||
- Upgrade to 5.16.8 for fix CVE-2025-27533
|
||||
|
||||
* Thu Jan 23 2025 Dingli Zhang <dingli@iscas.ac.cn> - 5.16.7-2
|
||||
- Fix build error for riscv64
|
||||
|
||||
* Wed Dec 06 2023 wangkai <13474090681@163.com> - 5.16.7-1
|
||||
- Upgrade to 5.16.7 for fix CVE-2022-41678
|
||||
|
||||
* Mon Oct 30 2023 yaoxin <yao_xin001@hoperun.com> - 5.15.16-1
|
||||
- Upgrade to 5.15.16 for fix CVE-2023-46604
|
||||
|
||||
* Sat Aug 28 2021 lingsheng <lingsheng@huawei.com> - 5.15.15-2
|
||||
- Fix activemq permission and remove windows related files
|
||||
|
||||
* Mon Jul 19 2021 xuping <xuping33@huawei.com> - 5.15.15-1
|
||||
- package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user