From 6fd2be15ccc63218052935e068c08a6addae7e2e Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 04:19:01 +0000 Subject: auto-import changelog data from dosfstools-2.2-8.src.rpm Wed Jul 12 2000 Prospector - automatic rebuild Sat Jun 17 2000 Bill Nottingham - hard link mkdosfs Thu Jun 15 2000 Matt Wilson - FHS - patch to build against 2.4 kernel headers (patch3) Fri Apr 28 2000 Bill Nottingham - fix for ia64 Thu Feb 03 2000 Matt Wilson - remove mkdosfs.8 symlink, symlink mkdosfs.8.gz to mkfs.msdos.8.gz Wed Feb 02 2000 Cristian Gafton - fix descriptions and summary - man pages are compressed Thu Dec 16 1999 Cristian Gafton - fix the 2.88MB drives (patch from hjl) Mon Aug 16 1999 Matt Wilson - updated to 2.2 Sun Jun 27 1999 Matt Wilson - changed to new maintainer, renamed to dosfstools Sat Apr 17 1999 Jeff Johnson - fix mkdosfs on sparc (#1746) Sun Mar 21 1999 Cristian Gafton - auto rebuild in the new build environment (release 10) Thu Jan 21 1999 Bill Nottingham - build for RH 6.0 Tue Oct 13 1998 Cristian Gafton - avoid using unsinged long on alphas Sun Aug 16 1998 Jeff Johnson - build root Mon Apr 27 1998 Prospector System - translations modified for de, fr, tr Thu Jul 10 1997 Erik Troan - built against glibc --- diff --git a/.cvsignore b/.cvsignore index e69de29..73512ba 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +dosfstools-2.2.src.tar.gz diff --git a/dosfstools.spec b/dosfstools.spec new file mode 100644 index 0000000..ab36e0f --- /dev/null +++ b/dosfstools.spec @@ -0,0 +1,108 @@ +%define version 2.2 + +Summary: Utilities for making and checking MS-DOS FAT filesystems on Linux. +Name: dosfstools +Version: %{version} +Release: 8 +Copyright: GPL +Group: Applications/System +Source: ftp://metalab.unc.edu/pub/Linux/system/filesystems/dosfs/dosfstools-%{version}.src.tar.gz +Patch0: dosfstools-2.1-llseek.patch +Patch1: dosfstools-2.2-288.patch +Patch2: dosfstools-2.2-ia64.patch +Patch3: dosfstools-2.2-linux24.patch +BuildRoot: /var/tmp/dosfstools-root +Obsoletes: mkdosfs-ygg + +%description +The dosfstools package includes the mkdosfs and dosfsck utilities, +which respectively make and check MS-DOS FAT filesystems on hard +drives or on floppies. + +%prep +%setup -q +%patch0 -p1 +%patch1 -p1 +%patch2 -p1 +%patch3 -p1 -b .linux24 + +%build +make + +%install +rm -rf $RPM_BUILD_ROOT +mkdir -p $RPM_BUILD_ROOT/sbin +mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man8 + +install -m755 -s mkdosfs/mkdosfs $RPM_BUILD_ROOT/sbin/mkfs.msdos +ln $RPM_BUILD_ROOT/sbin/mkfs.msdos $RPM_BUILD_ROOT/sbin/mkdosfs +install -m 644 mkdosfs/mkdosfs.8 $RPM_BUILD_ROOT%{_mandir}/man8 +ln -sf mkdosfs.8.gz $RPM_BUILD_ROOT%{_mandir}/man8/mkfs.msdos.8.gz + +install -m755 -s dosfsck/dosfsck $RPM_BUILD_ROOT/sbin/dosfsck +ln $RPM_BUILD_ROOT/sbin/dosfsck $RPM_BUILD_ROOT/sbin/fsck.msdos +install -m 644 dosfsck/dosfsck.8 $RPM_BUILD_ROOT%{_mandir}/man8 + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root) +/sbin/mkfs.msdos +/sbin/mkdosfs +/sbin/dosfsck +/sbin/fsck.msdos +%{_mandir}/man8/mkfs.msdos.8* +%{_mandir}/man8/mkdosfs.8* +%{_mandir}/man8/dosfsck.8* + +%changelog +* Wed Jul 12 2000 Prospector +- automatic rebuild + +* Fri Jun 17 2000 Bill Nottingham +- hard link mkdosfs + +* Thu Jun 15 2000 Matt Wilson +- FHS +- patch to build against 2.4 kernel headers (patch3) + +* Fri Apr 28 2000 Bill Nottingham +- fix for ia64 + +* Thu Feb 3 2000 Matt Wilson +- remove mkdosfs.8 symlink, symlink mkdosfs.8.gz to mkfs.msdos.8.gz + +* Wed Feb 02 2000 Cristian Gafton +- fix descriptions and summary +- man pages are compressed + +* Thu Dec 16 1999 Cristian Gafton +- fix the 2.88MB drives (patch from hjl) + +* Mon Aug 16 1999 Matt Wilson +- updated to 2.2 + +* Sun Jun 27 1999 Matt Wilson +- changed to new maintainer, renamed to dosfstools + +* Sat Apr 17 1999 Jeff Johnson +- fix mkdosfs on sparc (#1746) + +* Sun Mar 21 1999 Cristian Gafton +- auto rebuild in the new build environment (release 10) + +* Thu Jan 21 1999 Bill Nottingham +- build for RH 6.0 + +* Tue Oct 13 1998 Cristian Gafton +- avoid using unsinged long on alphas + +* Sun Aug 16 1998 Jeff Johnson +- build root + +* Mon Apr 27 1998 Prospector System +- translations modified for de, fr, tr + +* Thu Jul 10 1997 Erik Troan +- built against glibc diff --git a/sources b/sources index e69de29..7581a1f 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +0602f267f52c257b59cba7225eadfff5 dosfstools-2.2.src.tar.gz