]> git.pld-linux.org Git - packages/dotnet-gdata-sharp.git/blob - dotnet-gdata-sharp.spec
- initial PLD release
[packages/dotnet-gdata-sharp.git] / dotnet-gdata-sharp.spec
1 %include        /usr/lib/rpm/macros.mono
2
3 Summary:        gdata-sharp is a C# library that makes it easy to access data through Google Data APIs
4 Name:           dotnet-notify-sharp
5 Version:        1.4.0.2
6 Release:        1
7 License:        Apache v2.0
8 Source0:        http://google-gdata.googlecode.com/files/libgoogle-data-mono-%{version}.tar.gz
9 # Source0-md5:  3914538201b00c6d33aa6ada0e9d1ec6
10 Patch0:         pkgconfig-typo-fix.patch
11 Group:          Development/Libraries
12 URL:            http://code.google.com/p/google-gdata/
13 BuildRequires:  mono-devel
14 BuildRequires:  monodoc
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 The GData .NET Client Library provides a library and source code that
19 make it easy to access data through Google Data APIs.
20
21 %package devel
22 Summary:        Files required for compilation using gdata-sharp
23 Group:          Development/Libraries
24 Requires:       %{name} = %{version}-%{release}
25
26 %description devel
27 Files 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
38 rm -rf $RPM_BUILD_ROOT
39 %{__make} install \
40         DESTDIR=$RPM_BUILD_ROOT \
41         PREFIX=%{_prefix}
42
43 %clean
44 rm -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.067813 seconds and 4 git commands to generate.