drop groovy18
This commit is contained in:
parent
a0d5af9c35
commit
b7eb53a23f
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
Name: jackson
|
||||
Version: 1.9.11
|
||||
Release: 15
|
||||
Release: 16
|
||||
Summary: Jackson Java JSON-processor
|
||||
License: ASL2.0 and LGPLv2
|
||||
URL: https://github.com/codehaus/jackson
|
||||
@ -12,7 +12,7 @@ Patch0004: jackson-1.9.11-javadoc.patch
|
||||
BuildArch: noarch
|
||||
Requires: joda-time >= 1.6.2 stax2-api >= 3.1.1 jsr-311 >= 1.1.1 objectweb-asm3 >= 3.3
|
||||
BuildRequires: javapackages-local ant >= 1.8.2 joda-time >= 1.6.2 stax2-api >= 3.1.1
|
||||
BuildRequires: jsr-311 >= 1.1.1 objectweb-asm3 >= 3.3 cglib >= 2.2 groovy18 >= 1.8.5
|
||||
BuildRequires: jsr-311 >= 1.1.1 objectweb-asm3 >= 3.3 cglib >= 2.2 junit
|
||||
|
||||
%description
|
||||
JSON processor written in Java., it also offers full node-based Tree
|
||||
@ -33,6 +33,7 @@ find . -type f -name '*.jar' |xargs rm -f
|
||||
find . -type f -name 'TestHibernate.java' |xargs rm -f
|
||||
find . -type f -name 'TestJsonPerf.java' |xargs rm -f
|
||||
find . -type f -name 'TestGoogleCollections.java' |xargs rm -f
|
||||
find . -type f -name 'TestGroovyBeans.java' |xargs rm -f
|
||||
|
||||
ln -s $(build-classpath joda-time) lib/ext/joda-time.jar
|
||||
ln -s $(build-classpath stax2-api) lib/xml/sta2-api.jar
|
||||
@ -40,7 +41,6 @@ ln -s $(build-classpath jsr-311) lib/jaxrs/jsr-311.jar
|
||||
ln -s $(build-classpath objectweb-asm3/asm) lib/ext/asm/asm.jar
|
||||
ln -s $(build-classpath objectweb-asm3/asm) lib/repackaged/jackson-asm.jar
|
||||
ln -s $(build-classpath cglib/cglib) lib/ext/cglib/cglib-nodep.jar
|
||||
ln -s $(build-classpath groovy18-1.8) lib/ext/groovy/groovy.jar
|
||||
ln -s $(build-classpath junit) lib/junit/junit.jar
|
||||
|
||||
sed -i "s/59 Temple Place/51 Franklin Street/" release-notes/lgpl/LGPL2.1
|
||||
@ -69,5 +69,8 @@ ant dist
|
||||
%doc README.txt
|
||||
|
||||
%changelog
|
||||
* Thu Feb 4 2021 wutao <wutao61@huawei.com> - 1.9.11-16
|
||||
- drop groovy18 dependency
|
||||
|
||||
* Fri Dec 20 2019 zhujunhao <zhujunhao5@huawei.com> 1.9.11-15
|
||||
- Package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user