automatic version update by autodist [release 1.4.2-1mamba;Thu Dec 26 2019]
This commit is contained in:
parent
b9f85dd9e6
commit
121fcf9e37
@ -1,5 +1,5 @@
|
|||||||
Name: heimdall
|
Name: heimdall
|
||||||
Version: 1.4.1
|
Version: 1.4.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A tool used to flash firmware (aka ROMs) onto Samsung Galaxy S devices
|
Summary: A tool used to flash firmware (aka ROMs) onto Samsung Galaxy S devices
|
||||||
Group: System/Kernel and Hardware
|
Group: System/Kernel and Hardware
|
||||||
@ -36,28 +36,18 @@ Heimdall is a cross-platform open-source tool suite used to flash firmware (aka
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n Heimdall-%{version}
|
%setup -q -n Heimdall-%{version}
|
||||||
%patch0 -p1
|
#%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cd libpit
|
%cmake -d build
|
||||||
%configure
|
|
||||||
%make
|
|
||||||
|
|
||||||
cd ../heimdall
|
|
||||||
%configure --libdir=/lib
|
|
||||||
%make
|
|
||||||
|
|
||||||
cd ../heimdall-frontend
|
|
||||||
qmake-qt4
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
cd heimdall
|
install -D -m0755 build/bin/heimdall %{buildroot}%{_bindir}/heimdall
|
||||||
%makeinstall
|
install -D -m0755 build/bin/heimdall-frontend %{buildroot}%{_bindir}/heimdall-frontend
|
||||||
|
install -D -m0644 heimdall/60-heimdall.rules %{buildroot}%{_udevrulesdir}/60-heimdall.rules
|
||||||
cd ../heimdall-frontend
|
|
||||||
%makeinstall INSTALL_ROOT=%{buildroot}
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -73,6 +63,9 @@ cd ../heimdall-frontend
|
|||||||
%{_bindir}/heimdall-frontend
|
%{_bindir}/heimdall-frontend
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 26 2019 Automatic Build System <autodist@mambasoft.it> 1.4.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Aug 27 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.1-1mamba
|
* Thu Aug 27 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.1-1mamba
|
||||||
- update to 1.4.1
|
- update to 1.4.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user