forked from pool/mtd-utils
Accepting request 348437 from home:X0F:HSF
This package is alive and well. Don't delete it, update it ! OBS-URL: https://build.opensuse.org/request/show/348437 OBS-URL: https://build.opensuse.org/package/show/filesystems/mtd-utils?expand=0&rev=4
This commit is contained in:
parent
d5f72c742e
commit
85ff85f936
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3493ddcf317ec3a1dcd479ac2ddac68a71028f46b0988f62729f3b21a2c93da4
|
|
||||||
size 316329
|
|
3
mtd-utils-1.5.2.tar.xz
Normal file
3
mtd-utils-1.5.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0d512246e37605ddba70297dc47ba4e555ee56f1d8401c578cc09e0be81180f0
|
||||||
|
size 252144
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 12 04:12:38 UTC 2015 - virtuousfox@gmail.com
|
||||||
|
|
||||||
|
- Update to version 1.5.2.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat May 26 09:22:55 UTC 2012 - jengelh@inai.de
|
Sat May 26 09:22:55 UTC 2012 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -1,18 +1,41 @@
|
|||||||
|
#
|
||||||
|
# spec file for package mtd-utils
|
||||||
|
#
|
||||||
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: mtd-utils
|
Name: mtd-utils
|
||||||
Version: 1.2.0
|
Version: 1.5.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tools for maintaining Memory Technology Devices
|
Summary: Tools for maintaining Memory Technology Devices
|
||||||
Source: mtd-utils-%{version}.tar.bz2
|
|
||||||
URL: http://www.linux-mtd.infradead.org/
|
|
||||||
Group: System/Filesystems
|
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
BuildRoot: %{_tmppath}/build-%{name}-%{version}
|
Group: System/Filesystems
|
||||||
|
Source: mtd-utils-%{version}.tar.xz
|
||||||
|
Url: http://www.linux-mtd.infradead.org/
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
BuildRequires: autoconf
|
||||||
|
BuildRequires: automake
|
||||||
|
BuildRequires: gcc
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libacl-devel
|
||||||
|
BuildRequires: libtool
|
||||||
BuildRequires: libuuid-devel
|
BuildRequires: libuuid-devel
|
||||||
BuildRequires: lzo-devel
|
BuildRequires: lzo-devel
|
||||||
|
BuildRequires: make
|
||||||
|
BuildRequires: xz
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
BuildRequires: libacl-devel
|
|
||||||
BuildRequires: gcc make glibc-devel
|
|
||||||
BuildRequires: autoconf automake libtool
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains tools for erasing and formatting flash devices,
|
This package contains tools for erasing and formatting flash devices,
|
||||||
@ -37,52 +60,7 @@ make %{?_smp_mflags} \
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING *txt
|
%doc COPYING *txt
|
||||||
%{_sbindir}/bin2nand
|
%{_sbindir}/*
|
||||||
%{_sbindir}/doc_loadbios
|
%doc %{_mandir}/man?/*.?%{ext_man}
|
||||||
%{_sbindir}/docfdisk
|
|
||||||
%{_sbindir}/flash_erase
|
|
||||||
%{_sbindir}/flash_eraseall
|
|
||||||
%{_sbindir}/flash_info
|
|
||||||
%{_sbindir}/flash_lock
|
|
||||||
%{_sbindir}/flash_otp_dump
|
|
||||||
%{_sbindir}/flash_otp_info
|
|
||||||
%{_sbindir}/flash_unlock
|
|
||||||
%{_sbindir}/flashcp
|
|
||||||
%{_sbindir}/ftl_check
|
|
||||||
%{_sbindir}/ftl_format
|
|
||||||
%{_sbindir}/jffs2dump
|
|
||||||
%{_sbindir}/mkbootenv
|
|
||||||
%{_sbindir}/mkfs.jffs2
|
|
||||||
%{_sbindir}/mkfs.ubifs
|
|
||||||
%{_sbindir}/mkpfi
|
|
||||||
%{_sbindir}/mtd_debug
|
|
||||||
%{_sbindir}/nand2bin
|
|
||||||
%{_sbindir}/nanddump
|
|
||||||
%{_sbindir}/nandtest
|
|
||||||
%{_sbindir}/nandwrite
|
|
||||||
%{_sbindir}/nftl_format
|
|
||||||
%{_sbindir}/nftldump
|
|
||||||
%{_sbindir}/pddcustomize
|
|
||||||
%{_sbindir}/pfi2bin
|
|
||||||
%{_sbindir}/pfiflash
|
|
||||||
%{_sbindir}/recv_image
|
|
||||||
%{_sbindir}/rfddump
|
|
||||||
%{_sbindir}/rfdformat
|
|
||||||
%{_sbindir}/serve_image
|
|
||||||
%{_sbindir}/sumtool
|
|
||||||
%{_sbindir}/ubiattach
|
|
||||||
%{_sbindir}/ubicrc32
|
|
||||||
%{_sbindir}/ubicrc32.pl
|
|
||||||
%{_sbindir}/ubidetach
|
|
||||||
%{_sbindir}/ubiformat
|
|
||||||
%{_sbindir}/ubigen
|
|
||||||
%{_sbindir}/ubimirror
|
|
||||||
%{_sbindir}/ubimkvol
|
|
||||||
%{_sbindir}/ubinfo
|
|
||||||
%{_sbindir}/ubinize
|
|
||||||
%{_sbindir}/ubirmvol
|
|
||||||
%{_sbindir}/ubiupdatevol
|
|
||||||
%{_sbindir}/unubi
|
|
||||||
%doc %{_mandir}/man1/mkfs.jffs2.1%{ext_man}
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user