134 lines
4.0 KiB
RPMSpec
134 lines
4.0 KiB
RPMSpec
Name: dosfstools
|
|
Version: 4.2
|
|
Release: 1mamba
|
|
Summary: Utilities to make and check MS-DOS filesystems (FAT)
|
|
Group: System/Tools
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://www.daniel-baumann.ch/software/dosfstools/
|
|
Source: https://github.com/dosfstools/dosfstools.git/v%{version}/dosfstools-%{version}.tar.bz2
|
|
#Source: http://www.daniel-baumann.ch/files/software/dosfstools/dosfstools-%{version}.tar.xz
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%description
|
|
Utilities to make and check MS-DOS filesystems (FAT).
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
./autogen.sh
|
|
|
|
%build
|
|
#autoreconf -f -i
|
|
%configure \
|
|
--enable-compat-symlinks
|
|
|
|
%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
|
|
|
|
rm -fr %{buildroot}%{_docdir}/dosfstools
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_sbindir}/fatlabel
|
|
%{_sbindir}/fsck.fat
|
|
%{_sbindir}/mkfs.fat
|
|
%{_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
|
|
* Wed Feb 10 2021 Automatic Build System <autodist@mambasoft.it> 4.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Mar 17 2017 Automatic Build System <autodist@mambasoft.it> 4.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* 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
|
|
|
|
* Thu Jun 25 2015 Automatic Build System <autodist@mambasoft.it> 3.0.28-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Dec 27 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.27-1mamba
|
|
- update to 3.0.27
|
|
|
|
* Tue Mar 11 2014 Automatic Build System <autodist@mambasoft.it> 3.0.26-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Jan 27 2014 Automatic Build System <autodist@mambasoft.it> 3.0.25-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Dec 03 2013 Automatic Build System <autodist@mambasoft.it> 3.0.24-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Oct 19 2013 Automatic Build System <autodist@mambasoft.it> 3.0.23-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Jul 21 2013 Automatic Build System <autodist@mambasoft.it> 3.0.22-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Sun Jun 16 2013 Automatic Build System <autodist@mambasoft.it> 3.0.20-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri May 31 2013 Automatic Build System <autodist@mambasoft.it> 3.0.17-1mamba
|
|
- update to 3.0.17
|
|
|
|
* Thu Mar 07 2013 Automatic Build System <autodist@mambasoft.it> 3.0.16-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Feb 23 2013 Automatic Build System <autodist@mambasoft.it> 3.0.15-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Jan 26 2013 Automatic Build System <autodist@mambasoft.it> 3.0.14-1mamba
|
|
- update to 3.0.14
|
|
|
|
* Wed Apr 25 2012 Automatic Build System <autodist@mambasoft.it> 3.0.12-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Jun 17 2011 Automatic Build System <autodist@mambasoft.it> 3.0.11-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Sun Jul 11 2010 Davide Madrisan <davide.madrisan@gmail.com> 3.0.9-1mamba
|
|
- update to 3.0.9
|
|
|
|
* Mon Jun 04 2007 Aleph0 <aleph0@openmamba.org> 2.11-1mamba
|
|
- update to 2.11
|
|
|
|
* Thu Feb 03 2005 Silvan Calarco <silvan.calarco@mambasoft.it> 2.10-1qilnx
|
|
- package created by autospec
|