198 lines
6.0 KiB
RPMSpec
198 lines
6.0 KiB
RPMSpec
Name: usbinstall
|
|
Version: 2.0
|
|
Release: 2mamba
|
|
Summary: A script with a GUI frontend to install openmamba into a removable storage device
|
|
Group: System/Tools
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://src.openmamba.org/openmamba/usbinstall
|
|
Source: https://src.openmamba.org/openmamba/usbinstall.git/v%{version}/%{name}-%{version}.tar.bz2
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
## AUTOBUILDREQ-END
|
|
Requires: PyQt6-py3
|
|
Requires: python-sip-py3
|
|
Requires: pygobject-py3
|
|
Requires: python-dbus-py3
|
|
%ifarch %{ix86} x86_64
|
|
Requires: grub
|
|
Requires: grub-efi-x86_64
|
|
%endif
|
|
%ifarch %{ix86}
|
|
# grub-efi (32bit) currently only available on x86 arch
|
|
Requires: grub-efi
|
|
%endif
|
|
Requires: openmamba-install-scripts = %{version}-%{release}
|
|
Requires: udisks2
|
|
Requires: hfstools
|
|
Requires: parted
|
|
|
|
%description
|
|
A script with a GUI frontend to install openmamba into a removable storage device like a USB pendrive.
|
|
|
|
%package -n openmamba-install-scripts
|
|
Group: System/Tools
|
|
Summary: Scripts to install openmamba rootfs archives to SD and then to internal MMC devices
|
|
Requires: u-boot-tools
|
|
Requires: git
|
|
Requires: parted
|
|
|
|
%description -n openmamba-install-scripts
|
|
Scripts to install openmamba rootfs archives to SD and then to internal MMC devices.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%find_lang %{name}
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files -f %{name}.lang
|
|
%defattr(-,root,root)
|
|
%{_bindir}/usbinstall-gui
|
|
%{_sbindir}/usbinstall
|
|
%{_sysconfdir}/dbus-1/system.d/org.openmamba.usbinstall.conf
|
|
%{_datadir}/applications/usbinstall.desktop
|
|
%dir %{_datadir}/openmamba/usbinstall
|
|
%dir %{_datadir}/openmamba/usbinstall/img
|
|
%{_datadir}/openmamba/usbinstall/img/*.png
|
|
%{_datadir}/openmamba/usbinstall/usbinstall.py
|
|
%{_datadir}/polkit-1/actions/org.openmamba.usbinstall.policy
|
|
%doc COPYING
|
|
|
|
%files -n openmamba-install-scripts
|
|
%defattr(-,root,root)
|
|
%{_sbindir}/mmcinstall
|
|
%{_sbindir}/rootfsinstall
|
|
%{_prefix}/libexec/init_resize
|
|
|
|
%changelog
|
|
* Thu Oct 24 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0-2mamba
|
|
- remove requirement for mactel-boot
|
|
|
|
* Sat Jul 20 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0-1mamba
|
|
- update to 2.0
|
|
|
|
* Fri Jul 19 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.20-1mamba
|
|
- update to 1.20
|
|
|
|
* Fri Aug 11 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.19-1mamba
|
|
- update to 1.19
|
|
|
|
* Sat Oct 22 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.18-1mamba
|
|
- update to 1.18
|
|
|
|
* Wed Oct 05 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.17-1mamba
|
|
- update to 1.17
|
|
|
|
* Sat Aug 13 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.16-1mamba
|
|
- update to 1.16
|
|
|
|
* Sat Jun 25 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.15-1mamba
|
|
- update to 1.15
|
|
|
|
* Fri May 20 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.14-1mamba
|
|
- update to 1.14
|
|
|
|
* Wed Dec 22 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.13-1mamba
|
|
- update to 1.13
|
|
|
|
* Sun Sep 19 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.12.1-1mamba
|
|
- update to 1.12.1
|
|
|
|
* Tue Jun 29 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.12.0-1mamba
|
|
- update to 1.12.0
|
|
|
|
* Sun Jan 31 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.11.1-1mamba
|
|
- update to 1.11.1
|
|
|
|
* Tue Jan 05 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.11.0-1mamba
|
|
- update to 1.11.0
|
|
|
|
* Sun Jan 03 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.10.0-2mamba
|
|
- require python-sip4-py3
|
|
|
|
* Mon Dec 21 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.10.0-1mamba
|
|
- update to 1.10.0
|
|
|
|
* Sun Oct 04 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.9.1-1mamba
|
|
- update to 1.9.1
|
|
|
|
* Sat Oct 03 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.9-1mamba
|
|
- update to 1.9
|
|
|
|
* Fri Jan 31 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8-1mamba
|
|
- update to 1.8
|
|
|
|
* Sat Dec 21 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.7.1-1mamba
|
|
- update to 1.7.1
|
|
|
|
* Sun Dec 15 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.7-1mamba
|
|
- update to 1.7
|
|
|
|
* Thu Aug 08 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6-1mamba
|
|
- update to 1.6
|
|
|
|
* Sat May 25 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5-1mamba
|
|
- update to 1.5
|
|
|
|
* Wed Dec 20 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4-1mamba
|
|
- update to 1.4
|
|
|
|
* Fri Jul 22 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3-1mamba
|
|
- update to 1.3
|
|
|
|
* Mon Jun 27 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2-1mamba
|
|
- update to 1.2
|
|
|
|
* Fri Dec 19 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1-1mamba
|
|
- update to 1.1
|
|
- require mactel-boot, udisks2, hfstools, parted
|
|
|
|
* Thu Aug 21 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.1-1mamba
|
|
- update to 1.0.1
|
|
|
|
* Thu Apr 24 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0-1mamba
|
|
- update to 1.0
|
|
|
|
* Fri Nov 22 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9-1mamba
|
|
- update to 0.9
|
|
- added openmamba-install-scripts subpackage
|
|
|
|
* Tue Sep 24 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.3-1mamba
|
|
- update to 0.8.3
|
|
|
|
* Tue Aug 13 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.2-1mamba
|
|
- update to 0.8.2
|
|
|
|
* Mon Jul 29 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.1-1mamba
|
|
- update to 0.8.1
|
|
|
|
* Wed Jul 03 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8-1mamba
|
|
- update to 0.8
|
|
|
|
* Wed May 22 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7-1mamba
|
|
- update to 0.7
|
|
|
|
* Tue Oct 16 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6-1mamba
|
|
- update to 0.6
|
|
|
|
* Mon Mar 12 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5-2mamba
|
|
- fix packager email, Source0 path, summary and description
|
|
|
|
* Wed Mar 07 2012 Filippo Bedendo Bordon <michiamophil@libero.it> 0.5-1mamba
|
|
- update to 0.5
|
|
|
|
* Sun Nov 13 2011 Filippo Bedendo Bordon <michiamophil@libero.it> 0.4-1mamba
|
|
- update to 0.4
|
|
|
|
|
|
* Thu Nov 10 2011 Filippo Bedendo Bordon <michiamophil@libero.it> 0.3-1mamba
|
|
- package created by autospec
|