automatic version update by autodist [release 4.0-1mamba;Fri May 20 2016]
This commit is contained in:
parent
2fdb737129
commit
6d86a06987
@ -1,5 +1,5 @@
|
|||||||
Name: dosfstools
|
Name: dosfstools
|
||||||
Version: 3.0.28
|
Version: 4.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Utilities to make and check MS-DOS filesystems (FAT)
|
Summary: Utilities to make and check MS-DOS filesystems (FAT)
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
@ -22,11 +22,16 @@ Utilities to make and check MS-DOS filesystems (FAT).
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%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
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
[ "%{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
|
rm -fr %{buildroot}%{_docdir}/dosfstools
|
||||||
|
|
||||||
@ -35,22 +40,19 @@ rm -fr %{buildroot}%{_docdir}/dosfstools
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
/sbin/dosfsck
|
%{_sbindir}/fatlabel
|
||||||
/sbin/dosfslabel
|
%{_sbindir}/fsck.fat
|
||||||
/sbin/fatlabel
|
%{_sbindir}/mkfs.fat
|
||||||
/sbin/fsck.fat
|
%{_mandir}/man8/fatlabel.8.gz
|
||||||
/sbin/fsck.msdos
|
%{_mandir}/man8/fsck.fat.8.gz
|
||||||
/sbin/fsck.vfat
|
%{_mandir}/man8/mkfs.fat.8.gz
|
||||||
/sbin/mkdosfs
|
|
||||||
/sbin/mkfs.msdos
|
|
||||||
/sbin/mkfs.fat
|
|
||||||
/sbin/mkfs.vfat
|
|
||||||
%lang(de) %{_mandir}/de/man8/*.8*
|
|
||||||
%{_mandir}/man8/*
|
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
#ChangeLog
|
#ChangeLog
|
||||||
|
|
||||||
%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
|
* Thu Jun 25 2015 Automatic Build System <autodist@mambasoft.it> 3.0.28-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user