automatic version update by autodist [release 4.0-1mamba;Fri May 20 2016]

This commit is contained in:
Automatic Build System 2024-01-05 21:55:10 +01:00
parent 2fdb737129
commit 6d86a06987

View File

@ -1,5 +1,5 @@
Name: dosfstools
Version: 3.0.28
Version: 4.0
Release: 1mamba
Summary: Utilities to make and check MS-DOS filesystems (FAT)
Group: System/Tools
@ -22,11 +22,16 @@ Utilities to make and check MS-DOS filesystems (FAT).
%setup -q
%build
make %{?_smp_mflags} CFLAGS="%{optflags} -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing"
autoreconf -f -i
%configure
%make
#make %{?_smp_mflags} CFLAGS="%{optflags} -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing"
%install
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
%makeinstall install-bin install-man PREFIX=%{_prefix} SBINDIR=/sbin
%makeinstall
#install-bin install-man PREFIX=%{_prefix} SBINDIR=/sbin
rm -fr %{buildroot}%{_docdir}/dosfstools
@ -35,22 +40,19 @@ rm -fr %{buildroot}%{_docdir}/dosfstools
%files
%defattr(-,root,root)
/sbin/dosfsck
/sbin/dosfslabel
/sbin/fatlabel
/sbin/fsck.fat
/sbin/fsck.msdos
/sbin/fsck.vfat
/sbin/mkdosfs
/sbin/mkfs.msdos
/sbin/mkfs.fat
/sbin/mkfs.vfat
%lang(de) %{_mandir}/de/man8/*.8*
%{_mandir}/man8/*
%{_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
%doc COPYING
#ChangeLog
%changelog
* Fri May 20 2016 Automatic Build System <autodist@mambasoft.it> 4.0-1mamba
- automatic version update by autodist
* Thu Jun 25 2015 Automatic Build System <autodist@mambasoft.it> 3.0.28-1mamba
- automatic version update by autodist