diff --git a/dosfstools.spec b/dosfstools.spec index deba0cc..91ebe9a 100644 --- a/dosfstools.spec +++ b/dosfstools.spec @@ -1,6 +1,6 @@ Name: dosfstools Version: 4.0 -Release: 1mamba +Release: 2mamba Summary: Utilities to make and check MS-DOS filesystems (FAT) Group: System/Tools Vendor: openmamba @@ -23,7 +23,9 @@ Utilities to make and check MS-DOS filesystems (FAT). %build autoreconf -f -i -%configure +%configure \ + --enable-compat-symlinks + %make #make %{?_smp_mflags} CFLAGS="%{optflags} -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing" @@ -43,13 +45,30 @@ rm -fr %{buildroot}%{_docdir}/dosfstools %{_sbindir}/fatlabel %{_sbindir}/fsck.fat %{_sbindir}/mkfs.fat -%{_mandir}/man8/fatlabel.8.gz -%{_mandir}/man8/fsck.fat.8.gz -%{_mandir}/man8/mkfs.fat.8.gz +%{_sbindir}/dosfsck +%{_sbindir}/dosfslabel +%{_sbindir}/fsck.msdos +%{_sbindir}/fsck.vfat +%{_sbindir}/mkdosfs +%{_sbindir}/mkfs.msdos +%{_sbindir}/mkfs.vfat +%{_mandir}/man8/dosfsck.8* +%{_mandir}/man8/dosfslabel.8* +%{_mandir}/man8/fsck.msdos.8* +%{_mandir}/man8/fsck.vfat.8* +%{_mandir}/man8/mkdosfs.8* +%{_mandir}/man8/mkfs.msdos.8* +%{_mandir}/man8/mkfs.vfat.8* +%{_mandir}/man8/fatlabel.8* +%{_mandir}/man8/fsck.fat.8* +%{_mandir}/man8/mkfs.fat.8* %doc COPYING #ChangeLog %changelog +* Sat Jun 25 2016 Silvan Calarco 4.0-2mamba +- rebuilt with --enable-compat-symlinks + * Fri May 20 2016 Automatic Build System 4.0-1mamba - automatic version update by autodist