forked from pool/mtools
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
|
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
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,12 @@
|
|||||||
Name: mtools
|
Name: mtools
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: libpng
|
BuildRequires: libpng
|
||||||
|
%if %suse_version > 1220
|
||||||
|
BuildRequires: makeinfo
|
||||||
|
BuildRequires: texinfo
|
||||||
|
%else
|
||||||
BuildRequires: texlive-latex
|
BuildRequires: texlive-latex
|
||||||
|
%endif
|
||||||
BuildRequires: xorg-x11
|
BuildRequires: xorg-x11
|
||||||
BuildRequires: xorg-x11-devel
|
BuildRequires: xorg-x11-devel
|
||||||
Version: 4.0.17
|
Version: 4.0.17
|
||||||
@ -43,32 +48,20 @@ files: mdir, mcd, mcopy, and mformat.
|
|||||||
|
|
||||||
XDF support for OS/2 is also provided.
|
XDF support for OS/2 is also provided.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Alain Knaff <Alain.Knaff@imag.fr>
|
|
||||||
David C. Niemi <niemidc@erols.com>
|
|
||||||
|
|
||||||
%package floppyd
|
%package floppyd
|
||||||
Summary: Floppy daemon for remote access to floppy drive
|
Summary: Floppy daemon for remote access to floppy drive
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
|
Group: System/Filesystems
|
||||||
|
|
||||||
%description floppyd
|
%description floppyd
|
||||||
Floppyd is used as a server to grant access to the floppy drive to
|
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
|
clients running on a remote machine, just as an X server grants access
|
||||||
to the display to remote clients.
|
to the display to remote clients.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Alain Knaff <Alain.Knaff@imag.fr>
|
|
||||||
David C. Niemi <niemidc@erols.com>
|
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
Summary: Access Files on an MS-DOS File System
|
Summary: Access Files on an MS-DOS File System
|
||||||
License: GPL-3.0+ and GFDL-1.3
|
License: GPL-3.0+ and GFDL-1.3
|
||||||
|
Group: System/Filesystems
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
@ -78,13 +71,6 @@ files: mdir, mcd, mcopy, and mformat.
|
|||||||
|
|
||||||
XDF support for OS/2 is also provided.
|
XDF support for OS/2 is also provided.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Alain Knaff <Alain.Knaff@imag.fr>
|
|
||||||
David C. Niemi <niemidc@erols.com>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0
|
%patch0
|
||||||
|
Loading…
Reference in New Issue
Block a user