source: projects/specs/trunk/g/gdata-sharp/gdata-sharp-vl.spec @ 8068

Revision 8068, 3.3 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release or rebuild

Line 
1%global         debug_package %{nil}
2%global         upstream_name libgoogle-data-mono
3
4Name:           gdata-sharp
5Version:        1.4.0.2
6Release:        2%{?_dist_release}
7Summary:        .NET library for the Google Data API
8
9Group:          System Environment/Libraries
10License:        ASL 2.0
11URL:            http://code.google.com/p/google-gdata/
12Source0:        http://google-gdata.googlecode.com/files/%{upstream_name}-%{version}.tar.gz
13# fixed in SVN:
14# http://code.google.com/p/google-gdata/source/detail?spec=svn933&r=890
15Patch0:         %{upstream_name}-1.4.0.2-pkgconfig.patch
16
17BuildRequires:  mono-devel mono-nunit
18#Requires:       
19
20# Mono only available on these:
21ExclusiveArch: %ix86 x86_64 ppc ppc64 ia64 %{arm} sparcv9 alpha s390x
22
23Vendor: Project Vine
24Distribution: Vine Linux
25
26%description
27The Google Data APIs (GData) provide a simple protocol for reading and
28writing data on the web.
29
30Each of the following Google services provides a Google data API:
31
32    * Base
33    * Blogger
34    * Calendar
35    * Spreadsheets
36    * Google Apps Provisioning
37    * Code Search
38    * Notebook
39    * Picasa Web Albums
40    * Document Feed
41    * Contacts
42    * You Tube
43    * Google Health
44
45The GData .NET Client Library provides a library and source code that
46make it easy to access data through Google Data APIs.
47
48
49%package        devel
50Summary:        Development files for %{name}
51Group:          Development/Libraries
52Requires:       %{name} = %{version}-%{release}
53Requires:       pkgconfig
54
55%description    devel
56The %{name}-devel package contains libraries and header files for
57developing applications that use %{name}.
58
59
60%prep
61%setup -q -n %{upstream_name}-%{version}
62%patch0 -p1 -b .pkgconfig
63
64%build
65make %{?_smp_mflags} PREFIX=%{_prefix}
66
67%check
68# currently 98 tests out of 921 fail
69# make test
70
71
72%install
73make install DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix}
74
75mkdir -p $RPM_BUILD_ROOT/%{_libdir}/pkgconfig
76test "%{_libdir}" = "%{_prefix}/lib" || mv $RPM_BUILD_ROOT/%{_prefix}/lib/pkgconfig/* $RPM_BUILD_ROOT/%{_libdir}/pkgconfig
77
78%files
79%defattr(-,root,root,-)
80%doc LICENSE-2.0.txt RELEASE_NOTES.HTML
81%{_prefix}/lib/mono/GData-Sharp
82%{_prefix}/lib/mono/gac/Google.GData.*
83
84%files devel
85%defattr(-,root,root,-)
86%{_libdir}/pkgconfig/gdata-sharp-*.pc
87
88
89%changelog
90* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0.2-2
91- rebuild with VineSeed environment
92
93* Sun Jun 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0.2-1
94- initial build for Vine Linux
95
96
97* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0.2-7
98- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
99
100* Sat Oct 29 2011 Christian Krause <chkr@fedoraproject.org> - 1.4.0.2-6
101- Change paths for mono assemblies according to updated packaging
102  guidelines (http://fedoraproject.org/wiki/Packaging:Mono)
103
104* Fri Feb 25 2011 Dan Horák <dan[at]danny.cz> - 1.4.0.2-5
105- updated the supported arch list
106
107* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0.2-4
108- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
109
110* Wed Sep 23 2009 Michel Salim <salimma@fedoraproject.org> - 1.4.0.2-3
111- Replace %%define with %%global
112
113* Thu Sep  3 2009 Michel Salim <salimma@fedoraproject.org> - 1.4.0.2-2
114- Build against latest mono-nunit
115
116* Fri Aug 21 2009 Michel Salim <salimma@fedoraproject.org> - 1.4.0.2-1
117- Initial Fedora package
118
Note: See TracBrowser for help on using the repository browser.