]> git.pld-linux.org Git - packages/dotnet-gdata-sharp.git/blame - dotnet-gdata-sharp.spec
- initial PLD release
[packages/dotnet-gdata-sharp.git] / dotnet-gdata-sharp.spec
CommitLineData
55b9ad02
PZ
1%include /usr/lib/rpm/macros.mono
2
3Summary: gdata-sharp is a C# library that makes it easy to access data through Google Data APIs
4Name: dotnet-notify-sharp
5Version: 1.4.0.2
6Release: 1
7License: Apache v2.0
8Source0: http://google-gdata.googlecode.com/files/libgoogle-data-mono-%{version}.tar.gz
9# Source0-md5: 3914538201b00c6d33aa6ada0e9d1ec6
10Patch0: pkgconfig-typo-fix.patch
11Group: Development/Libraries
12URL: http://code.google.com/p/google-gdata/
13BuildRequires: mono-devel
14BuildRequires: monodoc
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18The GData .NET Client Library provides a library and source code that
19make it easy to access data through Google Data APIs.
20
21%package devel
22Summary: Files required for compilation using gdata-sharp
23Group: Development/Libraries
24Requires: %{name} = %{version}-%{release}
25
26%description devel
27Files required for compilation using gdata-sharp.
28
29%prep
30%setup -q -n libgoogle-data-mono-%{version}
31%patch0 -p1
32
33%build
34%{__make} \
35 PREFIX=%{_prefix}
36
37%install
38rm -rf $RPM_BUILD_ROOT
39%{__make} install \
40 DESTDIR=$RPM_BUILD_ROOT \
41 PREFIX=%{_prefix}
42
43%clean
44rm -rf "$RPM_BUILD_ROOT"
45
46%files
47%defattr(644,root,root,755)
48%{_prefix}/lib/mono/gac/Google.GData.*
49
50%files devel
51%defattr(644,root,root,755)
52%dir %{_prefix}/lib/mono/GData-Sharp
53%{_prefix}/lib/mono/GData-Sharp/*.dll
54%{_pkgconfigdir}/gdata-sharp-*.pc
This page took 0.057211 seconds and 4 git commands to generate.