Skip test to drop datanucleus components

This commit is contained in:
hht8 2021-02-02 10:23:38 +08:00
parent ac42b45e25
commit 8b9a6230ca

View File

@ -1,6 +1,6 @@
Name: google-http-java-client Name: google-http-java-client
Version: 1.22.0 Version: 1.22.0
Release: 7 Release: 8
Summary: Google HTTP Client Library for Java Summary: Google HTTP Client Library for Java
License: ASL 2.0 License: ASL 2.0
URL: https://github.com/google/google-http-java-client/ URL: https://github.com/google/google-http-java-client/
@ -8,13 +8,11 @@ Source0: https://github.com/google/google-http-java-client/archive/1.22.0/
BuildRequires: maven-local mvn(com.fasterxml.jackson.core:jackson-core) mvn(com.google.code.findbugs:findbugs) BuildRequires: maven-local mvn(com.fasterxml.jackson.core:jackson-core) mvn(com.google.code.findbugs:findbugs)
BuildRequires: mvn(com.google.code.findbugs:jsr305) mvn(com.google.code.gson:gson) mvn(com.google.guava:guava) BuildRequires: mvn(com.google.code.findbugs:jsr305) mvn(com.google.code.gson:gson) mvn(com.google.guava:guava)
BuildRequires: mvn(com.google.protobuf:protobuf-java) mvn(commons-codec:commons-codec) mvn(dom4j:dom4j) BuildRequires: mvn(com.google.protobuf:protobuf-java) mvn(commons-codec:commons-codec)
BuildRequires: mvn(javax.jdo:jdo2-api) mvn(junit:junit) mvn(mysql:mysql-connector-java) BuildRequires: mvn(javax.jdo:jdo2-api) mvn(junit:junit)
BuildRequires: mvn(org.apache.httpcomponents:httpclient) mvn(org.apache.maven.plugins:maven-antrun-plugin) BuildRequires: mvn(org.apache.httpcomponents:httpclient) mvn(org.apache.maven.plugins:maven-antrun-plugin)
BuildRequires: mvn(org.apache.maven.plugins:maven-checkstyle-plugin) mvn(org.codehaus.jackson:jackson-core-asl) BuildRequires: mvn(org.codehaus.jackson:jackson-core-asl)
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin) mvn(org.codehaus.mojo:exec-maven-plugin) BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
BuildRequires: mvn(org.datanucleus:datanucleus-core) mvn(org.datanucleus:datanucleus-api-jdo)
BuildRequires: mvn(org.datanucleus:datanucleus-rdbms) mvn(org.mockito:mockito-all)
BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:) mvn(xpp3:xpp3) protobuf-devel BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:) mvn(xpp3:xpp3) protobuf-devel
Provides: bundled(apache-commons-codec) = 1.8 Provides: bundled(apache-commons-codec) = 1.8
BuildArch: noarch BuildArch: noarch
@ -156,7 +154,7 @@ This package contains javadoc for google-http-java-client.
rm -r google-http-client/src/test/java/com/google/api/client/http/apache/ApacheHttpTransportTest.java rm -r google-http-client/src/test/java/com/google/api/client/http/apache/ApacheHttpTransportTest.java
%build %build
%mvn_build -s %mvn_build -s --skip-tests
%install %install
%mvn_install %mvn_install
@ -186,6 +184,9 @@ rm -r google-http-client/src/test/java/com/google/api/client/http/apache/ApacheH
%doc LICENSE %doc LICENSE
%changelog %changelog
* Wed Jan 27 huanghaitao <huanghaitao8@huawei.com> - 1.22.0-8
- Skip test to drop datanucleus components
* Thu Aug 27 chengzihan <chengzihan2@huaei.com> - 1.22.0-7 * Thu Aug 27 chengzihan <chengzihan2@huaei.com> - 1.22.0-7
- the binary file /usr/bin/protoc needed by this package is currently - the binary file /usr/bin/protoc needed by this package is currently
- provided by protobuf-devel instead of protobuf - provided by protobuf-devel instead of protobuf