]> git.pld-linux.org Git - packages/box64.git/commitdiff
up to 0.2.2
authorJan Palus <atler@pld-linux.org>
Fri, 10 Mar 2023 16:49:43 +0000 (17:49 +0100)
committerJan Palus <atler@pld-linux.org>
Fri, 10 Mar 2023 16:49:43 +0000 (17:49 +0100)
box64.spec

index 9d9f26e3dfceab710eadef7f256df719881dc3f5..f281ffeac21bab7ebe2a99acb4ce23a49b5510e1 100644 (file)
@@ -1,20 +1,24 @@
 # Conditional build:
 %bcond_with    larch64         # target Loongarch64 device
+%bcond_with    lx2160a         # target LX2160A device
+%bcond_with    odroidn2        # target Odroid N2 device
 %bcond_with    phytium         # target Phytium (D2000 or FT2000/4) device
 %bcond_with    rk3326          # target Rockchip RK3326 device
 %bcond_with    rk3399          # target Rockchip RK3399 device
+%bcond_with    rk3588          # target Rockchip RK3588 device
+%bcond_with    rpi3            # target Raspberry Pi 3
 %bcond_with    rpi4            # target Raspberry Pi 4
 %bcond_with    sd845           # target Snapragon 845 device
 %bcond_with    tegrax1         # target Tegra X1
 
 Summary:       Linux Userspace x86_64 Emulator
 Name:          box64
-Version:       0.2.0
+Version:       0.2.2
 Release:       1
 License:       MIT
 Group:         Applications
 Source0:       https://github.com/ptitSeb/box64/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 18b6dd5161ede3fbb00be699cede7bb9
+# Source0-md5: 088763b4df8647d0db81e389c6ff8e58
 URL:           https://box86.org
 BuildRequires: cmake >= 3.4
 BuildRequires: python3
@@ -35,13 +39,17 @@ Linux systems, like ARM (host system needs to be 64bit little-endian).
 
 %build
 %cmake -B build \
-       %{?with_larch64:-DLARCH64=ON} \
-       %{?with_phytium:-DPHYTIUM=ON} \
-       %{?with_rk3326:-DRK3326=ON} \
-       %{?with_rk3399:-DRK3399=ON} \
-       %{?with_rpi4:-DRPI4ARM64=ON} \
-       %{?with_sd845:-DSD845=ON} \
-       %{?with_tegrax1:-DTEGRAX1=ON}
+       %{?with_larch64:-DLARCH64:BOOL=ON} \
+       %{?with_lx2160a:-DLX2160A:BOOL=ON} \
+       %{?with_odroidn2:-DODROIDN2:BOOL=ON} \
+       %{?with_phytium:-DPHYTIUM:BOOL=ON} \
+       %{?with_rk3326:-DRK3326:BOOL=ON} \
+       %{?with_rk3399:-DRK3399:BOOL=ON} \
+       %{?with_rk3588:-DRK3588:BOOL=ON} \
+       %{?with_rpi3:-DRPI3ARM64:BOOL=ON} \
+       %{?with_rpi4:-DRPI4ARM64:BOOL=ON} \
+       %{?with_sd845:-DSD845:BOOL=ON} \
+       %{?with_tegrax1:-DTEGRAX1:BOOL=ON}
 %{__make} -C build
 
 %install
@@ -57,6 +65,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc docs/{CHANGELOG.md,README.md,USAGE.md}
 %{_sysconfdir}/binfmt.d/box64.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/box64.box64rc
 %attr(755,root,root) %{_bindir}/box64
 %dir /usr/lib/x86_64-linux-gnu
 %attr(755,root,root) /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
This page took 0.139471 seconds and 4 git commands to generate.