Add Buildrequires apache-parent package to fix pkg_vcmp macro not being recognized
This commit is contained in:
parent
cb71ab28cf
commit
34860f78af
@ -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: 1
|
Release: 2
|
||||||
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
|
||||||
@ -18,6 +18,8 @@ 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.
|
||||||
|
|
||||||
@ -83,5 +85,8 @@ ant -Duse.system.libffi=1 test
|
|||||||
%doc COPYING.GPL COPYING.LESSER LICENSE
|
%doc COPYING.GPL COPYING.LESSER LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 18 2023 wulei <wu_lei@hoperun.com> - 1.2.13-2
|
||||||
|
- Add Buildrequires apache-parent package to fix pkg_vcmp macro not being recognized
|
||||||
|
|
||||||
* Thu Jul 30 2020 Jeffery.Gao <gaojianxing@huawei.com> - 1.2.13-1
|
* Thu Jul 30 2020 Jeffery.Gao <gaojianxing@huawei.com> - 1.2.13-1
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user