forked from pool/msmtp
Accepting request 207776 from home:netsroth:branches:server:mail
Fix gnome keyring optionality OBS-URL: https://build.opensuse.org/request/show/207776 OBS-URL: https://build.opensuse.org/package/show/server:mail/msmtp?expand=0&rev=59
This commit is contained in:
parent
3ec5e56d51
commit
93f6725a30
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 20 14:46:40 CET 2013 - tbehrens@suse.com
|
||||
|
||||
- use valid spelling for keyring enabling macro
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 19 12:46:40 UTC 2013 - mrueckert@suse.de
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%bcond_with gnome-keyring
|
||||
%bcond_with gnome_keyring
|
||||
|
||||
Name: msmtp
|
||||
Version: 1.4.28
|
||||
@ -24,7 +24,7 @@ Release: 0
|
||||
BuildRequires: libidn-devel
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: pkg-config
|
||||
%if %{with gnome-keyring}
|
||||
%if %{with gnome_keyring}
|
||||
BuildRequires: pkgconfig(gnome-keyring-1)
|
||||
%endif
|
||||
%if 0%{?suse_version} >= 1120
|
||||
|
Loading…
Reference in New Issue
Block a user