activemq/activemq.spec
wk333 f1d397ed89 Upgrade to 5.16.7 for fix CVE-2022-41678
(cherry picked from commit 258fc6d841551f041482f82af5443d164af41922)
2023-12-06 16:47:52 +08:00

74 lines
2.0 KiB
RPMSpec

%define check_testcase 0
Name: activemq
Version: 5.16.7
Release: 1
Summary: Open source messaging and Integration Patterns server
License: ASL 2.0
URL: http://activemq.apache.org
Source0: https://github.com/apache/%{name}/archive/refs/tags/%{name}-%{version}.tar.gz
Requires: java
BuildRequires: maven java
BuildArch: noarch
%description
The most popular and powerful open source messaging and Integration Patterns
server.
%package javadoc
Summary: Javadoc for %{name}
%description javadoc
This package contains javadoc for %{name}.
%prep
%autosetup -n %{name}-%{name}-%{version} -p1
%build
%if %{check_testcase}
mvn package
%else
mvn package -Dmaven.test.skip=True
%endif
%install
install -d -m755 %{buildroot}/%{_datadir}/javadoc
install -d -m755 %{buildroot}/%{_datadir}/licenses
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
cp -arf $dir %{buildroot}/%{_datadir}/javadoc
else
cp -arf $dir %{buildroot}/%{_datadir}/activemq
fi
done
cp README.txt %{buildroot}/%{_datadir}/activemq
cp LICENSE %{buildroot}/%{_datadir}/licenses
cp NOTICE %{buildroot}/%{_datadir}/licenses
rm -rf ../../file
cd %{_builddir}
%files
%{_datadir}/activemq
%license %{_datadir}/licenses/*
%files javadoc
%{_datadir}/javadoc
%changelog
* 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