fixed package name [release cvs20080710-2mamba;Fri Dec 12 2008]

This commit is contained in:
Silvan Calarco 2024-01-05 19:59:21 +01:00
parent 7320e863f3
commit 279f3f13be
2 changed files with 52 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# yaffs-utils
YAFFS stands for Yet Another Flash File System. YAFFS is the first file system that has been designed, from the ground up, for NAND storage.

50
yaffs-utils.spec Normal file
View File

@ -0,0 +1,50 @@
Name: yaffs-utils
Version: cvs20080710
Release: 2mamba
Summary: Utilities for YAFFS, an embedded filesystem designed for NAND storage
Group: System/Tools
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.yaffs.net
# Source got from cvs:
# export CVSROOT=:pserver:anonymous@cvs.aleph1.co.uk:/home/aleph1/cvs cvs logon
# cvs checkout yaffs2
Source: http://www.yaffs.net/yaffs2-%{version}.tar.bz2
License: GPL
Provides: yaff-utils
Obsoletes: yaff-utils
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
YAFFS stands for Yet Another Flash File System. YAFFS is the first file system that has been designed, from the ground up, for NAND storage.
%prep
%setup -q -n yaffs2-%{version}
%build
%make -C utils
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
install -m0755 -D utils/mkyaffs2image %{buildroot}%{_bindir}/mkyaffs2image
install -m0755 -D utils/mkyaffsimage %{buildroot}%{_bindir}/mkyaffsimage
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/mkyaffsimage
%{_bindir}/mkyaffs2image
%doc README-linux README-linux-patch
%changelog
* Fri Dec 12 2008 Silvan Calarco <silvan.calarco@mambasoft.it> cvs20080710-2mamba
- fixed package name
* Thu Jul 10 2008 Silvan Calarco <silvan.calarco@mambasoft.it> cvs20080710-1mamba
- package created by autospec