diff --git a/RELEASE_3_2_9.tar.gz b/RELEASE_3_2_9.tar.gz deleted file mode 100644 index 8add2e5..0000000 Binary files a/RELEASE_3_2_9.tar.gz and /dev/null differ diff --git a/RELEASE_3_3_0.tar.gz b/RELEASE_3_3_0.tar.gz new file mode 100644 index 0000000..e258e54 Binary files /dev/null and b/RELEASE_3_3_0.tar.gz differ diff --git a/cglib.spec b/cglib.spec index a4c9b87..a764958 100644 --- a/cglib.spec +++ b/cglib.spec @@ -1,6 +1,6 @@ -%global tarball_name RELEASE_3_2_9 +%global tarball_name RELEASE_3_3_0 Name: cglib -Version: 3.2.9 +Version: 3.3.0 Release: 1 Summary: Code Generation Library for Java License: ASL 2.0 and BSD @@ -20,7 +20,8 @@ Summary: Javadoc for %{name} Documentation for the cglib code generation library. %prep -%setup -q -n %{name}-%{tarball_name} +%autosetup -n %{name}-%{tarball_name} -p1 +%pom_remove_parent %pom_disable_module cglib-nodep %pom_disable_module cglib-integration-test %pom_disable_module cglib-jmh @@ -41,11 +42,10 @@ Documentation for the cglib code generation library. %pom_remove_plugin org.apache.maven.plugins:maven-gpg-plugin %pom_remove_plugin org.apache.maven.plugins:maven-jarsigner-plugin cglib-sample %pom_remove_plugin -r :maven-javadoc-plugin -%pom_xpath_inject "pom:dependency[pom:artifactId='ant']" "true" cglib %mvn_alias :cglib "net.sf.cglib:cglib" "cglib:cglib-full" "cglib:cglib-nodep" "org.sonatype.sisu.inject:cglib" %build -%mvn_build +%mvn_build -f -- -Djava.version.source=1.7 -Djava.version.target=1.7 %install %mvn_install @@ -57,5 +57,8 @@ Documentation for the cglib code generation library. %license LICENSE NOTICE %changelog +* Wed Jun 15 2022 SimpleUpdate Robot - 3.3.0-1 +- Upgrade to version 3.3.0 + * Thu Aug 13 2020 Anan Fu - 3.2.9-1 - package init