5 Star 0 Fork 8

src-openEuler/apache-commons-beanutils

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
apache-commons-beanutils.spec 2.25 KB
一键复制 编辑 原始数据 按行查看 历史
lyn 提交于 2022-07-06 17:04 +08:00 . Remove unstable test cases
%global base_name beanutils
%global short_name commons-%{base_name}
Name: apache-%{short_name}
Version: 1.9.4
Release: 3
Summary: Java utility methods for accessing and modifying the properties of arbitrary JavaBeans
License: ASL 2.0
BuildArch: noarch
URL: http://commons.apache.org/%{base_name}
Source0: http://archive.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
Patch0: Remove-unstable-test-cases.patch
BuildRequires: maven-local mvn(commons-collections:commons-collections)
BuildRequires: mvn(commons-collections:commons-collections-testframework)
BuildRequires: mvn(commons-logging:commons-logging) mvn(junit:junit)
BuildRequires: mvn(org.apache.commons:commons-parent:pom:)
BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin)
%description
The scope of this package is to create a package of Java utility methods
for accessing and modifying the properties of arbitrary JavaBeans. No
dependencies outside of the JDK are required, so the use of this package
is very lightweight.
%package javadoc
Summary: Javadoc for %{name}
%description javadoc
%{summary}.
%prep
%setup -q -n %{short_name}-%{version}-src
%patch0 -p1
sed -i 's/\r//' *.txt
%pom_remove_plugin :maven-assembly-plugin
%mvn_alias :{*} :@1-core :@1-bean-collections
%mvn_alias :{*} org.apache.commons:@1 org.apache.commons:@1-core org.apache.commons:@1-bean-collections
%mvn_file : %{name} %{name}-core %{name}-bean-collections
%mvn_file : %{short_name} %{short_name}-core %{short_name}-bean-collections
rm -rf src/test/java/org/apache/commons/beanutils/{BeanificationTestCase.java,LocaleBeanificationTestCase.java}
%build
%mvn_build --skipTests
%install
%mvn_install
%check
xmvn test --batch-mode --offline verify
%files -f .mfiles
%doc RELEASE-NOTES.txt
%doc LICENSE.txt NOTICE.txt
%files javadoc -f .mfiles-javadoc
%doc LICENSE.txt NOTICE.txt
%changelog
* Wed Jul 6 2022 liyanan <liyanan32@h-partners.com> - 1.9.4-3
- Remove unstable test cases
* Fri Apr 16 2021 maminjie <maminjie1@huawei.com> - 1.9.4-2
- Move the test to the %check stage
* Wed Jul 29 2020 yaokai <yaokai13@huawei.com> - 1.9.4-1
- package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/apache-commons-beanutils.git
git@gitee.com:src-openeuler/apache-commons-beanutils.git
src-openeuler
apache-commons-beanutils
apache-commons-beanutils
openEuler-24.09

搜索帮助