diff --git a/geronimo-validation.spec b/geronimo-validation.spec index 9c5a646..d18acbb 100644 --- a/geronimo-validation.spec +++ b/geronimo-validation.spec @@ -3,11 +3,11 @@ Name: geronimo-validation Version: 1.1 -Release: 20 +Release: 21 Summary: Geronimo implementation of JSR 303 License: ASL 2.0 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 BuildRequires: maven-local geronimo-parent-poms geronimo-osgi-support @@ -19,7 +19,7 @@ Validation API specification. %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:artifactId" specs %pom_xpath_set "%{pom_prefix}:parent/pom:version" 1.4 @@ -41,6 +41,9 @@ Validation API specification. %files help -f .mfiles-javadoc %changelog +* Thu Nov 10 2022 liyanan - 1.1-21 +- Change source + * Tue Dec 10 2019 mengxian - 1.1-20 - Package init diff --git a/geronimo-validation_1.0_spec-1.1.tar.gz b/geronimo-validation_1.0_spec-1.1.tar.gz new file mode 100644 index 0000000..4b5debd Binary files /dev/null and b/geronimo-validation_1.0_spec-1.1.tar.gz differ diff --git a/geronimo-validation_1.0_spec-1.1.tar.xz b/geronimo-validation_1.0_spec-1.1.tar.xz deleted file mode 100644 index 94fd01a..0000000 Binary files a/geronimo-validation_1.0_spec-1.1.tar.xz and /dev/null differ