diff --git a/mtools.changes b/mtools.changes index a5df467..3114f49 100644 --- a/mtools.changes +++ b/mtools.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Jul 24 07:08:41 UTC 2012 - werner@suse.de + +- Make it build with texinfo/makeinfo split + +------------------------------------------------------------------- +Mon Jul 23 12:21:45 UTC 2012 - coolo@suse.com + +- add texinfo as buildrequire + ------------------------------------------------------------------- Mon Jul 2 12:03:44 UTC 2012 - cfarrell@suse.com diff --git a/mtools.spec b/mtools.spec index 18057d2..82b2671 100644 --- a/mtools.spec +++ b/mtools.spec @@ -1,7 +1,7 @@ # # spec file for package mtools # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,12 @@ Name: mtools BuildRequires: autoconf BuildRequires: libpng +%if %suse_version > 1220 +BuildRequires: makeinfo +BuildRequires: texinfo +%else BuildRequires: texlive-latex +%endif BuildRequires: xorg-x11 BuildRequires: xorg-x11-devel Version: 4.0.17 @@ -43,32 +48,20 @@ files: mdir, mcd, mcopy, and mformat. XDF support for OS/2 is also provided. - - -Authors: --------- - Alain Knaff - David C. Niemi - %package floppyd Summary: Floppy daemon for remote access to floppy drive License: GPL-3.0+ +Group: System/Filesystems %description floppyd Floppyd is used as a server to grant access to the floppy drive to clients running on a remote machine, just as an X server grants access to the display to remote clients. - - -Authors: --------- - Alain Knaff - David C. Niemi - %package doc Summary: Access Files on an MS-DOS File System License: GPL-3.0+ and GFDL-1.3 +Group: System/Filesystems Requires: %{name} = %{version} %description doc @@ -78,13 +71,6 @@ files: mdir, mcd, mcopy, and mformat. XDF support for OS/2 is also provided. - - -Authors: --------- - Alain Knaff - David C. Niemi - %prep %setup -q %patch0