[libgcal] spec fixes

thomasj thomasj at fedoraproject.org
Sat Aug 7 19:48:34 UTC 2010


commit 77d9197d230887089f571dd497336822c7a2c78d
Author: Thomas Janssen <thomasj at fedoraproject.org>
Date:   Sat Aug 7 21:48:29 2010 +0200

    spec fixes

 libgcal.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/libgcal.spec b/libgcal.spec
index f0eaf30..0925bf0 100644
--- a/libgcal.spec
+++ b/libgcal.spec
@@ -14,6 +14,7 @@ Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	libcurl-devel
 BuildRequires:	libxml2-devel
 BuildRequires:	check-devel
+BuildRequires:	ca-certificates
 
 %description
 This is a library to access google calendar events and contacts, its purpose is
@@ -40,7 +41,8 @@ the development files that can be used to link against it.
 %patch0
 
 %build
-%configure --enable-static=NO --enable-check
+mkdir -p %{_target_platform}
+%cmake
 make %{?_smp_mflags}
 
 %install
@@ -56,7 +58,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %check
 #make check
-
+#make doxygen
 
 %post -p /sbin/ldconfig
 


More information about the scm-commits mailing list