2007-01-16 00:10:35 +01:00
|
|
|
#
|
2011-03-14 11:37:37 +01:00
|
|
|
# spec file for package dosfstools
|
2007-01-16 00:10:35 +01:00
|
|
|
#
|
2013-02-27 15:39:12 +01:00
|
|
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-16 00:10:35 +01:00
|
|
|
#
|
2009-06-18 17:16:36 +02:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2007-01-16 00:10:35 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: dosfstools
|
2012-10-26 17:59:10 +02:00
|
|
|
Provides: dosfsck
|
|
|
|
Provides: mkdosfs
|
2007-01-16 00:10:35 +01:00
|
|
|
Summary: Utilities for Making and Checking MS-DOS FAT File Systems on Linux
|
2012-09-28 14:17:26 +02:00
|
|
|
License: GPL-3.0+
|
2012-02-09 11:46:12 +01:00
|
|
|
Group: System/Filesystems
|
2013-06-11 11:48:56 +02:00
|
|
|
Version: 3.0.18
|
2012-02-09 11:46:12 +01:00
|
|
|
Release: 0
|
2013-06-03 15:52:42 +02:00
|
|
|
Url: http://daniel-baumann.ch/software/dosfstools/
|
|
|
|
Source: http://daniel-baumann.ch/files/software/dosfstools/dosfstools-%{version}.tar.xz
|
2010-11-01 13:27:32 +01:00
|
|
|
Patch0: %{name}-suse-dirs.patch
|
2013-06-11 11:48:56 +02:00
|
|
|
# sent 2013-06-11 upstream:
|
|
|
|
Patch1: %{name}-system_id-overflow.patch
|
2013-02-27 15:43:47 +01:00
|
|
|
# workaround for
|
|
|
|
# https://bugs.launchpad.net/ubuntu/+source/dosfstools/+bug/746262
|
2013-02-27 15:39:12 +01:00
|
|
|
Patch100: ppc-reserved-sectors-fix.patch
|
2007-01-16 00:10:35 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2007-04-04 20:41:44 +02:00
|
|
|
Supplements: filesystem(vfat)
|
2007-01-16 00:10:35 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
The dosfstools package includes the mkdosfs and dosfsck utilities,
|
|
|
|
which respectively make and check MS-DOS FAT file systems on hard
|
|
|
|
drives or on floppies.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup
|
2010-11-01 13:27:32 +01:00
|
|
|
%patch0 -p1
|
2013-06-11 11:48:56 +02:00
|
|
|
%patch1 -p1
|
2013-02-27 15:39:12 +01:00
|
|
|
%patch100 -p1
|
2007-01-16 00:10:35 +01:00
|
|
|
|
|
|
|
%build
|
2011-10-04 10:34:39 +02:00
|
|
|
make CC="%__cc" OPTFLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE $RPM_OPT_FLAGS" %{?_smp_mflags}
|
2007-01-16 00:10:35 +01:00
|
|
|
|
|
|
|
%install
|
2012-02-09 11:46:12 +01:00
|
|
|
%makeinstall SBINDIR=%{_sbindir}
|
|
|
|
#UsrMerge
|
|
|
|
mkdir $RPM_BUILD_ROOT/sbin
|
|
|
|
ln -sf %{_sbindir}/{dosfsck,dosfslabel,mkdosfs,fsck.msdos,mkfs.msdos} $RPM_BUILD_ROOT/sbin
|
|
|
|
#EndUsrMerge
|
2007-01-16 00:10:35 +01:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc %{_docdir}/%{name}
|
2012-02-09 11:46:12 +01:00
|
|
|
#UsrMerge
|
2007-01-16 00:10:35 +01:00
|
|
|
/sbin/*
|
2012-02-09 11:46:12 +01:00
|
|
|
#EndUsrMerge
|
|
|
|
%{_sbindir}/*
|
2007-01-16 00:10:35 +01:00
|
|
|
%{_mandir}/man8/*.gz
|
2013-06-11 11:48:56 +02:00
|
|
|
%{_mandir}/de/man8/*.gz
|
2007-01-16 00:10:35 +01:00
|
|
|
|
2007-04-04 20:41:44 +02:00
|
|
|
%changelog
|