dosfstools/dosfstools.spec

106 lines
3.3 KiB
RPMSpec

Name: dosfstools
Version: 4.0
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: http://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).
%prep
%setup -q
%build
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
rm -fr %{buildroot}%{_docdir}/dosfstools
%clean
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
%files
%defattr(-,root,root)
%{_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
* 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