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

Andreas Bierfert awjb at fedoraproject.org
Thu Mar 26 14:08:34 UTC 2009


Author: awjb

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

Modified Files:
	.cvsignore libopensync-plugin-google-calendar.spec sources 
Log Message:
- downgrade



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libopensync-plugin-google-calendar/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	20 Jun 2008 07:07:20 -0000	1.3
+++ .cvsignore	26 Mar 2009 14:08:04 -0000	1.4
@@ -1 +1 @@
-libopensync-plugin-google-calendar-0.36.tar.bz2
+libopensync-plugin-google-calendar-0.22.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.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libopensync-plugin-google-calendar.spec	25 Feb 2009 16:57:43 -0000	1.5
+++ libopensync-plugin-google-calendar.spec	26 Mar 2009 14:08:04 -0000	1.6
@@ -1,17 +1,19 @@
 Name:           libopensync-plugin-google-calendar
-Version:        0.36
+Epoch:          1
+Version:        0.22
 Release:        2%{?dist}
 Summary:        Google Calendar plugin for libopensync
 
 Group:          System Environment/Libraries
-License:        GPLv2
+License:        GPLv2+
 URL:            http://www.opensync.org
 Source0:        http://www.opensync.org/download/releases/%{version}/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  cmake
-BuildRequires:  libopensync-devel >= 0.36
+BuildRequires:  libopensync-devel = 1:0.22
+BuildRequires:  python-httplib2
 
+# need this for google-cal-helper
 Requires: python-httplib2
 
 %description
@@ -22,29 +24,34 @@
 
 
 %build
-mkdir build
-cd build
-%cmake -DCMAKE_SKIP_RPATH=YES ../
-make VERBOSE=1 %{?_smp_mflags}
+%configure
+make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-cd build
 make install DESTDIR=$RPM_BUILD_ROOT
 
+find $RPM_BUILD_ROOT -type f -name *.la -exec rm -f {} \;
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
 %doc COPYING README
-%{_libdir}/opensync-1.0/plugins/gcalendar.so
-%{_datadir}/opensync-1.0/*
+%{_libdir}/opensync/plugins/gcalendar.so
+%{_datadir}/opensync/*
 %{_libexecdir}/google-cal-helper
 
 %changelog
-* Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.36-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+* Wed Feb 11 2009 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 1:0.22-2
+- use epoch in requires
+- fix license tag
+
+* Sat Feb 07 2009 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 1:0.22-1
+- downgrade (#474070)
 
 * Fri Jun 20 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 - 0.36-1


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libopensync-plugin-google-calendar/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	20 Jun 2008 07:07:20 -0000	1.3
+++ sources	26 Mar 2009 14:08:04 -0000	1.4
@@ -1 +1 @@
-69b382845fb62a58e1976bc74a82dd86  libopensync-plugin-google-calendar-0.36.tar.bz2
+e97862bc7479e449206e2a438a159336  libopensync-plugin-google-calendar-0.22.tar.bz2




More information about the fedora-extras-commits mailing list