!5 修改源码包与source url一致

From: @cherry530 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2022-11-14 01:06:28 +00:00 committed by Gitee
commit e9f4d9fe0b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 5 additions and 2 deletions

Binary file not shown.

View File

@ -1,7 +1,7 @@
%bcond_with memoryfilesystem
Name: assertj-core
Version: 3.8.0
Release: 2
Release: 3
Summary: Library of assertions similar to fest-assert
License: ASL 2.0
URL: http://joel-costigliola.github.io/assertj/
@ -24,7 +24,7 @@ Summary: API documentation for %{name}
This package provides API documentation for %{name}.
%prep
%setup -q -n %{name}-%{name}-%{version}
%setup -q -n assertj-%{name}-%{version}
%pom_remove_parent
%pom_xpath_inject "pom:project" "<groupId>org.assertj</groupId>"
%pom_remove_plugin :maven-javadoc-plugin
@ -53,6 +53,9 @@ rm -r src/test/java/org/assertj/core/internal/{Paths*.java,paths}
%license LICENSE.txt
%changelog
* Fri Nov 11 2022 xu_ping <xuping33@h-partners.com> - 3.8.0-3
- Modify the source package to match the source url
* Fri Sep 4 2020 chengzihan <chengzihan2@huawei.com> - 3.8.0-2
- disable memoryfilesystem option