mtools/mtools.spec

106 lines
2.9 KiB
RPMSpec

#
# spec file for package mtools
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# 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.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: mtools
Version: 4.0.22
Release: 0
Summary: Access Files on an MS-DOS File System
License: GPL-3.0-or-later
Group: System/Filesystems
Url: http://mtools.linux.lu/
Source0: http://ftp.gnu.org/gnu/mtools/%{name}-%{version}.tar.bz2
Source1: http://ftp.gnu.org/gnu/mtools/%{name}-%{version}.tar.bz2.sig
Source2: %{name}.keyring
Patch0: %{name}-conf.diff
Patch1: %{name}-autoconf.diff
Patch3: %{name}-aliasing.diff
Patch4: %{name}-fat-bits.diff
Patch5: %{name}-prototypes.diff
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
Requires(pre): %{install_info_prereq}
Requires: glibc-locale
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: makeinfo
BuildRequires: texinfo
%description
Mtools allows uncomplicated access to an MS-DOS file system on disk
without mounting it. It includes commands for working with MS-DOS
files: mdir, mcd, mcopy, and mformat.
XDF support for OS/2 is also provided.
%package doc
Summary: Access Files on an MS-DOS File System
License: GPL-3.0-or-later AND GFDL-1.3-only
Group: System/Filesystems
Requires: %{name} = %{version}
%description doc
Mtools allows uncomplicated access to an MS-DOS file system on disk
without mounting it. It includes commands for working with MS-DOS
files: mdir, mcd, mcopy, and mformat.
XDF support for OS/2 is also provided.
%prep
%setup -q
%patch0
%patch1
%patch3
%patch4
%patch5
%build
autoreconf -fi
%configure \
--includedir=%{_prefix}/src/linux/include \
--disable-floppyd
make -j1 all info pdf
%install
install -d -m 755 %{buildroot}%{_sysconfdir}
make DESTDIR=%{buildroot} install --jobs 1
cp -p mtools.conf %{buildroot}%{_sysconfdir}
%post
%install_info --info-dir=%{_infodir} %{_infodir}/mtools.info.gz
%postun
%install_info_delete --info-dir=%{_infodir} %{_infodir}/mtools.info.gz
%files
%defattr(-,root,root)
%config %{_sysconfdir}/mtools.conf
%doc Release.notes NEWS README*
%license COPYING
%doc %{_mandir}/man?*/*
%exclude %{_mandir}/man?*/f*
%doc %{_infodir}/mtools.info*
%{_bindir}/*
%exclude %{_bindir}/f*
%files doc
%defattr(-,root,root)
%doc *.pdf
%changelog