Accepting request 128818 from Base:System
- Make it build with texinfo/makeinfo split - add texinfo as buildrequire OBS-URL: https://build.opensuse.org/request/show/128818 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mtools?expand=0&rev=34
This commit is contained in:
commit
968d1c5007
@ -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
|
||||
|
||||
|
30
mtools.spec
30
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 <Alain.Knaff@imag.fr>
|
||||
David C. Niemi <niemidc@erols.com>
|
||||
|
||||
%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 <Alain.Knaff@imag.fr>
|
||||
David C. Niemi <niemidc@erols.com>
|
||||
|
||||
%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 <Alain.Knaff@imag.fr>
|
||||
David C. Niemi <niemidc@erols.com>
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0
|
||||
|
Loading…
Reference in New Issue
Block a user