remove redundant macros %pkg_vcmp
Signed-off-by: 胡田雪 <hutianxue@xfusion.com>
This commit is contained in:
parent
d8152d8220
commit
639ad85d96
@ -2,7 +2,7 @@
|
|||||||
%global sover 1.2
|
%global sover 1.2
|
||||||
Name: jffi
|
Name: jffi
|
||||||
Version: 1.2.13
|
Version: 1.2.13
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: Java Foreign Function Interface
|
Summary: Java Foreign Function Interface
|
||||||
License: LGPL-3.0-or-later OR Apache-2.0
|
License: LGPL-3.0-or-later OR Apache-2.0
|
||||||
URL: http://github.com/jnr/jffi
|
URL: http://github.com/jnr/jffi
|
||||||
@ -19,7 +19,6 @@ 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-assembly-plugin)
|
BuildRequires: mvn(org.apache.maven.plugins:maven-assembly-plugin)
|
||||||
BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:)
|
BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:)
|
||||||
BuildRequires: apache-parent
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
An optimized Java interface to libffi.
|
An optimized Java interface to libffi.
|
||||||
@ -40,9 +39,7 @@ This package contains the API documentation for %{name}.
|
|||||||
%patch0
|
%patch0
|
||||||
%patch1
|
%patch1
|
||||||
%patch2
|
%patch2
|
||||||
%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 1.8}%{!?pkg_vcmp:0}
|
|
||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
%endif
|
|
||||||
%patch4
|
%patch4
|
||||||
%ifarch loongarch64
|
%ifarch loongarch64
|
||||||
%patch5 -p1
|
%patch5 -p1
|
||||||
@ -89,6 +86,9 @@ ant -Duse.system.libffi=1 test
|
|||||||
%doc COPYING.GPL COPYING.LESSER LICENSE
|
%doc COPYING.GPL COPYING.LESSER LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 12 2023 Wenlong Zhang <zhangwenlong@loongson.cn> - 1.2.13-4
|
||||||
|
- remove redundant macros %pkg_vcmp
|
||||||
|
|
||||||
* Thu May 18 2023 Wenlong Zhang <zhangwenlong@loongson.cn> - 1.2.13-3
|
* Thu May 18 2023 Wenlong Zhang <zhangwenlong@loongson.cn> - 1.2.13-3
|
||||||
- fix build error for loongarch64
|
- fix build error for loongarch64
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user