The package rpms/rkcommon.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/rkcommon.git/commit/?id=e17bfac2b409....
Change: +ExclusiveArch: x86_64 aarch64
Thanks.
Full change: ============
commit e17bfac2b4093ee60f699925d95c60ee8e1f6a5a Author: aekoroglu aekoroglu@linux.intel.com Date: Thu Mar 2 15:38:29 2023 +0200
supports x86 and ARM 64bit arches for now
diff --git a/rkcommon.spec b/rkcommon.spec index e8d856e..9c008e8 100644 --- a/rkcommon.spec +++ b/rkcommon.spec @@ -7,6 +7,9 @@ License: Apache-2.0 URL: https://github.com/ospray/rkcommon Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
+# This package only supports x86 and ARM 64bit arches for now +ExclusiveArch: x86_64 aarch64 + BuildRequires: cmake3 BuildRequires: gcc-c++ BuildRequires: tbb-devel
commit ae2dcf1a610cccdf9ede6097fe49b2db33f71276 Author: aekoroglu aekoroglu@linux.intel.com Date: Thu Mar 2 15:08:55 2023 +0200
initial release
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..632889a --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/rkcommon-*.tar.gz diff --git a/rkcommon.spec b/rkcommon.spec new file mode 100644 index 0000000..e8d856e --- /dev/null +++ b/rkcommon.spec @@ -0,0 +1,51 @@ +Name: rkcommon +Version: 1.11.0 +Release: %autorelease +Summary: Intel RenderKit common C++/CMake infrastructure + +License: Apache-2.0 +URL: https://github.com/ospray/rkcommon +Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz + +BuildRequires: cmake3 +BuildRequires: gcc-c++ +BuildRequires: tbb-devel + +%description +This project represents a common set of C++ infrastructure and CMake utilities +used by various components of Intel® oneAPI Rendering Toolkit. + +%package devel +Summary: Development files for %{name} +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description devel +The %{name}-devel package contains libraries and header files for +applications that use %{name}. + +%prep +%autosetup + +%build +%cmake +%cmake_build + +%install +%cmake_install + +%check +%ctest + +%files +%license LICENSE.txt +%doc README.md +%{_bindir}/rkcommon_test_suite +%{_libdir}/lib%{name}.so.* + +%files devel +%{_includedir}/rkcommon +%{_libdir}/lib%{name}.so +%{_libdir}/cmake/%{name}-%{version}/ + +%changelog +%autochangelog diff --git a/sources b/sources new file mode 100644 index 0000000..9c4ce07 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (rkcommon-1.11.0.tar.gz) = 318611282dca5034b8bd0412bc69ae9dcd04c0d200203570f9f579210d236f01a6475d8b3151b4c7c3c8334e6a674279d36732d993a409adb588f4de408fb10e
arch-excludes@lists.fedoraproject.org