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