forked from pool/mtools
Accepting request 97624 from home:coolo:removeautoconf
add autoconf to buildrequires OBS-URL: https://build.opensuse.org/request/show/97624 OBS-URL: https://build.opensuse.org/package/show/Base:System/mtools?expand=0&rev=26
This commit is contained in:
parent
0a191e9672
commit
2655f82e07
@ -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
|
||||
|
||||
|
22
mtools.spec
22
mtools.spec
@ -15,18 +15,19 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
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
|
||||
Release: 1
|
||||
AutoReqProv: on
|
||||
Group: System/Filesystems
|
||||
License: GPLv2+
|
||||
Release: 0
|
||||
Url: http://mtools.linux.lu/
|
||||
Summary: Access Files on an MS-DOS File System
|
||||
License: GPL-2.0+
|
||||
Group: System/Filesystems
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Patch0: %{name}-%{version}-conf.diff
|
||||
Patch1: %{name}-%{version}-autoconf.diff
|
||||
@ -50,9 +51,8 @@ Authors:
|
||||
David C. Niemi <niemidc@erols.com>
|
||||
|
||||
%package floppyd
|
||||
License: GPLv2+
|
||||
Group: System/Filesystems
|
||||
Summary: Floppy daemon for remote access to floppy drive
|
||||
License: GPL-2.0+
|
||||
|
||||
%description floppyd
|
||||
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>
|
||||
|
||||
%package doc
|
||||
License: GPLv3+ ; GNU Free Documentation License, Version 1.3 (GFDL 1.3)
|
||||
Group: System/Filesystems
|
||||
Summary: Access Files on an MS-DOS File System
|
||||
License: GPL-3.0+ ; GFDL-1.3
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
%description doc
|
||||
@ -95,7 +94,6 @@ Authors:
|
||||
%patch5
|
||||
|
||||
%build
|
||||
%{suse_update_config -f}
|
||||
autoconf --force
|
||||
export CC=gcc
|
||||
export INSTALL_PROGRAM="install"
|
||||
|
Loading…
Reference in New Issue
Block a user