From 44b6f0d86c9f28df44609df001e49eecc272a408 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: May 18 2015 18:08:15 +0000 Subject: Revert "2.2.0.0" This reverts commit 01a355ad3ed2fe72205c70274830756c316d8b1a. --- diff --git a/.gitignore b/.gitignore index cd42982..abb2efe 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/libgoogle-data-mono-*.tar.gz +libgoogle-data-mono-1.4.0.2.tar.gz diff --git a/gdata-sharp.spec b/gdata-sharp.spec index 55781ea..37beb44 100644 --- a/gdata-sharp.spec +++ b/gdata-sharp.spec @@ -2,14 +2,17 @@ %global upstream_name libgoogle-data-mono Name: gdata-sharp -Version: 2.2.0.0 -Release: 1%{?dist} +Version: 1.4.0.2 +Release: 15%{?dist} Summary: .NET library for the Google Data API Group: System Environment/Libraries License: ASL 2.0 URL: http://code.google.com/p/google-gdata/ Source0: http://google-gdata.googlecode.com/files/%{upstream_name}-%{version}.tar.gz +# fixed in SVN: +# http://code.google.com/p/google-gdata/source/detail?spec=svn933&r=890 +Patch0: %{upstream_name}-1.4.0.2-pkgconfig.patch BuildRequires: mono-devel mono-nunit #Requires: @@ -53,8 +56,7 @@ developing applications that use %{name}. %prep %setup -q -n %{upstream_name}-%{version} - -sed -i "s#gmcs#mcs#g" Makefile +%patch0 -p1 -b .pkgconfig %build make %{?_smp_mflags} PREFIX=%{_prefix} @@ -78,10 +80,10 @@ test "%{_libdir}" = "%{_prefix}/lib" || mv $RPM_BUILD_ROOT/%{_prefix}/lib/pkgcon %files devel %{_libdir}/pkgconfig/gdata-sharp-*.pc + %changelog -* Tue Apr 28 2015 Claudio Rodrigo Pereyra Diaz - 2.2.0.0-15 -- Update to 2.2.0.0 -- Build with mono 4 +* Mon May 18 2015 Peter Robinson 1.4.0.2-15 +- Rebuild (mono4) * Tue Mar 24 2015 Than Ngo - 1.4.0.2-14 - use %%mono_arches diff --git a/libgoogle-data-mono-1.4.0.2-pkgconfig.patch b/libgoogle-data-mono-1.4.0.2-pkgconfig.patch new file mode 100644 index 0000000..7c83f44 --- /dev/null +++ b/libgoogle-data-mono-1.4.0.2-pkgconfig.patch @@ -0,0 +1,8 @@ +--- libgoogle-data-mono-1.4.0.2/misc/gdata-sharp-core.pc.in.pkgconfig 2009-02-05 05:15:17.000000000 -0500 ++++ libgoogle-data-mono-1.4.0.2/misc/gdata-sharp-core.pc.in 2009-08-21 02:45:17.856170185 -0400 +@@ -5,4 +5,4 @@ + Description: CLI bindings to Google's online services (Core libraries) + Version: @VERSION@ + +-Libs: -r:${libdir}/mono/GData-Sharp/Google.GData.Client.dll -r${libdir}/mono/GData-Sharp/Google.GData.Extensions.dll ++Libs: -r:${libdir}/mono/GData-Sharp/Google.GData.Client.dll -r:${libdir}/mono/GData-Sharp/Google.GData.Extensions.dll diff --git a/sources b/sources index 8e6921f..73eb6ee 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d748a5ae2b349b9832e303e95c18ce79 libgoogle-data-mono-2.2.0.0.tar.gz +3914538201b00c6d33aa6ada0e9d1ec6 libgoogle-data-mono-1.4.0.2.tar.gz