91 lines
3.0 KiB
RPMSpec
91 lines
3.0 KiB
RPMSpec
Name: waydroid
|
|
Version: 1.6.3
|
|
Release: 1mamba
|
|
Summary: A container-based approach to boot a full Android system on a regular GNU/Linux system
|
|
Group: Applications/Emulators
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan@openmamba.org>
|
|
URL: https://waydro.id/
|
|
Source: https://github.com/waydroid/waydroid.git/%{version}/waydroid-%{version}.tar.bz2
|
|
License: GPL
|
|
BuildArch: noarch
|
|
## AUTOBUILDREQ-BEGIN
|
|
## AUTOBUILDREQ-END
|
|
Requires: dnsmasq
|
|
Requires: lxc
|
|
Requires: pygobject-py3
|
|
Requires: python-dbus-py3
|
|
Requires: python-gbinder-py3
|
|
Requires: python-pyclip-py3
|
|
Requires: wl-clipboard
|
|
|
|
%description
|
|
Waydroid uses a container-based approach to boot a full Android system on a regular GNU/Linux system like Ubuntu.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_sysconfdir}/xdg/menus/applications-merged/waydroid.menu
|
|
%{_bindir}/waydroid
|
|
%{_unitdir}/waydroid-container.service
|
|
%{_datadir}/applications/Waydroid.desktop
|
|
%{_datadir}/applications/waydroid.app.install.desktop
|
|
%{_datadir}/applications/waydroid.market.desktop
|
|
%{_metainfodir}/id.waydro.waydroid.metainfo.xml
|
|
%{_datadir}/dbus-1/system-services/id.waydro.Container.service
|
|
%{_datadir}/dbus-1/system.d/id.waydro.Container.conf
|
|
%{_datadir}/desktop-directories/waydroid.directory
|
|
%{_datadir}/polkit-1/actions/id.waydro.Container.policy
|
|
%dir %{_prefix}/lib/waydroid
|
|
%dir %{_prefix}/lib/waydroid/data
|
|
%{_prefix}/lib/waydroid/data/*
|
|
%dir %{_prefix}/lib/waydroid/tools
|
|
%{_prefix}/lib/waydroid/tools/*
|
|
%{_prefix}/lib/waydroid/waydroid.py
|
|
%{_datadir}/icons/hicolor/512x512/apps/waydroid.png
|
|
%doc LICENSE
|
|
|
|
%changelog
|
|
* Fri May 29 2026 Automatic Build System <autodist@openmamba.org> 1.6.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Feb 23 2026 Automatic Build System <autodist@openmamba.org> 1.6.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Dec 30 2025 Automatic Build System <autodist@openmamba.org> 1.6.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Nov 22 2025 Automatic Build System <autodist@openmamba.org> 1.6.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jun 25 2025 Automatic Build System <autodist@openmamba.org> 1.5.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat May 31 2025 Automatic Build System <autodist@openmamba.org> 1.5.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Mar 28 2025 Automatic Build System <autodist@openmamba.org> 1.5.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Mar 09 2025 Automatic Build System <autodist@openmamba.org> 1.5.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Sep 21 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.3-2mamba
|
|
- rebuilt without USE_NFTABLES=1 to fix networking
|
|
- require python-pyclip and wl-clipboard
|
|
|
|
* Wed Sep 18 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.3-1mamba
|
|
- package created using the webbuild interface
|