forked from pool/mtools
Accepting request 97876 from Base:System
add autoconf to buildrequires (forwarded request 97624 from coolo) OBS-URL: https://build.opensuse.org/request/show/97876 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mtools?expand=0&rev=31
This commit is contained in:
commit
ebae8ab799
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 21 13:37:38 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
- add autoconf as buildrequire to avoid implicit dependency
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 21 10:29:49 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
- remove call to suse_update_config (very old work around)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 30 13:53:42 UTC 2011 - pgajdos@novell.com
|
Thu Jun 30 13:53:42 UTC 2011 - pgajdos@novell.com
|
||||||
|
|
||||||
|
22
mtools.spec
22
mtools.spec
@ -15,18 +15,19 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: mtools
|
Name: mtools
|
||||||
BuildRequires: libpng texlive-latex xorg-x11 xorg-x11-devel
|
BuildRequires: autoconf
|
||||||
|
BuildRequires: libpng
|
||||||
|
BuildRequires: texlive-latex
|
||||||
|
BuildRequires: xorg-x11
|
||||||
|
BuildRequires: xorg-x11-devel
|
||||||
Version: 4.0.17
|
Version: 4.0.17
|
||||||
Release: 1
|
Release: 0
|
||||||
AutoReqProv: on
|
|
||||||
Group: System/Filesystems
|
|
||||||
License: GPL-2.0+
|
|
||||||
Url: http://mtools.linux.lu/
|
Url: http://mtools.linux.lu/
|
||||||
Summary: Access Files on an MS-DOS File System
|
Summary: Access Files on an MS-DOS File System
|
||||||
|
License: GPL-2.0+
|
||||||
|
Group: System/Filesystems
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Patch0: %{name}-%{version}-conf.diff
|
Patch0: %{name}-%{version}-conf.diff
|
||||||
Patch1: %{name}-%{version}-autoconf.diff
|
Patch1: %{name}-%{version}-autoconf.diff
|
||||||
@ -50,9 +51,8 @@ Authors:
|
|||||||
David C. Niemi <niemidc@erols.com>
|
David C. Niemi <niemidc@erols.com>
|
||||||
|
|
||||||
%package floppyd
|
%package floppyd
|
||||||
License: GPL-2.0+
|
|
||||||
Group: System/Filesystems
|
|
||||||
Summary: Floppy daemon for remote access to floppy drive
|
Summary: Floppy daemon for remote access to floppy drive
|
||||||
|
License: GPL-2.0+
|
||||||
|
|
||||||
%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
|
||||||
@ -67,9 +67,8 @@ Authors:
|
|||||||
David C. Niemi <niemidc@erols.com>
|
David C. Niemi <niemidc@erols.com>
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
License: GPL-3.0+ ; GFDL-1.3
|
|
||||||
Group: System/Filesystems
|
|
||||||
Summary: Access Files on an MS-DOS File System
|
Summary: Access Files on an MS-DOS File System
|
||||||
|
License: GPL-3.0+ ; GFDL-1.3
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
@ -95,7 +94,6 @@ Authors:
|
|||||||
%patch5
|
%patch5
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{suse_update_config -f}
|
|
||||||
autoconf --force
|
autoconf --force
|
||||||
export CC=gcc
|
export CC=gcc
|
||||||
export INSTALL_PROGRAM="install"
|
export INSTALL_PROGRAM="install"
|
||||||
|
Loading…
Reference in New Issue
Block a user