rpms/gdata-sharp/devel gdata-sharp.spec, NONE, 1.1 libgoogle-data-mono-1.4.0.2-pkgconfig.patch, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Michel Alexandre Salim salimma at fedoraproject.org
Tue Dec 22 02:31:23 UTC 2009


Author: salimma

Update of /cvs/pkgs/rpms/gdata-sharp/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19170/devel

Modified Files:
	.cvsignore sources 
Added Files:
	gdata-sharp.spec libgoogle-data-mono-1.4.0.2-pkgconfig.patch 
Log Message:
Initial import of gdata-sharp



--- NEW FILE gdata-sharp.spec ---
%global         debug_package %{nil}
%global         upstream_name libgoogle-data-mono

Name:           gdata-sharp
Version:        1.4.0.2
Release:        3%{?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
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  mono-devel mono-nunit
#Requires:       

%description
The Google Data APIs (GData) provide a simple protocol for reading and
writing data on the web.

Each of the following Google services provides a Google data API:

    * Base
    * Blogger
    * Calendar
    * Spreadsheets
    * Google Apps Provisioning
    * Code Search
    * Notebook
    * Picasa Web Albums
    * Document Feed
    * Contacts
    * You Tube
    * Google Health 

The GData .NET Client Library provides a library and source code that
make it easy to access data through Google Data APIs.


%package        devel
Summary:        Development files for %{name}
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}
Requires:       pkgconfig

%description    devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.


%prep
%setup -q -n %{upstream_name}-%{version}
%patch0 -p1 -b .pkgconfig

sed -i "s|\$(PREFIX)/lib|\$(PREFIX)/%{_lib}|g" Makefile

for i in misc/*.pc.in; do
  sed -i "s|libdir=\${prefix}/lib|libdir=\${prefix}/%{_lib}|" "$i"
done


%build
make %{?_smp_mflags} PREFIX=%{_prefix}

%check
# currently 98 tests out of 921 fail
# make test


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix}


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc LICENSE-2.0.txt RELEASE_NOTES.HTML
%{_libdir}/mono/GData-Sharp
%{_libdir}/mono/gac/Google.GData.*

%files devel
%defattr(-,root,root,-)
%{_libdir}/pkgconfig/gdata-sharp-*.pc


%changelog
* Wed Sep 23 2009 Michel Salim <salimma at fedoraproject.org> - 1.4.0.2-3
- Replace %%define with %%global 

* Thu Sep  3 2009 Michel Salim <salimma at fedoraproject.org> - 1.4.0.2-2
- Build against latest mono-nunit

* Fri Aug 21 2009 Michel Salim <salimma at fedoraproject.org> - 1.4.0.2-1
- Initial Fedora package


libgoogle-data-mono-1.4.0.2-pkgconfig.patch:
 gdata-sharp-core.pc.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE libgoogle-data-mono-1.4.0.2-pkgconfig.patch ---
--- 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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gdata-sharp/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	6 Oct 2009 17:37:42 -0000	1.1
+++ .cvsignore	22 Dec 2009 02:31:23 -0000	1.2
@@ -0,0 +1 @@
+libgoogle-data-mono-1.4.0.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gdata-sharp/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	6 Oct 2009 17:37:42 -0000	1.1
+++ sources	22 Dec 2009 02:31:23 -0000	1.2
@@ -0,0 +1 @@
+3914538201b00c6d33aa6ada0e9d1ec6  libgoogle-data-mono-1.4.0.2.tar.gz




More information about the scm-commits mailing list