Accepting request 97378 from home:coolo:removeautoconf

add autoconf to buildrequires

OBS-URL: https://build.opensuse.org/request/show/97378
OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/icewm?expand=0&rev=19
This commit is contained in:
Stephan Kulow 2011-12-25 21:42:48 +00:00 committed by Git OBS Bridge
parent c95c1fc989
commit 3698f44917
2 changed files with 14 additions and 11 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 20 20:49:49 UTC 2011 - coolo@suse.com
- add autoconf as buildrequire to avoid implicit dependency
-------------------------------------------------------------------
Mon Aug 29 21:52:18 UTC 2011 - crrodriguez@opensuse.org

View File

@ -15,24 +15,22 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: icewm
BuildRequires: gcc-c++ gnome-desktop-devel libgnomeui-devel update-desktop-files
BuildRequires: autoconf
BuildRequires: gcc-c++
BuildRequires: gnome-desktop-devel
BuildRequires: libgnomeui-devel
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(gdk-pixbuf-xlib-2.0)
BuildRequires: pkgconfig(gnome-desktop-2.0)
BuildRequires: pkgconfig(libgnomeui-2.0)
%if 0%{?suse_version} >= 1030
BuildRequires: fdupes
%endif
License: LGPLv2.1+
Group: System/GUI/Other
Provides: windowmanager
Requires: icewm-bin, xdg-menu, desktop-data
AutoReqProv: on
Version: 1.3.7
Release: 1
Release: 0
Source: icewm-%version.tar.bz2
Source1: %{name}.desktop
Patch1: icewm-multiByte.patch
@ -47,6 +45,8 @@ Patch8: icewm-linking.patch
Patch99: icewm-preferences.patch
Url: http://www.icewm.org/
Summary: Window Manager with a Taskbar
License: LGPL-2.1+
Group: System/GUI/Other
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -63,7 +63,6 @@ Authors:
Marko Macek <Marko.Macek@gmx.net>
%package default
License: LGPLv2.1+
Summary: Window Manager with a Taskbar--Default Version
Group: System/GUI/Other
Provides: icewm-bin
@ -84,7 +83,6 @@ Authors:
Marko Macek <Marko.Macek@gmx.net>
%package gnome
License: LGPLv2.1+
Summary: Windowmanager with Taskbar - gnome version
Group: System/GUI/GNOME
Requires: icewm-default
@ -113,8 +111,8 @@ Authors:
%patch6
%patch7 -p1
%patch8
%build
%{?suse_update_config:%{suse_update_config -f}}
autoconf
export CFLAGS="$RPM_OPT_FLAGS"
export CXXFLAGS="$RPM_OPT_FLAGS"