]> git.pld-linux.org Git - packages/dotnet-gdata-sharp.git/commitdiff
- initial PLD release
authorPatryk Zawadzki <patrys@room-303.com>
Fri, 12 Mar 2010 09:31:18 +0000 (09:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dotnet-gdata-sharp.spec -> 1.1
    pkgconfig-typo-fix.patch -> 1.1

dotnet-gdata-sharp.spec [new file with mode: 0644]
pkgconfig-typo-fix.patch [new file with mode: 0644]

diff --git a/dotnet-gdata-sharp.spec b/dotnet-gdata-sharp.spec
new file mode 100644 (file)
index 0000000..4d48b0f
--- /dev/null
@@ -0,0 +1,54 @@
+%include       /usr/lib/rpm/macros.mono
+
+Summary:       gdata-sharp is a C# library that makes it easy to access data through Google Data APIs
+Name:          dotnet-notify-sharp
+Version:       1.4.0.2
+Release:       1
+License:       Apache v2.0
+Source0:       http://google-gdata.googlecode.com/files/libgoogle-data-mono-%{version}.tar.gz
+# Source0-md5: 3914538201b00c6d33aa6ada0e9d1ec6
+Patch0:                pkgconfig-typo-fix.patch
+Group:         Development/Libraries
+URL:           http://code.google.com/p/google-gdata/
+BuildRequires: mono-devel
+BuildRequires: monodoc
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The GData .NET Client Library provides a library and source code that
+make it easy to access data through Google Data APIs.
+
+%package devel
+Summary:       Files required for compilation using gdata-sharp
+Group:         Development/Libraries
+Requires:      %{name} = %{version}-%{release}
+
+%description devel
+Files required for compilation using gdata-sharp.
+
+%prep
+%setup -q -n libgoogle-data-mono-%{version}
+%patch0 -p1
+
+%build
+%{__make} \
+       PREFIX=%{_prefix}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT \
+       PREFIX=%{_prefix}
+
+%clean
+rm -rf "$RPM_BUILD_ROOT"
+
+%files
+%defattr(644,root,root,755)
+%{_prefix}/lib/mono/gac/Google.GData.*
+
+%files devel
+%defattr(644,root,root,755)
+%dir %{_prefix}/lib/mono/GData-Sharp
+%{_prefix}/lib/mono/GData-Sharp/*.dll
+%{_pkgconfigdir}/gdata-sharp-*.pc
diff --git a/pkgconfig-typo-fix.patch b/pkgconfig-typo-fix.patch
new file mode 100644 (file)
index 0000000..69645d9
--- /dev/null
@@ -0,0 +1,8 @@
+--- libgoogle-data-mono-1.4.0.2/misc/gdata-sharp-core.pc.in    2010-03-09 13:07:29.000000000 +0100
++++ libgoogle-data-mono-1.4.0.2.new/misc/gdata-sharp-core.pc.in        2010-03-10 13:11:29.000000000 +0100
+@@ -5,4 +5,4 @@ Name: GData Sharp Core
+ Description: CLI bindings to Google's online services (Core libraries)
+ Version: 1.4.0.2
+-Libs: -r:${libdir}/mono/GData-Sharp/Google.GData.Client.dll -r${libdir}/mono/GData-Sharp/Google.GData.Extensions.dll
++Libs: -r:${libdir}/mono/GData-Sharp/Google.GData.Client.dll -r:${libdir}/mono/GData-Sharp/Google.GData.Extensions.dll
This page took 0.046004 seconds and 4 git commands to generate.