Package upgrade
(cherry picked from commit 026e36117870513392761c1e317b83383a24f211)
This commit is contained in:
parent
12dc6b9a3e
commit
40316e416c
Binary file not shown.
BIN
RELEASE_3_3_0.tar.gz
Normal file
BIN
RELEASE_3_3_0.tar.gz
Normal file
Binary file not shown.
13
cglib.spec
13
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']" "<optional>true</optional>" 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 <tc@openeuler.org> - 3.3.0-1
|
||||
- Upgrade to version 3.3.0
|
||||
|
||||
* Thu Aug 13 2020 Anan Fu <fuanan3@huawei.com> - 3.2.9-1
|
||||
- package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user