%global cluster jnr %global sover 1.2 # Symbols from libffi *must* be linked for this package to work %undefine _ld_as_needed Name: jffi Version: 1.3.9 Release: 2%{?dist} Summary: Java Foreign Function Interface License: LGPLv3+ or ASL 2.0 URL: http://github.com/jnr/jffi Source0: https://github.com/%{cluster}/%{name}/archive/%{name}-%{version}.tar.gz Source3: p2.inf # Fix references to junit/hamcrest to match what is generated by `build-jar-repository` Patch0: 0001-Fix-dependencies-on-junit-hamcrest.patch # Fix compilation flags and binary stripping Patch1: 0002-Fix-compilation-flags.patch ExclusiveArch: %{java_arches} BuildRequires: gcc BuildRequires: make BuildRequires: maven-local BuildRequires: mvn(junit:junit) BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin) BuildRequires: mvn(org.apache.maven.plugins:maven-assembly-plugin) BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin) BuildRequires: libffi-devel BuildRequires: ant BuildRequires: ant-junit %description An optimized Java interface to libffi. %package native Summary: %{name} JAR with native bits %description native This package contains %{name} JAR with native bits. %package javadoc Summary: Javadoc for %{name} BuildArch: noarch %description javadoc This package contains the API documentation for %{name}. %prep %setup -q -n %{name}-%{name}-%{version} %patch0 -p1 %patch1 -p1 # Remove pointless parent pom %pom_remove_parent # Don't attempt to override arch configuration from RPM flags sed -i -e '/i586/d' jni/GNUmakefile # remove uneccessary directories rm -r archive/* jni/libffi/ lib/junit* # Remove any pre-build bytecode find ./ -name '*.jar' -exec rm -f '{}' \; find ./ -name '*.class' -exec rm -f '{}' \; # Test dependencies for ant tests build-jar-repository -s -p lib/ junit hamcrest/hamcrest # A couple of tests fail on armv7 for some reason sed -i -e 's/haltonfailure="true"/haltonfailure="no"/' build.xml # Ensure debug symbols in the native java sed -i -e 's/ - 1.3.9-2 - Fix linkage to libffi * Tue Oct 25 2022 Mat Booth - 1.3.9-1 - Update to upstream release 1.3.9 * Thu Jul 21 2022 Fedora Release Engineering - 1.3.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Sat Feb 05 2022 Jiri Vanek - 1.3.4-3 - Rebuilt for java-17-openjdk as system jdk * Thu Jan 20 2022 Fedora Release Engineering - 1.3.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Sun Aug 22 2021 Mat Booth - 1.3.4-1 - Update to latest upstream release * Thu Jul 22 2021 Fedora Release Engineering - 1.2.23-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Mar 05 2021 Mat Booth - 1.2.23-5 - Fix FTBFS due to mismatch between -fcf-protection and -march=i586, fix is to prevent the jffi build from trying to set -march and let the RPM-defined flags take precedence * Fri Mar 05 2021 Mat Booth - 1.2.23-4 - Allow building with antrun 3.0.0 * Tue Jan 26 2021 Fedora Release Engineering - 1.2.23-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Thu Aug 06 2020 Mat Booth - 1.2.23-2 - Fix OSGi metadata * Fri Jul 31 2020 Mat Booth - 1.2.23-1 - Update to latest upstream release - Add patch to fix incorrect java version detection of java 9+ * Tue Jul 28 2020 Fedora Release Engineering - 1.2.12-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Fri Jul 10 2020 Jiri Vanek - 1.2.12-15 - Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11 * Sun Jun 28 2020 Roland Grunberg - 1.2.12-14 - Replace usage of javah with javac in ant build for Java 11. - Ensure static final fields get marked with @Native annotation. * Wed Jan 29 2020 Fedora Release Engineering - 1.2.12-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jul 25 2019 Fedora Release Engineering - 1.2.12-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri Feb 01 2019 Fedora Release Engineering - 1.2.12-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering - 1.2.12-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering - 1.2.12-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Aug 02 2017 Fedora Release Engineering - 1.2.12-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 1.2.12-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Tue Jul 18 2017 Mat Booth - 1.2.12-6 - Fix stripping of binaries embedded in jars - Fix failing tests due to hamcrest CNFEs * Fri Feb 10 2017 Fedora Release Engineering - 1.2.12-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Wed Feb 1 2017 Mikolaj Izdebski - 1.2.12-4 - Add missing build-requires on GCC * Sat Jul 23 2016 Mat Booth - 1.2.12-3 - Add missing BRs * Fri Jul 22 2016 Mat Booth - 1.2.12-2 - Avoid use of ln -r since it is not available on EL6 * Thu May 19 2016 Alexander Kurtakov 1.2.12-1 - Update to upstream 1.2.12 release. * Tue Apr 19 2016 Roland Grunberg - 1.2.11-2 - Fragment bundle com.kenai.jffi.native is now com.github.jnr.jffi.native. * Mon Apr 18 2016 Alexander Kurtakov 1.2.11-1 - Update to upstream 1.2.11 release containing OSGification. * Fri Feb 5 2016 Alexander Kurtakov 1.2.10-1 - Update to upstream 1.2.10 release. * Thu Feb 04 2016 Fedora Release Engineering - 1.2.9-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Mon Jul 13 2015 Mat Booth - 1.2.9-8 - Fix unstripped binaries and empty debuginfo package - Ensure presence of ant-junit at buildtime - Fixed mixed use of space and tabs * Thu Jun 25 2015 Roland Grunberg - 1.2.9-7 - Minor fixes to manifest as we introduce p2.inf file. * Wed Jun 24 2015 Jeff Johnston 1.2.9-6 - Fix manifests so jffi requires com.kenai.jffi.native and native has bundle version. * Tue Jun 23 2015 Roland Grunberg - 1.2.9-5 - Add missing Bundle-SymbolicName attribute to manifest. * Mon Jun 22 2015 Jeff Johnston 1.2.9-4 - Fix native MANIFEST.MF * Thu Jun 18 2015 Jeff Johnston 1.2.9-3 - Add MANIFEST.MF. * Wed Jun 17 2015 Fedora Release Engineering - 1.2.9-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Tue May 5 2015 Alexander Kurtakov 1.2.9-1 - Update to upstream 1.2.9. * Thu Apr 30 2015 Alexander Kurtakov 1.2.8-1 - Update to upstream 1.2.8. * Fri Feb 20 2015 Michal Srb - 1.2.7-5 - Install version-less symlink for .so file * Fri Feb 20 2015 Michal Srb - 1.2.7-4 - Fix rpmlint warnings * Fri Feb 20 2015 Michal Srb - 1.2.7-3 - Install *.so file to %%{_libdir}/%%{name}/ * Tue Feb 17 2015 Michal Srb - 1.2.7-2 - Build jffi-native - Introduce javadoc subpackage * Fri Dec 05 2014 Mo Morsi - 1.2.7-1 - Update to JFFI 1.2.7 * Sat Aug 16 2014 Fedora Release Engineering - 1.2.6-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Thu Jun 12 2014 Alexander Kurtakov 1.2.6-7 - Fix FTBFS. * Sun Jun 08 2014 Fedora Release Engineering - 1.2.6-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Mon Apr 07 2014 Dan HorĂ¡k - 1.2.6-5 - skip tests on s390 until https://bugzilla.redhat.com/show_bug.cgi?id=1084914 is resolved * Fri Mar 28 2014 Michael Simacek - 1.2.6-4 - Use Requires: java-headless rebuild (#1067528) * Sun Aug 11 2013 Mat Booth - 1.2.6-3 - Remove BR on ant-nodeps, fixes FTBFS rhbz #992622 * Sat Aug 03 2013 Fedora Release Engineering - 1.2.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Tue Feb 05 2013 Bohuslav Kabrda - 1.2.6-1 - Updated to version 1.2.6. * Wed Dec 19 2012 Stanislav Ochotnicky - 1.0.10-4 - revbump after jnidir change * Thu Jul 19 2012 Fedora Release Engineering - 1.0.10-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Fri Jan 13 2012 Fedora Release Engineering - 1.0.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Tue Aug 02 2011 Mo Morsi - 1.0.10-1 - Updated to most recent upstream release * Wed Jun 01 2011 Mo Morsi - 1.0.9-1 - Updated to most recent upstream release * Mon Oct 25 2010 - 1.0.2-1 - Updated to most recent upstream release * Wed Apr 14 2010 - 0.6.5-4 - added Mamoru Tasaka's fix for ppc{,64} to prep * Mon Mar 08 2010 - 0.6.5-3 - fixes to jffi from feedback - don't strip debuginfo, remove extraneous executable bits, * Tue Feb 23 2010 - 0.6.5-2 - fixes to jffi compilation process - fixes to spec to conform to package guidelines * Wed Feb 17 2010 - 0.6.5-1 - bumped version - fixed package to comply to fedora guidelines * Tue Jan 19 2010 - 0.6.2-1 - Initial build.