rpms/libopensync-plugin-google-calendar/devel .cvsignore, 1.2, 1.3 libopensync-plugin-google-calendar.spec, 1.3, 1.4 sources, 1.2, 1.3

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Fri Jun 20 07:08:05 UTC 2008


Author: awjb

Update of /cvs/pkgs/rpms/libopensync-plugin-google-calendar/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16549/devel

Modified Files:
	.cvsignore libopensync-plugin-google-calendar.spec sources 
Log Message:
- version upgrade
- fix FTBFS(#433995, #449497)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libopensync-plugin-google-calendar/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	28 Dec 2007 23:29:03 -0000	1.2
+++ .cvsignore	20 Jun 2008 07:07:20 -0000	1.3
@@ -1 +1 @@
-libopensync-plugin-google-calendar-0.35.tar.bz2
+libopensync-plugin-google-calendar-0.36.tar.bz2


Index: libopensync-plugin-google-calendar.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libopensync-plugin-google-calendar/devel/libopensync-plugin-google-calendar.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libopensync-plugin-google-calendar.spec	18 Feb 2008 20:28:33 -0000	1.3
+++ libopensync-plugin-google-calendar.spec	20 Jun 2008 07:07:20 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           libopensync-plugin-google-calendar
-Version:        0.35
-Release:        3%{?dist}
+Version:        0.36
+Release:        1%{?dist}
 Summary:        Google Calendar plugin for libopensync
 
 Group:          System Environment/Libraries
@@ -10,7 +10,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  cmake
-BuildRequires:  libopensync-devel >= 0.35
+BuildRequires:  libopensync-devel >= 0.36
 
 Requires: python-httplib2
 
@@ -25,17 +25,13 @@
 mkdir build
 cd build
 %cmake -DCMAKE_SKIP_RPATH=YES ../
-make %{?_smp_mflags}
+make VERBOSE=1 %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 cd build
 make install DESTDIR=$RPM_BUILD_ROOT
 
-mkdir -p $RPM_BUILD_ROOT/%{_bindir}
-mv $RPM_BUILD_ROOT/%{_prefix}/google-cal-helper $RPM_BUILD_ROOT/%{_bindir}
-chmod 755 $RPM_BUILD_ROOT/%{_bindir}/google-cal-helper
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -44,9 +40,14 @@
 %doc COPYING README
 %{_libdir}/opensync-1.0/plugins/gcalendar.so
 %{_datadir}/opensync-1.0/*
-%{_bindir}/google-cal-helper
+%{_libexecdir}/google-cal-helper
 
 %changelog
+* Fri Jun 20 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 0.36-1
+- version upgrade
+- fix FTBFS (#433995, #449497)
+
 * Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.35-3
 - Autorebuild for GCC 4.3
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libopensync-plugin-google-calendar/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	28 Dec 2007 23:29:03 -0000	1.2
+++ sources	20 Jun 2008 07:07:20 -0000	1.3
@@ -1 +1 @@
-e39bf02ea747c80402e631d01da66d9a  libopensync-plugin-google-calendar-0.35.tar.bz2
+69b382845fb62a58e1976bc74a82dd86  libopensync-plugin-google-calendar-0.36.tar.bz2




More information about the fedora-extras-commits mailing list