[libotr/f18] * fixup snapshot defines

Paul Wouters pwouters at fedoraproject.org
Wed Aug 15 02:25:51 UTC 2012


commit 4bc67607824aa81c7da51ee8b619d793c814532a
Author: Paul Wouters <pwouters at redhat.com>
Date:   Tue Aug 14 22:24:14 2012 -0400

    * fixup snapshot defines

 libotr.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/libotr.spec b/libotr.spec
index 702c28d..4e22211 100644
--- a/libotr.spec
+++ b/libotr.spec
@@ -1,3 +1,4 @@
+%global snapshot 0
 Summary: Off-The-Record Messaging library and toolkit
 Name: libotr
 Version: 3.2.1
@@ -23,6 +24,9 @@ Authentication, Deniability and Perfect forward secrecy.
 Summary: Development library and include files for libotr
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}, libgcrypt-devel >= 1.2.0
+%if %{snapshot}
+Buildrequires: libtool automake autoconf
+%endif 
 
 %description devel
 The devel package contains the libotr library and include files.


More information about the scm-commits mailing list