1 Star 0 Fork 12

chenmaodong/apache-mina

forked from src-openEuler/apache-mina 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
apache-mina.spec 2.86 KB
一键复制 编辑 原始数据 按行查看 历史
chenmaodong 提交于 2022-12-27 15:28 . apache-mina: fix changlog error
Name: apache-mina
Version: 2.0.22
Release: 1
Summary: Apache MINA
License: ASL 2.0
URL: http://mina.apache.org
Source0: https://github.com/apache/mina/archive/%{version}.tar.gz
BuildRequires: maven-local mvn(com.jcraft:jzlib) mvn(commons-lang:commons-lang)
BuildRequires: mvn(org.apache:apache:pom:) mvn(org.slf4j:slf4j-api)
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
BuildArch: noarch
%description
Apache MINA is a network application framework which helps users develop high
performance and high scalability network applications easily. It provides an
abstract event-driven asynchronous API over various transports such as TCP/IP
and UDP/IP via Java NIO.
%package mina-core
Summary: Apache MINA Core
%description mina-core
This package contains Apache MINA Core module.
%package mina-filter-compression
Summary: Apache MINA Compression Filter
%description mina-filter-compression
This package contains Apache MINA Compression Filter module.
%package mina-statemachine
Summary: Apache MINA State Machine
%description mina-statemachine
This package contains Apache MINA State Machine module.
%package mina-http
Summary: Apache MINA HTTP client and server codec
%description mina-http
This package contains Apache MINA HTTP client and server codec.
%package javadoc
Summary: API documentation for %{name}
%description javadoc
This package provides %{name}.
%prep
%setup -q -n mina-%{version}
sed -i \
-e 's|<packaging>bundle</packaging>|<packaging>jar</packaging>|g' \
-e 's|<type>bundle</type>|<type>jar</type>|g' \
$(find . -name pom.xml)
%pom_remove_plugin :maven-release-plugin
%pom_remove_plugin :maven-source-plugin
%pom_remove_plugin :maven-bundle-plugin
%pom_remove_plugin :maven-site-plugin
%pom_disable_module mina-legal
%pom_disable_module mina-transport-apr
%pom_disable_module mina-integration-beans
%pom_disable_module mina-integration-xbean
%pom_disable_module mina-integration-ognl
%pom_disable_module mina-integration-jmx
%pom_disable_module mina-example
%build
%mvn_build -f -s
%install
%mvn_install
%files -f .mfiles-mina-parent
%doc LICENSE.txt NOTICE.txt
%files mina-core -f .mfiles-mina-core
%doc LICENSE.txt NOTICE.txt
%files mina-filter-compression -f .mfiles-mina-filter-compression
%files mina-statemachine -f .mfiles-mina-statemachine
%doc LICENSE.txt NOTICE.txt
%files mina-http -f .mfiles-mina-http
%files javadoc -f .mfiles-javadoc
%doc LICENSE.txt NOTICE.txt
%changelog
* Fri Nov 05 2021 wangkai <wangkai385@huawei.com> - 2.0.22-1
- Upgrade to 2.0.22 for fix CVE-2021-41973
* Mon Sep 21 2020 wangyue <wangyue92@huawei.com> - 2.0.21-1
- Fix CVE-2019-0231
* Mon Jul 27 2020 leiju <leiju4@huawei.com> - 2.0.9-1
- Package init
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chenmaodong/apache-mina.git
git@gitee.com:chenmaodong/apache-mina.git
chenmaodong
apache-mina
apache-mina
master

搜索帮助