Name: simg2img Version: 20161213git Release: 1mamba Summary: Tool to convert Android sparse images to raw images Group: System/Tools Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://github.com/anestisb/android-simg2img ## GITSOURCE https://github.com/anestisb/android-simg2img.git master Source: https://github.com/anestisb/android-simg2img.git/master/android-simg2img-%{version}.tar.bz2 License: Apache License 2.0 ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libz-devel ## AUTOBUILDREQ-END BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Tool to convert Android sparse images to raw images. %debug_package %prep %setup -q -n android-%{name}-%{version} %build %make -j1 %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" for f in simg2img simg2simg append2simg img2simg; do install -D -m0755 $f %{buildroot}%{_bindir}/$f done %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files %defattr(-,root,root) %{_bindir}/append2simg %{_bindir}/img2simg %{_bindir}/simg2img %{_bindir}/simg2simg #%doc README.md %changelog * Sat Dec 31 2016 Silvan Calarco 20161213git-1mamba - package created using the webbuild interface