Change source

This commit is contained in:
lyn1001 2022-11-16 15:12:11 +08:00
parent 01d78e5d53
commit fc86027fba
3 changed files with 6 additions and 3 deletions

View File

@ -3,11 +3,11 @@
Name: geronimo-validation Name: geronimo-validation
Version: 1.1 Version: 1.1
Release: 20 Release: 21
Summary: Geronimo implementation of JSR 303 Summary: Geronimo implementation of JSR 303
License: ASL 2.0 License: ASL 2.0
URL: http://geronimo.apache.org/ URL: http://geronimo.apache.org/
Source0: %{spec_name_ver}.tar.xz Source0: https://github.com/apache/geronimo-specs/archive/refs/tags/geronimo-validation_1.0_spec-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: maven-local geronimo-parent-poms geronimo-osgi-support BuildRequires: maven-local geronimo-parent-poms geronimo-osgi-support
@ -19,7 +19,7 @@ Validation API specification.
%prep %prep
%autosetup -n %{spec_name_ver} %autosetup -n geronimo-specs-%{spec_name_ver}
%pom_xpath_set "%{pom_prefix}:parent/pom:groupId" org.apache.geronimo.specs %pom_xpath_set "%{pom_prefix}:parent/pom:groupId" org.apache.geronimo.specs
%pom_xpath_set "%{pom_prefix}:parent/pom:artifactId" specs %pom_xpath_set "%{pom_prefix}:parent/pom:artifactId" specs
%pom_xpath_set "%{pom_prefix}:parent/pom:version" 1.4 %pom_xpath_set "%{pom_prefix}:parent/pom:version" 1.4
@ -41,6 +41,9 @@ Validation API specification.
%files help -f .mfiles-javadoc %files help -f .mfiles-javadoc
%changelog %changelog
* Thu Nov 10 2022 liyanan <liyanan32@h-partners.com> - 1.1-21
- Change source
* Tue Dec 10 2019 mengxian <mengxian@huawei.com> - 1.1-20 * Tue Dec 10 2019 mengxian <mengxian@huawei.com> - 1.1-20
- Package init - Package init

Binary file not shown.