!2 replace mvn(com.google.protobuf:protobuf-java) with protobuf-java
From: @small_leek Reviewed-by: @wang--ge Signed-off-by: @wang--ge
This commit is contained in:
commit
e4b8f5552f
@ -1,14 +1,14 @@
|
|||||||
Name: closure-compiler
|
Name: closure-compiler
|
||||||
Summary: JavaScript minifier and checker
|
Summary: JavaScript minifier and checker
|
||||||
Version: 20160315
|
Version: 20160315
|
||||||
Release: 1
|
Release: 2
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://developers.google.com/closure/compiler/
|
URL: https://developers.google.com/closure/compiler/
|
||||||
Source0: https://github.com/google/closure-compiler/archive/maven-release-v%{version}.tar.gz
|
Source0: https://github.com/google/closure-compiler/archive/maven-release-v%{version}.tar.gz
|
||||||
Source1: closure-compiler.xml
|
Source1: closure-compiler.xml
|
||||||
BuildRequires: maven-local mvn(args4j:args4j) mvn(com.google.code.findbugs:jsr305)
|
BuildRequires: maven-local mvn(args4j:args4j) mvn(com.google.code.findbugs:jsr305)
|
||||||
BuildRequires: mvn(com.google.code.gson:gson) mvn(com.google.guava:guava:20.0)
|
BuildRequires: mvn(com.google.code.gson:gson) mvn(com.google.guava:guava:20.0)
|
||||||
BuildRequires: mvn(com.google.protobuf:protobuf-java) mvn(org.apache.ant:ant)
|
BuildRequires: protobuf-java mvn(org.apache.ant:ant)
|
||||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||||
BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin)
|
BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin)
|
||||||
BuildRequires: mvn(org.apache.maven.plugins:maven-shade-plugin)
|
BuildRequires: mvn(org.apache.maven.plugins:maven-shade-plugin)
|
||||||
@ -69,5 +69,7 @@ install -Dm0644 %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1/%{name}.1
|
|||||||
%license COPYING
|
%license COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue July 18 2023 senlin <xiasenlin1@huawei.com> - 20160315-2
|
||||||
|
- replace mvn(com.google.protobuf:protobuf-java) with protobuf-java to avoid been influenced by protobuf2-java
|
||||||
* Thu Aug 13 2020 leiju <leiju4@huawei.com> - 20160315-1
|
* Thu Aug 13 2020 leiju <leiju4@huawei.com> - 20160315-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user