automatic version update by autodist [release 2.1.0-1mamba;Thu Aug 29 2019]
This commit is contained in:
parent
6b716ccb85
commit
d2eb2bc30e
@ -1,5 +1,5 @@
|
|||||||
Name: mtd-utils
|
Name: mtd-utils
|
||||||
Version: 1.5.2
|
Version: 2.1.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Tools for Memory Technology Devices (MTD)
|
Summary: Tools for Memory Technology Devices (MTD)
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
@ -27,13 +27,21 @@ This package contains tools to handle MTD, such as mkfs.jffs2 to create a jffs2
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%make -j1 \
|
%configure
|
||||||
CC=%{_target_platform}-gcc \
|
|
||||||
|
%make
|
||||||
|
|
||||||
|
#-j1 \
|
||||||
|
# CC=%{_target_platform}-gcc \
|
||||||
|
#
|
||||||
WITHOUT_XATTR=1
|
WITHOUT_XATTR=1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
%makeinstall CC=%{_target_platform}-gcc MANDIR=%{_mandir}
|
%makeinstall
|
||||||
|
|
||||||
|
#CC=%{_target_platform}-gcc MANDIR=%{_mandir}
|
||||||
|
|
||||||
rm -f %{buildroot}%{_sbindir}/mkpfi
|
rm -f %{buildroot}%{_sbindir}/mkpfi
|
||||||
rm -f %{buildroot}%{_sbindir}/ubicrc32.pl
|
rm -f %{buildroot}%{_sbindir}/ubicrc32.pl
|
||||||
|
|
||||||
@ -44,8 +52,13 @@ rm -f %{buildroot}%{_sbindir}/ubicrc32.pl
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_sbindir}/*
|
%{_sbindir}/*
|
||||||
%{_mandir}/man1/mkfs.jffs2.*
|
%{_mandir}/man1/mkfs.jffs2.*
|
||||||
|
%{_mandir}/man8/lsmtd.8*
|
||||||
|
%{_mandir}/man8/ubinize.8*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 29 2019 Automatic Build System <autodist@mambasoft.it> 2.1.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Aug 05 2015 Automatic Build System <autodist@mambasoft.it> 1.5.2-1mamba
|
* Wed Aug 05 2015 Automatic Build System <autodist@mambasoft.it> 1.5.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user