update to 1.0 [release 1.0-1mamba;Thu Apr 24 2014]

This commit is contained in:
Silvan Calarco 2024-01-05 18:51:23 +01:00
parent 028e8ab43b
commit 0ccd552ee9
2 changed files with 108 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# usbinstall
A script with a GUI frontend to install openmamba into a removable storage device like a USB pendrive.

106
usbinstall.spec Normal file
View File

@ -0,0 +1,106 @@
Name: usbinstall
Version: 1.0
Release: 1mamba
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: http://www.openmamba.org
Source: %{name}-%{version}.tar.bz2
License: GPL
Requires: PyQt4
%ifarch %{ix86} x86_64
Requires: syslinux
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}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%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
%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)
%{_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/back1.png
%{_datadir}/openmamba/usbinstall/img/back2.png
%{_datadir}/openmamba/usbinstall/img/back3.png
%{_datadir}/openmamba/usbinstall/img/exit.png
%{_datadir}/openmamba/usbinstall/img/nuvola.png
%{_datadir}/openmamba/usbinstall/img/pach1.png
%{_datadir}/openmamba/usbinstall/usbinstall.py
%{_datadir}/polkit-1/actions/org.openmamba.usbinstall.policy
%files -n openmamba-install-scripts
%defattr(-,root,root)
%{_sbindir}/mmcinstall
%{_sbindir}/rootfsinstall
%changelog
* 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