Accepting request 94846 from server:mail

add automake to buildrequires (forwarded request 94806 from coolo)

OBS-URL: https://build.opensuse.org/request/show/94846
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mutt?expand=0&rev=44
This commit is contained in:
Stephan Kulow 2011-12-02 15:25:57 +00:00 committed by Git OBS Bridge
commit 0a974b184e
2 changed files with 31 additions and 8 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Dec 1 16:59:32 UTC 2011 - coolo@suse.com
- add automake as buildrequire to avoid implicit dependency
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 24 00:44:07 UTC 2011 - vmiklos@vmiklos.hu Thu Nov 24 00:44:07 UTC 2011 - vmiklos@vmiklos.hu

View File

@ -15,19 +15,38 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
# norootforbuild
Name: mutt Name: mutt
#!BuildIgnore: sendmail #!BuildIgnore: sendmail
BuildRequires: cyrus-sasl-devel cyrus-sasl-gssapi docbook-xsl-stylesheets docbook_4 gdbm-devel glibc-i18ndata ispell krb5-devel libcom_err libgcrypt libgpg-error-devel libidn-devel libxml2 libxslt lynx ncurses-devel openssl-devel postfix sgml-skel update-desktop-files xli BuildRequires: automake
BuildRequires: cyrus-sasl-devel
BuildRequires: cyrus-sasl-gssapi
BuildRequires: docbook-xsl-stylesheets
BuildRequires: docbook_4
BuildRequires: gdbm-devel
BuildRequires: glibc-i18ndata
BuildRequires: ispell
BuildRequires: krb5-devel
BuildRequires: libcom_err
BuildRequires: libgcrypt
BuildRequires: libgpg-error-devel
BuildRequires: libidn-devel
BuildRequires: libxml2
BuildRequires: libxslt
BuildRequires: lynx
BuildRequires: ncurses-devel
BuildRequires: openssl-devel
BuildRequires: postfix
BuildRequires: sgml-skel
BuildRequires: update-desktop-files
BuildRequires: xli
#if #if
%if 0%{?suse_version} > 1130 %if 0%{?suse_version} > 1130
BuildRequires: libassuan-devel libgpgme-devel BuildRequires: libassuan-devel
BuildRequires: libgpgme-devel
%else %else
BuildRequires: gpgme-devel BuildRequires: gpgme-devel
%endif %endif
License: GPLv2+ License: GPL-2.0+
Group: Productivity/Networking/Email/Clients Group: Productivity/Networking/Email/Clients
Url: http://www.mutt.org Url: http://www.mutt.org
Provides: muttssl Provides: muttssl
@ -40,9 +59,8 @@ Requires(postun): shared-mime-info
# NOTE: We don't want this dependency and desktop-data-SuSE is in all # NOTE: We don't want this dependency and desktop-data-SuSE is in all
# desktop selections. # desktop selections.
#Requires: desktop-data-SuSE #Requires: desktop-data-SuSE
AutoReqProv: on
Version: 1.5.21 Version: 1.5.21
Release: 22 Release: 0
Summary: Mail Program Summary: Mail Program
# ftp://ftp.mutt.org/mutt/devel/ # ftp://ftp.mutt.org/mutt/devel/
Source0: %name-%version.tar.bz2 Source0: %name-%version.tar.bz2