!12 [sync] PR-7: [sync] PR-2: fix cypher-shell pom
From: @openeuler-sync-bot Reviewed-by: @dillon_chen Signed-off-by: @dillon_chen
This commit is contained in:
commit
b490425d1d
34
fix-cypher-shell-pom.patch
Normal file
34
fix-cypher-shell-pom.patch
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
diff -Nur neo4j-4.3.0/community/cypher-shell/cypher-shell/pom.xml neo4j-4.3.0_bak/community/cypher-shell/cypher-shell/pom.xml
|
||||||
|
--- neo4j-4.3.0/community/cypher-shell/cypher-shell/pom.xml 2021-06-07 19:15:33.000000000 +0800
|
||||||
|
+++ neo4j-4.3.0_bak/community/cypher-shell/cypher-shell/pom.xml 2021-12-10 11:15:38.555197124 +0800
|
||||||
|
@@ -200,12 +200,6 @@
|
||||||
|
<artifactId>mockito-core</artifactId>
|
||||||
|
<scope>test</scope>
|
||||||
|
</dependency>
|
||||||
|
- <dependency>
|
||||||
|
- <groupId>com.github.stefanbirkner</groupId>
|
||||||
|
- <artifactId>system-rules</artifactId>
|
||||||
|
- <version>1.19.0</version>
|
||||||
|
- <scope>test</scope>
|
||||||
|
- </dependency>
|
||||||
|
|
||||||
|
</dependencies>
|
||||||
|
|
||||||
|
@@ -282,8 +276,15 @@
|
||||||
|
</execution>
|
||||||
|
</executions>
|
||||||
|
</plugin>
|
||||||
|
+ <plugin>
|
||||||
|
+ <groupId>org.apache.maven.plugins</groupId>
|
||||||
|
+ <artifactId>maven-compiler-plugin</artifactId>
|
||||||
|
+ <configuration>
|
||||||
|
+ <skip>true</skip>
|
||||||
|
+ </configuration>
|
||||||
|
+ </plugin>
|
||||||
|
</plugins>
|
||||||
|
</build>
|
||||||
|
|
||||||
|
|
||||||
|
-</project>
|
||||||
|
\ No newline at end of file
|
||||||
|
+</project>
|
||||||
@ -1,11 +1,12 @@
|
|||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
Name: neo4j
|
Name: neo4j
|
||||||
Version: 4.3.0
|
Version: 4.3.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Graphs for Everyone
|
Summary: Graphs for Everyone
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
URL: https://neo4j.com/
|
URL: https://neo4j.com/
|
||||||
Source0: https://github.com/neo4j/neo4j/archive/%{version}.tar.gz
|
Source0: https://github.com/neo4j/neo4j/archive/%{version}.tar.gz
|
||||||
|
Patch0: fix-cypher-shell-pom.patch
|
||||||
BuildRequires: java-11-openjdk-devel maven gradle-local maven-local
|
BuildRequires: java-11-openjdk-devel maven gradle-local maven-local
|
||||||
Requires: java-11-openjdk-devel
|
Requires: java-11-openjdk-devel
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -16,6 +17,7 @@ a friendly query language and ACID transactions.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -qn %{name}-%{version}
|
%setup -qn %{name}-%{version}
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export LC_ALL=en_US.UTF-8
|
export LC_ALL=en_US.UTF-8
|
||||||
@ -119,5 +121,8 @@ popd
|
|||||||
%{_datadir}/maven-metadata/%{name}.xml
|
%{_datadir}/maven-metadata/%{name}.xml
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 14 2021 wangkai <wangkai385@huawei.com> - 4.3.0-2
|
||||||
|
- fix cypher-shell pom
|
||||||
|
|
||||||
* Wed Jul 14 2021 liyanan <liyanan32@huawei.com> - 4.3.0-1
|
* Wed Jul 14 2021 liyanan <liyanan32@huawei.com> - 4.3.0-1
|
||||||
- package init
|
- package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user