forked from pool/mtd-utils
- Supplement jffs2 and ubifs filesystems
OBS-URL: https://build.opensuse.org/package/show/filesystems/mtd-utils?expand=0&rev=8
This commit is contained in:
parent
ae5c17f70b
commit
c7250951c9
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 28 14:48:27 UTC 2016 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Supplement jffs2 and ubifs filesystems
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 1 11:35:07 UTC 2016 - mpluskal@suse.com
|
Fri Apr 1 11:35:07 UTC 2016 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -27,9 +27,12 @@ Source0: ftp://ftp.infradead.org/pub/mtd-utils/mtd-utils-%{version}.tar.b
|
|||||||
Source1: ftp://ftp.infradead.org/pub/mtd-utils/mtd-utils-%{version}.tar.bz2.asc
|
Source1: ftp://ftp.infradead.org/pub/mtd-utils/mtd-utils-%{version}.tar.bz2.asc
|
||||||
Source2: %{name}.keyring
|
Source2: %{name}.keyring
|
||||||
BuildRequires: libacl-devel
|
BuildRequires: libacl-devel
|
||||||
BuildRequires: libuuid-devel
|
|
||||||
BuildRequires: lzo-devel
|
BuildRequires: lzo-devel
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: pkgconfig
|
||||||
|
BuildRequires: pkgconfig(uuid)
|
||||||
|
BuildRequires: pkgconfig(zlib)
|
||||||
|
Supplements: filesystem(jffs2)
|
||||||
|
Supplements: filesystem(ubifs)
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -43,7 +46,7 @@ including JFFS2, M-Systems DiskOnChip devices, etc.
|
|||||||
make %{?_smp_mflags} CC="cc %{optflags}" V=1
|
make %{?_smp_mflags} CC="cc %{optflags}" V=1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make %{?_smp_mflags} DESTDIR=%{buildroot} install
|
%make_install
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
Reference in New Issue
Block a user