.
OBS-URL: https://build.opensuse.org/package/show/server:mail/mutt?expand=0&rev=56
This commit is contained in:
parent
63f7a40b3d
commit
b7bf766719
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 2 09:47:43 CET 2011 - werner@suse.de
|
||||||
|
|
||||||
|
- Switch from ibuildrequires gpgme-devel to libgpgme-devel for 11.4
|
||||||
|
- Work around missing buildrequires of libgpgme-devel by adding
|
||||||
|
libassuan-devel for 11.4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 31 14:30:26 CET 2011 - werner@suse.de
|
Mon Jan 31 14:30:26 CET 2011 - werner@suse.de
|
||||||
|
|
||||||
|
@ -20,7 +20,13 @@
|
|||||||
|
|
||||||
Name: mutt
|
Name: mutt
|
||||||
#!BuildIgnore: sendmail
|
#!BuildIgnore: sendmail
|
||||||
BuildRequires: cyrus-sasl-devel cyrus-sasl-gssapi docbook-xsl-stylesheets docbook_4 gdbm-devel glibc-i18ndata gpgme-devel 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: cyrus-sasl-devel cyrus-sasl-gssapi docbook-xsl-stylesheets docbook_4 glibc-i18ndata gpgme-devel 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
|
||||||
|
#if
|
||||||
|
%if 0%{?suse_version} > 1130
|
||||||
|
BuildRequires: libgpgme-devel libassuan-devel
|
||||||
|
%else
|
||||||
|
BuildRequires: gdbm-devel
|
||||||
|
%endif
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Productivity/Networking/Email/Clients
|
Group: Productivity/Networking/Email/Clients
|
||||||
Url: http://www.mutt.org
|
Url: http://www.mutt.org
|
||||||
|
Loading…
Reference in New Issue
Block a user