Accepting request 95183 from network:utilities

add automake to buildrequires (forwarded request 95088 from coolo)

OBS-URL: https://build.opensuse.org/request/show/95183
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wget?expand=0&rev=20
This commit is contained in:
Stephan Kulow 2011-12-08 11:26:51 +00:00 committed by Git OBS Bridge
commit 1293ac1b9a
2 changed files with 8 additions and 6 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Dec 2 15:59:32 UTC 2011 - coolo@suse.com
- add automake as buildrequire to avoid implicit dependency
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Oct 19 09:34:59 UTC 2011 - max@suse.com Wed Oct 19 09:34:59 UTC 2011 - max@suse.com

View File

@ -15,12 +15,10 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
Name: wget Name: wget
Version: 1.13.4 Version: 1.13.4
Release: 5 Release: 0
License: GPLv3+ License: GPL-3.0+
Summary: A Tool for Mirroring FTP and HTTP Servers Summary: A Tool for Mirroring FTP and HTTP Servers
Url: http://www.gnu.org/software/wget/ Url: http://www.gnu.org/software/wget/
Group: Productivity/Networking/Web/Utilities Group: Productivity/Networking/Web/Utilities
@ -35,9 +33,8 @@ BuildRequires: libpng-devel
BuildRequires: libproxy-devel BuildRequires: libproxy-devel
%endif %endif
BuildRequires: openssl-devel BuildRequires: openssl-devel
%if 0%{suse_version} > 0910 BuildRequires: automake
BuildRequires: pkg-config BuildRequires: pkg-config
%endif
BuildRequires: libidn-devel BuildRequires: libidn-devel
PreReq: %install_info_prereq PreReq: %install_info_prereq
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build