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

Revision 9480, 3.6 KB checked in by inagaki, 9 years ago (diff)

2015-04-01 Ryoichi INAGAKI <ryo1@…>

  • banshee, gdata-sharp, gkeyfile-sharp, gudev-sharp: rebuilt
  • boo: fixed spec
  • taglib-sharp: updated


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