[almanah/f16] Add conditional "BuildRequires: libcryptui-devel" same as on master

Milan Crha mcrha at fedoraproject.org
Mon Aug 29 13:49:40 UTC 2011


commit 40f0bc2d846033110bada378ad765a799554ee91
Author: Milan Crha <mcrha at redhat.com>
Date:   Mon Aug 29 15:48:48 2011 +0200

    Add conditional "BuildRequires: libcryptui-devel" same as on master

 almanah.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/almanah.spec b/almanah.spec
index 9a92dbe..a5da09b 100644
--- a/almanah.spec
+++ b/almanah.spec
@@ -26,7 +26,11 @@ BuildRequires:	GConf2-devel
 BuildRequires:	intltool
 BuildRequires:	desktop-file-utils 
 BuildRequires:	evolution-devel
+%if 0%{fedora} <= 15
 BuildRequires:	seahorse-devel
+%else
+BuildRequires:	libcryptui-devel
+%endif
 BuildRequires:	pkgconfig
 
 Requires(pre):	GConf2


More information about the scm-commits mailing list