[almanah] go ahead and conditionalize on libcryptui-devel, it will be in Fedora soon

Tom Callaway spot at fedoraproject.org
Fri Aug 5 19:43:02 UTC 2011


commit 5bdf4f9152b384b84e89e23f3565ed481b5169ff
Author: Tom "spot" Callaway <tcallawa at redhat.com>
Date:   Fri Aug 5 15:42:49 2011 -0400

    go ahead and conditionalize on libcryptui-devel, it will be in Fedora soon

 almanah.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/almanah.spec b/almanah.spec
index 29d180a..0205a1c 100644
--- a/almanah.spec
+++ b/almanah.spec
@@ -20,7 +20,11 @@ BuildRequires:	gtkspell-devel
 BuildRequires:	intltool
 BuildRequires:	desktop-file-utils 
 BuildRequires:	evolution-devel
+%if 0%{fedora} <= 15
 BuildRequires:	seahorse-devel
+%else
+BuildRequires:	libcryptui-devel
+%endif
 BuildRequires:	pkgconfig
 
 %description


More information about the scm-commits mailing list