rpms/mtd-utils/devel .cvsignore, 1.4, 1.5 mtd-utils.spec, 1.9, 1.10 sources, 1.4, 1.5 mtd-utils-1.1.0-mcast-git.patch, 1.1, NONE mtd-utils-make-ubi.patch, 1.2, NONE

David Woodhouse (dwmw2) fedora-extras-commits at redhat.com
Wed Jul 2 21:29:31 UTC 2008


Author: dwmw2

Update of /cvs/pkgs/rpms/mtd-utils/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21347

Modified Files:
	.cvsignore mtd-utils.spec sources 
Removed Files:
	mtd-utils-1.1.0-mcast-git.patch mtd-utils-make-ubi.patch 
Log Message:
1.2.0


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mtd-utils/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	22 Aug 2007 16:01:13 -0000	1.4
+++ .cvsignore	2 Jul 2008 21:28:40 -0000	1.5
@@ -1 +1 @@
-mtd-utils-1.1.0.tar.bz2
+mtd-utils-1.2.0.tar.bz2


Index: mtd-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mtd-utils/devel/mtd-utils.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- mtd-utils.spec	19 Feb 2008 02:03:31 -0000	1.9
+++ mtd-utils.spec	2 Jul 2008 21:28:40 -0000	1.10
@@ -1,13 +1,11 @@
 Summary: Utilities for dealing with MTD (flash) devices
 Name: mtd-utils
-Version: 1.1.0
-Release: 3%{?dist}
+Version: 1.2.0
+Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/System
 URL: http://www.linux-mtd.infradead.org/
 Source0: ftp://ftp.infradead.org/pub/mtd-utils/%{name}-%{version}.tar.bz2
-Patch0: mtd-utils-1.1.0-mcast-git.patch
-Patch1: mtd-utils-make-ubi.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: zlib-devel libacl-devel lzo-devel
 
@@ -15,14 +13,19 @@
 The mtd-utils package contains utilities related to handling MTD devices,
 and for dealing with FTL, NFTL JFFS2 etc.
 
+%package ubi
+Summary: Utilities for dealing with UBI
+Group: Applications/System
+
+%description ubi
+The mtd-utils-ubi package contains utilities for manipulating UBI on 
+MTD (flash) devices.
+
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 
 %build
-make OPTFLAGS="$RPM_OPT_FLAGS"
-make OPTFLAGS="$RPM_OPT_FLAGS" -C ubi-utils
+CFLAGS="$RPM_OPT_FLAGS" make
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -35,12 +38,35 @@
 
 %files
 %defattr(-,root,root,-)
-%{_sbindir}/*
+%{_sbindir}/bin2nand
+%{_sbindir}/doc*
+%{_sbindir}/flash*
+%{_sbindir}/ftl*
+%{_sbindir}/jffs2dump
+%{_sbindir}/mkbootenv
+%{_sbindir}/mkfs.jffs2
+%{_sbindir}/mtd_debug
+%{_sbindir}/nand*
+%{_sbindir}/nftl*
+%{_sbindir}/recv_image
+%{_sbindir}/rfd*
+%{_sbindir}/serve_image
+%{_sbindir}/sumtool
 %{_mandir}/*/*
 %doc COPYING device_table.txt
 
 
+%files ubi
+%{_sbindir}/mkpfi
+%{_sbindir}/pddcustomize
+%{_sbindir}/pfi*
+%{_sbindir}/unubi
+%{_sbindir}/ubi*
+
 %changelog
+* Wed Jul 02 2008 David Woodhouse <david.woodhouse at intel.com> - 1.2.0-1
+- Update to 1.2.0
+
 * Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.1.0-3
 - Autorebuild for GCC 4.3
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mtd-utils/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	22 Aug 2007 16:01:13 -0000	1.4
+++ sources	2 Jul 2008 21:28:40 -0000	1.5
@@ -1 +1 @@
-05aa9b015625aa20afba728fb7ee47b3  mtd-utils-1.1.0.tar.bz2
+ca41f1fbaa056e8b8d71e8d52c0b1bad  mtd-utils-1.2.0.tar.bz2


--- mtd-utils-1.1.0-mcast-git.patch DELETED ---


--- mtd-utils-make-ubi.patch DELETED ---




More information about the fedora-extras-commits mailing list