diff --git a/mtools.changes b/mtools.changes index d843d38..59d0456 100644 --- a/mtools.changes +++ b/mtools.changes @@ -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 diff --git a/mtools.spec b/mtools.spec index 29308fa..e25695e 100644 --- a/mtools.spec +++ b/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 %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 %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"