[libgcal/f14/master] update to 0.9.5

thomasj thomasj at fedoraproject.org
Sat Aug 7 21:30:17 UTC 2010


commit 1de3679d52ce52a6e98ee8b03a45845d541aa971
Author: Thomas Janssen <thomasj at fedoraproject.org>
Date:   Sat Aug 7 23:30:13 2010 +0200

    update to 0.9.5

 libgcal.spec |   51 ++++++++++++++++++++++++++++-----------------------
 1 files changed, 28 insertions(+), 23 deletions(-)
---
diff --git a/libgcal.spec b/libgcal.spec
index c395d56..853323c 100644
--- a/libgcal.spec
+++ b/libgcal.spec
@@ -1,19 +1,21 @@
-Name:		libgcal
-Version:	0.9.4
-Release:	1%{?dist}
-Summary:	A library to access google calendar events and contacts
-
-Group:		System Environment/Libraries
-License:	BSD
-URL:		http://code.google.com/p/libgcal/
-Source0:	http://%{name}.googlecode.com/files/%{name}-%{version}.tar.bz2
+Name:           libgcal
+Version:        0.9.5
+Release:        1%{?dist}
+Summary:        A library to access google calendar events and contacts
+
+Group:          System Environment/Libraries
+License:        BSD
+URL:            http://code.google.com/p/libgcal/
+Source0:        http://%{name}.googlecode.com/files/%{name}-%{version}.tar.bz2
 # The following patch has been provided by Peter Lemenkov on 
 # http://peter.fedorapeople.org/patches/libgcal--pc_include_fix.diff
-Patch0:		libgcal--pc_include_fix.diff
-Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:	libcurl-devel
-BuildRequires:	libxml2-devel
-BuildRequires:	check-devel
+Patch0:         libgcal--pc_include_fix.diff
+Buildroot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires:  libcurl-devel
+BuildRequires:  libxml2-devel
+BuildRequires:  check-devel
+BuildRequires:  ca-certificates
+BuildRequires:  cmake
 
 %description
 This is a library to access google calendar events and contacts, its purpose is
@@ -25,13 +27,13 @@ It implements Google Data API 2.0 and is tested on Linux and MacOSX.
 
 
 %package        devel
-Summary:	Development files to use libgcal
-Group:		Development/Libraries
-Requires:	%{name} = %{version}-%{release}
-Requires:	pkgconfig
+Summary:        Development files to use libgcal
+Group:          Development/Libraries
+Requires:       %{name} = %{version}-%{release}
+Requires:       pkgconfig
 
 %description devel
-libgcal is a library to access google calendar events and contacts: these are 
+libgcal is a library to access google calendar events and contacts: these are
 the development files that can be used to link against it.
 
 
@@ -40,13 +42,12 @@ the development files that can be used to link against it.
 %patch0
 
 %build
-%configure --enable-static=NO --enable-check
-make %{?_smp_mflags}
+%{cmake}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -name *.la | xargs rm
+find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
 mkdir -p $RPM_BUILD_ROOT/usr/include/libgcal
 mv $RPM_BUILD_ROOT/usr/include/*.h $RPM_BUILD_ROOT/usr/include/libgcal/
@@ -56,7 +57,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %check
 #make check
-
+#make doxygen
 
 %post -p /sbin/ldconfig
 
@@ -74,8 +75,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/libgcal/*.h
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/libgcal.pc
+%{_libdir}/LibGCal
 
 %changelog
+* Sat Aug 07 2010 Thomas Janssen <thomasj at fedoraproject.org> 0.9.5-1
+- update to 0.9.5
+
 * Wed Jun 16 2010 Dennis Gilmore <dennis at ausil.us> 0.9.4-1
 - update to 0.9.4
 


More information about the scm-commits mailing list