rebuilt with --enable-compat-symlinks [release 4.0-2mamba;Sat Jun 25 2016]

This commit is contained in:
Silvan Calarco 2024-01-05 21:55:10 +01:00
parent 6d86a06987
commit 7043b6e02e

View File

@ -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 <silvan.calarco@mambasoft.it> 4.0-2mamba
- rebuilt with --enable-compat-symlinks
* Fri May 20 2016 Automatic Build System <autodist@mambasoft.it> 4.0-1mamba
- automatic version update by autodist