automatic version update by autodist [release 3.0.26-1mamba;Tue Mar 11 2014]
This commit is contained in:
parent
07fcdd7b2f
commit
0741386e29
@ -1,2 +1,4 @@
|
|||||||
# dosfstools
|
# dosfstools
|
||||||
|
|
||||||
|
Utilities to make and check MS-DOS filesystems (FAT).
|
||||||
|
|
||||||
|
96
dosfstools.spec
Normal file
96
dosfstools.spec
Normal file
@ -0,0 +1,96 @@
|
|||||||
|
Name: dosfstools
|
||||||
|
Version: 3.0.26
|
||||||
|
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: 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
|
||||||
|
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)
|
||||||
|
/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/*
|
||||||
|
%doc COPYING
|
||||||
|
#ChangeLog
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* 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
|
Loading…
Reference in New Issue
Block a user