From 1cf2c670978f23851cad3776d9aeb17af9b143635baa9540113bf36ce615a142 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 23 Jul 2012 12:22:32 +0000 Subject: [PATCH 1/2] - add texinfo as buildrequire OBS-URL: https://build.opensuse.org/package/show/Base:System/mtools?expand=0&rev=30 --- mtools.changes | 5 +++++ mtools.spec | 29 +++++++---------------------- 2 files changed, 12 insertions(+), 22 deletions(-) diff --git a/mtools.changes b/mtools.changes index a5df467..b61f08f 100644 --- a/mtools.changes +++ b/mtools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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..9a071bc 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,11 @@ Name: mtools BuildRequires: autoconf BuildRequires: libpng +%if %suse_version > 1220 +BuildRequires: texinfo +%else BuildRequires: texlive-latex +%endif BuildRequires: xorg-x11 BuildRequires: xorg-x11-devel Version: 4.0.17 @@ -43,32 +47,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 +70,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 From e7bf7977ef01868311c34935e7068a8056c25fb79a4dce6d07bc540c37bc33a3 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Tue, 24 Jul 2012 07:09:05 +0000 Subject: [PATCH 2/2] . OBS-URL: https://build.opensuse.org/package/show/Base:System/mtools?expand=0&rev=31 --- mtools.changes | 5 +++++ mtools.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/mtools.changes b/mtools.changes index b61f08f..3114f49 100644 --- a/mtools.changes +++ b/mtools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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 diff --git a/mtools.spec b/mtools.spec index 9a071bc..82b2671 100644 --- a/mtools.spec +++ b/mtools.spec @@ -20,6 +20,7 @@ Name: mtools BuildRequires: autoconf BuildRequires: libpng %if %suse_version > 1220 +BuildRequires: makeinfo BuildRequires: texinfo %else BuildRequires: texlive-latex